Darcy Ye
2ec1f56c11
feat(core): add PATCH/GET /saml-applications/:id APIs
2024-11-27 20:00:04 +08:00
Darcy Ye
3d85ab101e
chore: update code
2024-11-27 19:48:33 +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
0f1c9c1477
chore: update code
2024-11-22 12:39:59 +08:00
Darcy Ye
6faece8107
chore: update saml application configs table schema
2024-11-21 22:36:22 +08:00
Darcy Ye
ce288354c7
chore: update type field name
2024-11-21 22:36:21 +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
e97e63c62e
Merge pull request #6766 from logto-io/yemq-log-10133-add-isVisible-to-applications-table
...
feat(schemas,core,console): add SAML application type
2024-11-21 18:30:36 +08:00
Darcy Ye
e47545a7bb
chore: update code
2024-11-21 14:59:29 +08:00
wangsijie
44826493f3
fix(schemas): fix alter script of init account center ( #6826 )
2024-11-21 02:36:00 +00:00
wangsijie
68e0b6f0fe
fix(schemas): resolve duplicates of init account center alter ( #6824 )
2024-11-20 08:12:00 +00:00
Darcy Ye
1a431572c0
chore: rebase and update alteration script timestamp
2024-11-20 14:32:01 +08:00
Darcy Ye
7a949b3848
chore: add SAML to application type
2024-11-20 14:32:00 +08:00
wangsijie
80ae0bb6c7
fix(schemas): fix init account center alter run in chunks ( #6823 )
2024-11-20 13:28:49 +08:00
wangsijie
4658bd2623
refactor(core): rename prefix to account ( #6814 )
2024-11-18 14:02:04 +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
f4a374f7ac
fix(schemas): export account center seed function ( #6791 )
2024-11-11 17:50:06 +08:00
wangsijie
48fd33d8ce
feat(core): add account center api ( #6772 )
2024-11-08 19:57:43 +08:00
wangsijie
00e17525e7
feat(schemas): add account center table ( #6761 )
2024-11-06 03:37:51 +00:00
silverhand-bot
f48d3a1f95
release: version packages ( #6631 )
2024-10-25 17:26:36 +08:00
simeng-li
f2d280466d
feat(core,console,schemas): add idp-initiated sso session create log ( #6743 )
...
add idp-initiated sso session create log
2024-10-24 17:56:49 +08:00
simeng-li
cfc1b5eb0f
feat(core): add idp-initiated sso client sign-in redirect ( #6681 )
...
* 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(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(core): add idp-initiated sso client sign-in redirect
add idp-initiated sso client sign-in redirect
2024-10-16 17:38:49 +08: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
436a1840a8
feat(core,schemas): init auth flow for IdP initiated SAML SSO ( #6668 )
...
* feat(core,schemas): init auth flow for IdP initiated SAML SSO
init auth flow for IdP initiated SAML SSO
* fix(test): fix phrases key
fix phrases key
2024-10-14 15:39:05 +08:00
simeng-li
8e632678bc
feat(core): handle idp initiated saml assertion request ( #6666 )
...
* feat(core): handle idp initiated saml assertion request
handle idp initiated saml assertion request
* refactor(core): extract the set cookie logic
extract the set cookie logic, any refine some type definitions
2024-10-14 14:47:55 +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
14a07dcead
feat(core,schemas): add sso idp initiated auth config api ( #6660 )
...
* feat(core,schemas): add sso idp initiated auth config api
add sso connector idp initiated auth config management api
* fix(core): align the naming convention
align the naming convention
2024-10-14 10:50:43 +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
1b001f8fe8
feat(core): update password in profile ( #6571 )
2024-09-24 14:56:04 +08:00
simeng-li
918f8503fd
feat(core): add feature flag switch for experience app ( #6564 )
...
* feat(core,schemas): implement experience package a/b test
implement experience package a/b test
* refactor(core,schemas): rename to featureFlag
rename to featureFlag
* refactor(core): replace the hash alg
replace the hash alg and add trySafe wrapper
* chore(core): update function name and comments
update function name and comments
* refactor(core): optimize the code logic
optimize the code logic, add head to indicate the experience package
* refactor(core): update static module proxy header
update static module proxy header
* fix(core): fix unit test
fix unit test
* fix(core): clean up empty line
clean up empty line
Co-authored-by: Gao Sun <gao@silverhand.io>
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-09-20 10:10:17 +08:00
silverhand-bot
43d83e8bb3
release: version packages ( #6424 )
2024-09-13 18:06:50 +08:00
wangsijie
8bb5c81766
feat(schemas): add verification record table ( #6566 )
2024-09-13 09:47:33 +08:00
Darcy Ye
c368c2799a
refactor: update display, quota guard and usage report logic for enterprise users ( #6565 )
...
* refactor: update display, quota guard and usage report logic for enterprise users
* chore: undo logto email connector dependency update
* chore: use contact us button for pro plan when currently on enterprise plan
2024-09-11 12:26:39 +00:00
simeng-li
b837efead6
feat(console,core): remove custom token claims api context dev guard ( #6553 )
...
* feat(console,core): remove custom jwt api context dev guard
remove custom jwt api context dev guard
* fix(console,schemas,phrases): fix custom jwt token request phrases
fix custom jwt token request phrases
* chore: return denyAccess
return denyAccess
2024-09-09 16:57:44 +08:00
simeng-li
b51680a78f
feat(core): add denyAccess api context to customJwt script ( #6532 )
...
* feat(schemas,core): add denyAccess api conext to custom jwt
add denyAccess api context to the custom jwt
* fix(test): fix integration test
fix integration test
* chore(schemas): update type name
update api context type name
* chore(schemas): fix typo
fix typo
* feat(core): add dev feature guard
add dev feature guard
2024-09-03 18:12:57 +08:00
simeng-li
479d5895af
chore(schemas): bump withtyped version ( #6537 )
...
* chore(schemas): bump withtyped version
bump withtyped version
* chore: update changeset
update changeset
2024-09-02 08:20:05 +00:00
Charles Zhao
14d25bab1f
fix(core,schemas): check email verification status in me api ( #6507 )
2024-08-22 15:41:11 +00:00
Xiao Yijun
fec844c3ce
feat(experience): add reset password first screen ( #6498 )
2024-08-22 14:44:05 +08:00
Darcy Ye
19d3aa787a
fix: make alteration script compatible for core DB in all regions ( #6494 )
2024-08-22 10:24:55 +08:00
Darcy Ye
f04678e7bb
fix: fix alteration script dependency ( #6488 )
...
fix: alteration script dependency
2024-08-21 09:41:41 +00:00
Darcy Ye
c3bec6803d
Revert "Revert "refactor: add report:subscription:updates
Cloud scope"" ( #6415 )
...
* Revert "Revert "refactor: add `report:subscription:updates` Cloud scope" (#6412 )"
This reverts commit ebc04a283d
.
* chore: update alteration script ts
* chore: rebase and update alteration timestamp
2024-08-21 08:51:03 +00:00
wangsijie
e4b028847f
fix(console): fix impersonation tag in audit log ( #6463 )
2024-08-19 11:43:38 +08:00
Xiao Yijun
f17526c612
feat(core,experience,schemas): support identifier page related params for sign-in url ( #6446 )
2024-08-16 14:55:07 +08:00
Xiao Yijun
6a809e1307
feat(experience): add identifier register page ( #6437 )
2024-08-13 15:28:53 +08:00
Xiao Yijun
d9589c88e8
feat(experience): add identifier sign-in page ( #6435 )
2024-08-13 15:05:36 +08:00
wangsijie
b42b37bb72
chore: fix alteration timestamp ( #6433 )
2024-08-12 18:32:38 +08:00