0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00
Commit graph

2342 commits

Author SHA1 Message Date
Darcy Ye
98f45de386
fix(core): should not apply custom domain to SAML app SP entity ID (#7055) 2025-02-19 11:14:01 +00:00
Darcy Ye
e0333859d3
chore: update SAML auth request info guard and add more info to log (#7054) 2025-02-19 09:22:59 +00:00
Darcy Ye
5735d9ddfc
fix(core): fix SAML app redirect URIs sync custom domains logic (#7047)
fix: fix SAML app redirect URIs sync custom domains logic
2025-02-17 16:05:21 +08:00
simeng-li
a5990ec572
fix(core): fix incorrect condition check (#7046)
* fix(core): fix incorrect condition check

fix incorrect condition in the verification API

* chore(core): add change set

add change set
2025-02-17 11:05:38 +08:00
Darcy Ye
75610ca6cb
refactor: sync SAML app redirectUris upon custom domain status updates (#7033) 2025-02-14 08:07:42 +00:00
Darcy Ye
1e8121e9fa
refactor: remove unnecessary quota guard and usage report (#7040) 2025-02-14 15:49:43 +08:00
simeng-li
e7accfdab9
fix(core): prevent i18n context contamination by using request-scoped instance (#7028)
* fix(core): prevent i18n context contamination by using request-scoped instances

prevent i18n context contamination by using request-scoped instance

* refactor(core): remove RequestError body getter

remove RequestError body getter

* refactor(core): refactor some unit test context creations

refactor some unit test context creations

* refactor(core): override RequestError message with custom comments

override RequestError message with custom comments

* chore: update comments

update comments

* chore: comment update

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2025-02-14 07:09:22 +00:00
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