simeng-li
00734031f8
feat(core): implement SAML IdP response flow
2024-12-26 11:51:25 +08:00
simeng-li
f02d8cb5ba
chore(core): remove token limit dev feature guard ( #6908 )
...
remove token limit dev feature guard
2024-12-26 10:38:42 +08:00
simeng-li
ea5a62bf8a
fix(core): handle unexpected user unique identifier error ( #6902 )
...
handle unexpected user unqque identifier violation error
2024-12-24 10:00:44 +08:00
Darcy Ye
0ba4d1d254
feat(core): add SAML IdP GET /saml-applications/:id/callback
API ( #6872 )
...
* feat(core): implement SAML IdP response flow
* refactor: update name ID format
* refactor: refactor code
* fix: add comments
---------
Co-authored-by: simeng-li <simeng@silverhand.io>
2024-12-20 14:17:57 +08:00
simeng-li
ef795299ce
feat(core): add token usage guard ( #6877 )
...
* feat(core): add token usage guard
add token usage guard
* test(core): add unit test
add unit test
* refactor(core): update the token usage cache strategy
udpate the token usage cache strategy
* fix(core): fix unit test
fix unit test
2024-12-20 13:51:47 +08:00
simeng-li
7556c16849
feat(core): add subscription cache class ( #6835 )
...
* refactor(core): update well-known cache to support ttl
update well-known cache to support ttl
* feat(core): add subscription cache class
refactor the well-known cache class and implement a new subscription cache
* chore(core): remove empty space
remove empty space
2024-12-19 10:39:26 +08:00
wangsijie
cf3aa1a40e
fix(core): should not be able to skip mandatory MFA ( #6892 )
2024-12-18 15:30:00 +08:00
wangsijie
f1b1d9e95a
feat(core,console): new mfa prompt policy ( #6880 )
2024-12-17 23:51:09 +08:00
simeng-li
a6aa235289
refactor(console): add get tenant add-on-skus endpoint ( #6886 )
...
* refactor(console): add get tenant add-on-skus endpoint
dynamicly display token usage tooltips content based on the token add-on SKU details
* fix: fix email connector ts error
fix email connector ts error
2024-12-16 13:55:41 +08:00
simeng-li
8fc5e250e6
fix(core): add the missing status code ( #6879 )
...
add the missing status code
2024-12-15 20:12:07 +08:00
simeng-li
96fd7ba49f
refactor(console, core): refactor console to support new pro plan ( #6874 )
...
* refactor(console, core): refactor console to support new pro plan
refactor console to support new pro plan
* fix(console): fix the wrong quota number
fix the wrong quota number
* fix(console): align the util method usage
align the util method usage
2024-12-12 17:23:41 +08:00
Charles Zhao
baef49df3c
chore: bump dependencies ( #6873 )
...
* chore: bump dependencies
* fix: ui test
* fix: ui test
2024-12-11 17:35:47 +08:00
simeng-li
8a15a60c37
fix(core): fix the subscription api response type ( #6834 )
...
fix the subscription api response type all dates value should be converted to ISO 8601 string
2024-12-10 13:37:23 +08:00
Darcy Ye
cd0d3577ee
refactor: remove SAML app certificate/metadata download APIs ( #6856 )
2024-12-05 07:27:34 +00:00
Darcy Ye
22d0a17389
fix: fix some SAML app bugs ( #6852 )
2024-12-05 06:54:23 +00:00
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
Gao Sun
239b81e31a
refactor: loose redirect uri restrictions ( #6846 )
...
* refactor: loose redirect uri restrictions
* refactor: fix types and add tests
* chore: add changeset
2024-12-04 15:37:16 +08:00
Darcy Ye
352f4d1a5f
fix(core): fix applications APIs status guard ( #6845 )
2024-12-03 09:25:39 +00:00
Darcy Ye
14b4254d1e
feat: add SAML app anonymous metadata and certificate APIs ( #6833 )
2024-12-03 07:58:52 +00:00
Darcy Ye
79eeb3508c
chore: fix code
2024-12-02 12:11:53 +08:00
Darcy Ye
0d83cb1fd6
feat: add SAML app secret related APIs
2024-12-02 12:11:52 +08:00
Darcy Ye
c211dd1d38
Merge pull request #6827 from logto-io/yemq-patch-get-saml-app-by-id-apis
...
feat(core): add `PATCH/GET /saml-applications/:id` APIs
2024-12-01 20:09:45 -08:00
Darcy Ye
016bdfecaf
chore: add comments
2024-12-02 11:14:10 +08:00
Darcy Ye
d55112b498
fix: update according to CR
2024-11-29 15:30:03 +08:00
Darcy Ye
225bdf4ba9
chore: fix code
2024-11-27 21:27:26 +08:00
Darcy Ye
06fd450ab4
Merge pull request #6822 from logto-io/yemq-add-post-saml-app-api
...
feat(core): add `POST /saml-applications` and `DEL /saml-applications/:id` APIs
2024-11-27 20:01:17 +08:00
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
ccb47b7443
refactor: undo changes on swagger API utils and hide SAML app APIs
2024-11-26 15:23:38 +08:00
simeng-li
3e034b580f
fix(core): add redis ping interval ( #6819 )
...
* fix(core): add redis ping interval
add redis ping interval
* refactor(core): add trySafe to wellknown cache
add trySafe to wellknown cache
* chore: add comments
Co-authored-by: Gao Sun <gao@silverhand.io>
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
2024-11-25 17:46:51 +08:00
silverhand-bot
2856f9ee28
release: version packages ( #6811 )
2024-11-22 17:04:11 +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
e47545a7bb
chore: update code
2024-11-21 14:59:29 +08:00
Darcy Ye
7a949b3848
chore: add SAML to application type
2024-11-20 14:32:00 +08:00
wangsijie
9795412f43
refactor(core): rename account prefix to my-account ( #6821 )
2024-11-19 08:17:39 +00:00
wangsijie
9a3f78d342
chore: remove feature guard ( #6818 )
2024-11-19 11:54:32 +08:00
simeng-li
9ca5ae8f30
chore: add app insights log for oidc server error ( #6815 )
...
add app insights log for oidc server error
2024-11-18 14:40:03 +08:00
wangsijie
4658bd2623
refactor(core): rename prefix to account ( #6814 )
2024-11-18 14:02:04 +08:00
wangsijie
3cfa6843bd
feat(core): remove identities ( #6809 )
2024-11-15 07:51:32 +00:00
wangsijie
f8d21e49fa
refactor(core): split profile route ( #6802 )
2024-11-15 06:04:26 +00:00
wangsijie
859495b13b
refactor(core): move verification record id to header ( #6801 )
2024-11-15 13:42:28 +08:00
simeng-li
640425414f
chore: remove dev feature guard ( #6808 )
...
* chore: remove dev feature guard
remove dev feature guard
* chore: add changesets
add changesets
2024-11-15 11:17:22 +08:00
wangsijie
06a1bd1394
fix(core): allow all origins for profile and verification api ( #6799 )
2024-11-15 10:53:08 +08:00
simeng-li
3ee2e03ac8
feat(console): add unknown session redirect url input field ( #6797 )
...
* feat(console): add unknown session redirect url input field
add unknown session redirect url input field to console
* feat(core): redirect to redirect url from sie on session not found (#6798 )
read and redierct user to redirect url from sie settings on session not found
2024-11-13 04:36:06 +00: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
4e826deabe
feat(core,console): add trust unverified email settings to Azure SSO ( #6800 )
...
add trust unverified email settings to Azure OIDC SSO connector
2024-11-13 10:28:58 +08:00
simeng-li
ae4b65bc26
feat(core): add support email & website url format guard ( #6790 )
...
add support email and website url format guard
2024-11-12 02:13:19 +00: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
3d465f2c6d
feat(core): apply account center field control ( #6776 )
2024-11-11 15:03:29 +08:00
wangsijie
d804ee0507
fix(core): set default social session ( #6784 )
2024-11-11 11:04:18 +08:00