0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/schemas/tables
simeng-li 709c320426
refactor(console,core,schemas): allow SAML application to use IdP-initiated SSO (#6849)
* refactor(console,core,schemas): allow SAML application to use  IdP-initiated SSO

allow SAML application to use IdP-initiated

* fix(core): fix ut

fix ut
2024-12-04 17:33:01 +08:00
..
_after_all.sql refactor: remove internal role policies (#5904) 2024-05-21 21:44:24 +08:00
_after_each.sql refactor(schemas): use restrictive policies 2023-03-08 19:16:42 +08:00
_before_all.sql fix(schemas): set default password for tenant (#4535) (#5339) 2024-03-01 13:50:49 +09:00
_functions.sql refactor: fix test and ci 2024-03-21 23:10:24 +08:00
account_centers.sql feat(schemas): add account center table (#6761) 2024-11-06 03:37:51 +00:00
application_secrets.sql feat(schemas): init app_secrets table 2024-07-21 19:59:30 +08:00
application_sign_in_experiences.sql feat: support app-level branding 2024-07-08 16:52:15 +08:00
application_user_consent_organization_resource_scopes.sql feat(schemas): add table for app org resource scope consent (#5803) 2024-04-29 10:48:02 +08:00
application_user_consent_organization_scopes.sql feat(schemas): add application permissions relation tables (#5097) 2023-12-15 10:18:44 +08:00
application_user_consent_organizations.sql feat(schemas): add new application user consent orgs table (#5235) 2024-01-16 10:47:59 +08:00
application_user_consent_resource_scopes.sql feat(schemas): add application permissions relation tables (#5097) 2023-12-15 10:18:44 +08:00
application_user_consent_user_scopes.sql feat(schemas): add application permissions relation tables (#5097) 2023-12-15 10:18:44 +08:00
applications.sql chore: add SAML to application type 2024-11-20 14:32:00 +08:00
applications_roles.sql fix(schemas): specify function db schema of check_role_type (#4469) 2023-09-11 08:58:17 +00:00
connectors.sql refactor(schemas,core,console): use JsonObject instead of ArbitraryObject (#3730) 2023-04-24 11:11:27 +08:00
custom_phrases.sql refactor: use RLS 2023-02-08 18:58:45 +08:00
daily_active_users.sql refactor(core, schemas): enhance the time accuracy of dau data (#5451) 2024-03-01 12:43:55 +08:00
daily_token_usage.sql feat(core,schemas): add daily token usage table to ease the usage calculation (#5148) 2023-12-25 04:56:53 +00:00
domains.sql fix(schemas): modify domain table unique index (#3954) 2023-06-14 11:12:08 +09:00
hooks.sql refactor(schemas): update hook schema (#3788) 2023-05-09 09:25:45 +08:00
idp_initiated_saml_sso_sessions.sql feat(schemas): add IdP initiated SAML SSO sessions table (#6663) 2024-10-14 13:34:35 +08:00
logs.sql feat: init sentinel 2023-09-16 17:15:53 +08:00
logto_configs.sql feat(core,phrases,shared): add apis to fetch, delete and rotate oidc private keys 2023-10-11 15:28:24 +08:00
oidc_model_instances.sql refactor: use RLS 2023-02-08 18:58:45 +08:00
organization_application_relations.sql feat(core): init organization app apis 2024-06-19 22:29:44 +08:00
organization_invitation_role_relations.sql refactor: add invitation api tests (#5324) 2024-01-29 01:39:52 +00:00
organization_invitations.sql refactor: remove magic links 2024-01-29 20:21:45 +08:00
organization_jit_email_domains.sql feat(core,console): organization jit roles 2024-06-14 14:50:33 +08:00
organization_jit_roles.sql feat(core,console): organization jit roles 2024-06-14 14:50:33 +08:00
organization_jit_sso_connectors.sql feat(core): organization jit sso apis 2024-06-20 11:35:04 +08:00
organization_role_application_relations.sql feat: organization role types 2024-06-22 22:59:43 +08:00
organization_role_resource_scope_relations.sql feat(core,schemas): add organization resource scope relations (#5608) 2024-04-07 11:10:13 +08:00
organization_role_scope_relations.sql feat(schemas): init organization tables 2023-10-07 17:49:28 +08:00
organization_role_user_relations.sql feat: organization role types 2024-06-22 22:59:43 +08:00
organization_roles.sql fix(schemas): explicitly set search path (#6101) 2024-06-24 18:11:43 +08:00
organization_scopes.sql refactor(schemas): make description nullable 2023-10-08 13:47:22 +08:00
organization_user_relations.sql feat(schemas): init organization tables 2023-10-07 17:49:28 +08:00
organizations.sql feat: organization logo 2024-07-07 21:40:26 +08:00
passcodes.sql refactor: add alteration scripts 2023-02-12 18:43:02 +08:00
personal_access_tokens.sql feat(schemas): init personal access tokens table (#6383) 2024-08-12 15:27:08 +08:00
resources.sql feat: support default API Resource 2023-06-04 20:46:36 +08:00
roles.sql feat: default user role (#5872) 2024-05-17 16:02:05 +08:00
roles_scopes.sql refactor: use RLS 2023-02-08 18:58:45 +08:00
saml_application_configs.sql chore: rename SAML application secrets/configs constraints (#6840) 2024-11-29 14:11:46 +08:00
saml_application_secrets.sql chore: rename SAML application secrets/configs constraints (#6840) 2024-11-29 14:11:46 +08:00
scopes.sql fix(schemas): fix the get interation/consent api bug (#5503) 2024-03-20 14:31:35 +08:00
sentinel_activities.sql refactor(schemas): improve regexp 2023-09-19 12:03:58 +08:00
service_logs.sql refactor: remove service log fkey (#5959) 2024-05-31 18:09:43 +08:00
sign_in_experiences.sql feat(schemas,core): add unknown session redirect url to sie (#6796) 2024-11-13 10:29:14 +08:00
sso_connector_idp_initiated_auth_configs.sql refactor(console,core,schemas): allow SAML application to use IdP-initiated SSO (#6849) 2024-12-04 17:33:01 +08:00
sso_connectors.sql refactor(core,schemas,console): optimize the sso connector endpoints naming (#5047) 2023-12-04 15:07:33 +08:00
subject_tokens.sql feat(core): issue subject tokens (#6045) 2024-06-22 02:31:27 +00:00
systems.sql refactor(schemas,core,console): use JsonObject instead of ArbitraryObject (#3730) 2023-04-24 11:11:27 +08:00
user_sso_identities.sql refactor(schemas): add new sso_connector_id column to the users_sso_identities table (#4843) 2023-11-08 08:55:45 +00:00
users.sql feat(core,schemas): add support for argon2d and argon2id (#6404) 2024-08-06 07:12:47 +00:00
users_roles.sql fix(schemas): specify function db schema of check_role_type (#4469) 2023-09-11 08:58:17 +00:00
verification_records.sql feat(schemas): add verification record table (#6566) 2024-09-13 09:47:33 +08:00
verification_statuses.sql fix(core,schemas): check email verification status in me api (#6507) 2024-08-22 15:41:11 +00:00