Charles Zhao
e11e57de82
chore: bump dependencies for security update ( #7035 )
...
* chore: bump dependencies for security update
* chore: bump node-oidc-provider
* chore: bump logto sdks
2025-02-13 16:35:19 +08:00
Darcy Ye
d44007faab
fix(core): apply custom domain on SAML SSO and app ( #7022 )
...
* fix: apply custom domain on SAML SSO and app
* chore: apply custom domain on SAML SSO guide
* chore: add changeset
* chore: rename input params
2025-02-12 14:59:43 +08:00
simeng-li
fbe1a749c2
refactor(core): redesign email templates bulk delete API ( #7023 )
...
* refactor(core): redesign email templates bulk delete API
redesign email templates bulk delete API
* fix(core): add the missing error message properties
add the missing error message properties
2025-02-12 10:49:07 +08:00
simeng-li
2a838d71a2
feat(core): delete email template by langaugeTag or templateType ( #7018 )
...
Add apis to delete email template by languageTag or templateType
2025-02-11 08:38:14 +00:00
simeng-li
a94f3b1c83
feat(core): add update email template details api ( #7017 )
...
add update email tempalte details api
2025-02-11 14:58:36 +08:00
simeng-li
bf7f399844
feat(core): add get email-templates api ( #7016 )
...
add get email-templates api
2025-02-11 12:44:13 +08:00
simeng-li
99bd856acc
feat(core): add PUT and DELETE email-templates api ( #7010 )
...
* feat(core): add PUT and DELETE email-templates api
add PUT and DELETE email-templates api
* fix(core): fix openapi docs errors
fix openapi docs errors
2025-02-11 02:16:20 +00:00
Charles Zhao
14d1703b71
fix(core): update openapi.json for post user asset api ( #7019 )
2025-02-10 18:58:25 +08:00
silverhand-bot
91cfed99cb
release: version packages ( #7003 )
2025-02-07 12:46:18 +08:00
simeng-li
bf2d3007c3
fix(core): trigger webhook in organization invitation flow ( #7005 )
...
* fix(core): trigger webhook in organization invitation flow
should trigger the Organization.Membership.Updated webhook event when a organization invitation is accepted.
* chore: update changeset
update changeset
2025-02-07 04:03:51 +00:00
Darcy Ye
0dfbdaa563
chore: add SAML app API docs ( #6967 )
2025-02-07 11:22:58 +08:00
Darcy Ye
1337669e11
feat: enable SAML app support for OSS version
2025-02-05 17:32:58 +08:00
Darcy Ye
c39491c4fe
feat: remove SAML app dev feature guard
2025-01-26 16:07:02 +08:00
Darcy Ye
faf7e3c928
chore(core): hide oidcClientMetadata of SAML apps when using GET app APIs ( #6979 )
2025-01-26 02:46:52 +00:00
Darcy Ye
325fdf84f1
Merge pull request #6978 from logto-io/yemq-fix-saml-app-attributes
...
fix: fix SAML app attribute mapping not working issue
2025-01-25 12:33:45 +08:00
Darcy Ye
3bc701ea9a
Merge pull request #6977 from logto-io/yemq-fix-console-saml-app-attribute-mapping
...
fix(console,core): fix SAML app attribute mapping issues
2025-01-23 14:09:54 +00:00
silverhand-bot
e515728a52
release: version packages ( #6928 )
...
* release: version packages
* chore: fix the ci job
fix the integration test ci job
---------
Co-authored-by: simeng-li <simeng@silverhand.io>
2025-01-23 13:51:17 +08:00
Darcy Ye
af32c05a30
chore: update error message ( #6968 )
2025-01-22 07:42:55 +00:00
Darcy Ye
0d4c8835d1
refactor(core): reorg SAML app related codes
2025-01-22 11:33:53 +08:00
Darcy Ye
5321d60e9b
fix(core,console): make SAML related log visible in audit log listing page ( #6962 )
2025-01-21 14:09:36 +08:00
Darcy Ye
b88a07598e
fix(core): fix SAML validator setup ( #6961 )
2025-01-21 03:46:46 +00:00
Darcy Ye
62562c973b
fix(core): fix SAML attributes data ( #6953 )
2025-01-20 21:37:36 +08:00
Darcy Ye
6541749f9b
refactor(core): add SAML app quota guard ( #6941 )
2025-01-15 10:00:16 +08:00
Darcy Ye
c41ecc40df
refactor(core): refactor GET saml app metadata endpoint ( #6938 )
...
* refactor(core): refactor GET saml app metadata endpoint
* refactor: refactor SamlApplication class to validate only necessary fields
2025-01-14 17:24:48 +08:00
Darcy Ye
669b2de234
feat(core): add state/redirect URI validate on SP init SAML SSO callback endpoint ( #6937 )
2025-01-14 16:09:04 +08:00
Darcy Ye
837324a015
feat(core): add SAML app audit logs ( #6931 )
2025-01-10 08:12:23 +00:00
Darcy Ye
d16666a471
feat(core): add default redirect URI for SAML apps on creation ( #6932 )
2025-01-10 17:09:40 +09:00
Darcy Ye
3efca1169f
refactor(core): build SAML app sign in URL scope with attribute mapping ( #6930 )
...
refactor(core): build sign in URL scope with attribute mapping
2025-01-09 17:55:29 +08:00
Darcy Ye
b335ad01b1
feat(console,core): enable configure on nameIdFormat and encryption ( #6929 )
...
* feat(console): enable configure on nameIdFormat and encryption
* feat(core): support configuration on nameIdFormat and encryption
2025-01-09 11:02:59 +08:00
aiden
39cef8ea47
feat(core): support custom endpoint and addressing style for S3 ( #6924 )
...
Add support for configurable S3 endpoint and addressing style (path-style/virtual-hosted)
to improve compatibility with S3-compatible storage services.
- Add forcePathStyle option to control URL addressing style
- Fix custom endpoint support implementation
- Improve URL generation logic for different configurations
Resolves: [#6920 ]
Signed-off-by: aiden_lu <allaher@icloud.com>
2025-01-08 08:46:54 +08:00
Darcy Ye
73694b9962
feat(console,core): add attribute mapping ( #6916 )
2025-01-06 13:40:07 +00:00
Darcy Ye
b0fb35f97e
refactor(core): build SamlApplication class ( #6909 )
2025-01-06 12:01:27 +00:00
Darcy Ye
ced360b7a4
refactor: make SAML apps to be first party apps ( #6913 )
2025-01-06 12:01:13 +00:00
Darcy Ye
4191828fcb
feat: support SAML app encryption and nameIdFormat config ( #6912 )
2025-01-06 18:47:42 +08:00
Darcy Ye
580ed25ad7
feat(core,console): enable create and activate/deactivate SAML app secrets ( #6910 )
...
* feat: enable create and activate/deactivate SAML app secrets
* chore: update code
2025-01-06 14:47:49 +08:00
Darcy Ye
3f8f8c626b
Merge pull request #6887 from logto-io/yemq-add-saml-auth-request-handler-endpoints
...
feat(core): add SAML auth request handling endpoints
2025-01-06 14:34:15 +08:00
silverhand-bot
460ea89dd6
release: version packages ( #6850 )
...
* release: version packages
* chore: update new connectors version number
---------
Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2025-01-02 12:11:10 +08:00
Darcy Ye
659ec5c298
Merge pull request #6881 from logto-io/yemq-add-saml-app-session-table
...
feat: add saml app sessions table
2024-12-27 13:57:51 +08:00
Darcy Ye
c2049c9b24
chore: update code
2024-12-27 12:48:08 +08:00
Darcy Ye
6222307ce8
feat(core): add SAML auth request handling endpoints
2024-12-27 12:48:07 +08:00
Darcy Ye
fd2ea4a24e
chore: update code
2024-12-27 12:46:30 +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
Darcy Ye
e7ca10056c
feat: add saml app sessions table
2024-12-24 14:45:06 +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