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
Darcy Ye
743ed33ab3
chore: rename SAML application secrets/configs constraints ( #6840 )
2024-11-29 14:11:46 +08:00
Darcy Ye
0795ba9364
feat(core): add POST /saml-applications and DEL /saml-applications/:id APIs
2024-11-22 16:52:19 +08:00
Darcy Ye
6faece8107
chore: update saml application configs table schema
2024-11-21 22:36:22 +08:00
Darcy Ye
4fc4b0b6c5
feat(schemas): add saml_application_configs table
2024-11-21 22:36:20 +08:00
Darcy Ye
4de302685a
chore: update secret table columns type
2024-11-21 19:10:13 +08:00
Darcy Ye
9bed048d57
chore: update schema
2024-11-21 19:04:29 +08:00
Darcy Ye
c2d63a21ac
feat(schemas): add saml_application_secres table
2024-11-21 19:04:28 +08:00
Darcy Ye
7a949b3848
chore: add SAML to application type
2024-11-20 14:32:00 +08:00
simeng-li
ec0f0c35f8
feat(schemas,core): add unknown session redirect url to sie ( #6796 )
...
* feat(schemas,core): add unknown session redirect url to sie
add unknown session redirect url config to sie settings
* chore(core): update openapi docs
update openapi docs
* fix(core): fix typo
fix typo
* fix(core): fix typo
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
---------
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-11-13 10:29:14 +08:00
simeng-li
1cee704939
feat(schemas): add suppport email and website url to sie ( #6789 )
...
* feat(schemas): add suppport email and website url to sie
add support email and website url to sie
* fix(experience): fix type issue
fix type issue
* fix(core): fix ut
fix ut
2024-11-12 09:51:34 +08:00
wangsijie
00e17525e7
feat(schemas): add account center table ( #6761 )
2024-11-06 03:37:51 +00:00
simeng-li
2c8343a757
feat(schemas): add idp-initiated SSO client side callback url columns ( #6675 )
...
* feat(core): consume IdP initiated session on SSO verification flow
Auto consume the IdP initiated SAML SSO session on the SSO sign-in verification flow
* test(core): add unit test cases
add unit test cases
* feat(schemas): add client idp-initiated auth callback url column
add client idp-initiated auth callback url column
* fix(test): fix ut
fix ut
2024-10-16 16:58:20 +08:00
simeng-li
d4f7d098dc
feat(schemas): add IdP initiated SAML SSO sessions table ( #6663 )
...
* feat(schemas): add idp-initiated saml sso sessions table
add idp-iniaited saml sso sessions table
* refactor(schemas): remove nameID index
remove nameID index
2024-10-14 13:34:35 +08:00
simeng-li
22566e375c
feat(schemas): add SAML SSO IdP initated auth config table ( #6659 )
...
feat(schemas): add idp initiated sso auth configs table
add idp initiated sso auth configs table
2024-10-14 10:18:29 +08:00
wangsijie
8bb5c81766
feat(schemas): add verification record table ( #6566 )
2024-09-13 09:47:33 +08:00
Charles Zhao
14d25bab1f
fix(core,schemas): check email verification status in me api ( #6507 )
2024-08-22 15:41:11 +00:00
wangsijie
3824a754fd
feat(schemas): init personal access tokens table ( #6383 )
2024-08-12 15:27:08 +08:00
wangsijie
d56bc2f731
feat(core,schemas): add support for argon2d and argon2id ( #6404 )
2024-08-06 07:12:47 +00:00
Gao Sun
b188bb1619
chore: launch multiple app secrets
2024-07-28 08:40:01 +08:00
simeng-li
6477c6deef
feat(schemas): add custom data to application ( #6309 )
...
* feat(core,schemas): add application custom data
add application custom data
* test(core): add update application with new custom data test
add update application with new custom data test
2024-07-25 09:55:57 +00:00
Gao Sun
ca7ee8c227
feat(schemas): init app_secrets table
2024-07-21 19:59:30 +08:00
Charles Zhao
ce3a62bc7a
feat(core,schemas): add post custom ui assets api ( #6118 )
...
* feat(core,schemas): add post custom ui assets api
2024-07-15 16:06:09 +00:00
Gao Sun
4a8b7c0648
feat: support app-level branding
2024-07-08 16:52:15 +08:00
Gao Sun
3a839f6d60
feat: organization logo
2024-07-07 21:40:26 +08:00
Charles Zhao
17921b5138
feat(schemas): custom ui assets db update ( #6010 )
2024-07-03 06:27:03 +00:00
Gao Sun
d7d2af68a9
fix(schemas): explicitly set search path ( #6101 )
2024-06-24 18:11:43 +08:00
Gao Sun
5e0a4401f6
feat: organization role types
2024-06-22 22:59:43 +08:00
wangsijie
b1a12fb375
feat(core): issue subject tokens ( #6045 )
2024-06-22 02:31:27 +00:00
Gao Sun
ec95536b84
Merge pull request #6071 from logto-io/gao-org-app-role-apis
...
feat(core): organization app role apis
2024-06-21 20:00:06 +08:00
Gao Sun
07da7918e2
feat(core): init organization app role apis
2024-06-20 14:16:55 +08:00
Gao Sun
0d8263682d
feat(core): organization jit sso apis
2024-06-20 11:35:04 +08:00
Gao Sun
6dd2565dca
feat(core): init organization app apis
2024-06-19 22:29:44 +08:00
Xiao Yijun
1bdfb4374c
feat(schemas): add agree_to_terms_policy
for sie table ( #6036 )
2024-06-18 21:47:21 +08:00
Gao Sun
4266ac8c06
Merge pull request #6024 from logto-io/gao-org-jit-roles
...
feat(core,console): organization jit roles
2024-06-17 11:51:54 +08:00
Gao Sun
b286dd314a
Merge pull request #6003 from logto-io/gao-org-mfa
...
feat(core,console): organization mfa requirement
2024-06-17 10:44:46 +08:00
Gao Sun
3ea37c5275
feat(core,console): organization jit roles
2024-06-14 14:50:33 +08:00
Gao Sun
136320584f
feat: automatic social account linking ( #5881 )
...
* feat: automatic social account linking
* chore: add integration tests
* chore: add changeset
2024-06-08 20:23:57 +08:00
Gao Sun
75ab459c0a
feat(core,console): organization mfa requirement
2024-06-08 14:15:07 +08:00
Gao Sun
d66d8c2286
feat(schemas): init organization email domains table
2024-06-05 22:33:41 +08:00
Gao Sun
e989f08065
refactor: remove service log fkey ( #5959 )
2024-05-31 18:09:43 +08:00
Gao Sun
38811e1099
refactor: remove internal role policies ( #5904 )
...
* refactor: remove internal role policies
* refactor: remove unused tests
2024-05-21 21:44:24 +08:00
Gao Sun
76fd33b7ed
feat: default user role ( #5872 )
...
* feat: default user role
* chore: add tests and changeset
* refactor: show warning for deprecated env
* chore: fix tests
2024-05-17 16:02:05 +08:00
wangsijie
24acae8709
feat(schemas): add table for app org resource scope consent ( #5803 )
...
feat(schemas): add table application_user_consent_organization_resource_scopes
2024-04-29 10:48:02 +08:00
Gao Sun
e8c41b1644
feat: support organization custom data ( #5785 )
...
* feat: support organization custom data
* chore: update changeset
2024-04-25 14:16:59 +00:00
wangsijie
94ccbafa80
feat(core,schemas): add organization resource scope relations ( #5608 )
2024-04-07 11:10:13 +08:00
Gao Sun
a98bc3da54
Merge pull request #5530 from logto-io/gao-add-oidc-standard-claims
...
feat: add oidc standard claims to user
2024-03-21 23:25:50 +08:00
Gao Sun
3cb9b892da
refactor: fix test and ci
2024-03-21 23:10:24 +08:00
simeng-li
9518658595
fix(schemas): fix the get interation/consent api bug ( #5503 )
...
* fix(schemas): fix the get interation/consent api bug
fix the get interation/consent api bug
* chore: update changeset
update changeset
* fix: update changeset
update changeset
* refactor(schemas, console): alter the resource scopes description field to nullable (#5504 )
* refactor(schemas, console): alter the resoruce scopes description field nullable
make the resourec scopes description nullable
* fix(test): fix the type issue in the integration test
fix the type issue in the integration test
* fix(console): add the field register
add the field register
* fix: update the changeset
update the changeset
* fix(console,test): update comments and rebase
update comments and rebase the master
2024-03-20 14:31:35 +08:00
Gao Sun
6feb531435
feat: add profile api, update api and database, add tests
2024-03-20 13:16:23 +08:00