silverhand-bot
f3c3e4ddee
release: version packages
2025-01-20 13:39:15 +00:00
Darcy Ye
62562c973b
fix(core): fix SAML attributes data ( #6953 )
2025-01-20 21:37:36 +08:00
Darcy Ye
7a0d5f97ab
feat(console): hide entrance for creating SAML apps ( #6948 )
2025-01-16 21:45:59 -08:00
Darcy Ye
6a5e395dc6
chore: sync all keys to all other locales ( #6945 )
2025-01-17 04:51:13 +00:00
Darcy Ye
55c4489108
feat(console): add SAML app flow ( #6944 )
...
* feat(console): add SAML app
* fix: integration test setup
2025-01-17 03:42:10 +00: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
9ee0285528
refactor(console): refactor IdP init SSO available apps dropdown ( #6935 )
2025-01-14 16:09:15 +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
b3a12e4a2a
chore(console): fix SAML app text display ( #6926 )
2025-01-07 07:47:34 +00: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
u0x01
3004ae9a63
feat(connector): add YunPian SMS connector ( #6906 )
...
* feat(connector): add YunPian SMS connector
* chore: update README and pnpm lock
* chore: update SVG and error messages
---------
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-12-31 07:21:37 +00:00
u0x01
3fa2b796e6
feat(connector): add Xiaomi social login connector ( #6905 )
...
* feat(connector): add Xiaomi social login connector
* chore: update README and pnpm lock
* chore: update changeset
* fix(connector): fix connector-xiaomi test fail & enhance error handling
* refactor(connector): remove unnecessary logs and code
---------
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-12-30 20:02:12 +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
aff7526858
fix(phrases): fix console phrases ( #6911 )
...
* fix(phrases): fix console phrases
fix console phrases
* chore: update en phrase
update en phrase
2024-12-26 08:25:18 +00: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
513d18e4db
feat(console): add token usage exceed notification ( #6907 )
...
add token usage exceed notification for dev tenants
2024-12-25 14:22:59 +08:00
Darcy Ye
e7ca10056c
feat: add saml app sessions table
2024-12-24 14:45:06 +08:00
simeng-li
c6495fcdda
feat(console): add token exceed tag ( #6904 )
...
add token exceed tag to tenant drop down item
2024-12-24 10:01:00 +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
simeng-li
e312a9830b
style(console): update the default font color ( #6903 )
2024-12-23 09:19:05 +00:00
wangsijie
6bb584a336
fix(console): fix mfa form mandatory reset ( #6901 )
2024-12-23 12:19:55 +08:00
simeng-li
74c9282495
feat(console): add token usage notification banner ( #6898 )
...
* feat(console): add token usage notification banner
add token usage notificaiton banner
* style(console): fix usage error style
fix usage error style
2024-12-23 11:19:42 +08:00
simeng-li
6dae2bf4f6
refactor(console): show token usage exceed modal ( #6897 )
...
show token usage limit exceed modal
2024-12-23 10:22:26 +08:00
Charles Zhao
2ade5d6289
chore: update translation of connector readmes ( #6899 )
2024-12-20 10:24:55 +00: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
wangsijie
588ed34e12
refactor(phrases): update mfa prompt selection text ( #6896 )
2024-12-20 11:48:06 +08:00
wangsijie
d26d9aaa88
fix(console): auto close mfa switch ( #6895 )
2024-12-20 11:47:57 +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
simeng-li
10766d4517
chore(console): remove new pro plan dev feature guard ( #6890 )
...
* fix(console): should not apply dev guard
should not apply dev guard
* chore(console): remove new pro plan dev feature guard
remove new pro plan dev feature guard
2024-12-18 09:57:10 +08:00
wangsijie
f1b1d9e95a
feat(core,console): new mfa prompt policy ( #6880 )
2024-12-17 23:51:09 +08:00
simeng-li
bbbfd01d7b
fix(console): should not apply dev guard ( #6889 )
...
should not apply dev guard
2024-12-16 08:21:50 +00: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