0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00
Commit graph

5891 commits

Author SHA1 Message Date
Gao Sun
bd0487ecc3
refactor(console): update ruby guide (#6116)
* refactor(console): update ruby guide

* refactor(console): support further readings

* refactor(console): reorg docs
2024-06-27 14:11:06 +08:00
Gao Sun
8fa440579b
refactor: update nuxt guide (#6114)
* refactor: update nuxt guide

* refactor: polish content
2024-06-27 05:06:44 +00:00
Gao Sun
42cef43cb1
Merge pull request #6113 from logto-io/gao-upgrade-mdx
refactor(console): upgrade mdx packages
2024-06-27 13:06:03 +08:00
Xiao Yijun
ccf4efe901
chore: fix typo (#6110) 2024-06-26 19:36:51 +08:00
Gao Sun
f22ed8955d
refactor(console): remove unused config 2024-06-26 16:39:23 +08:00
Gao Sun
8fcb747032
refactor(console): upgrade mdx packages 2024-06-26 16:32:45 +08:00
Gao Sun
b590e64f59
feat(core): issue organization token via client credentials (#6098)
* feat(core): issue organization token via client credentials

* refactor: fix tests
2024-06-26 16:18:12 +08:00
Xiao Yijun
75c0468abe
refactor: handle potential errors during ky requests in koa-auth middleware (#6112) 2024-06-26 15:22:41 +08:00
Darcy Ye
b52609a1ed
feat(core): add hasPassword field to custom JWT user context (#6096) 2024-06-25 14:58:25 +08:00
Xiao Yijun
f2c7799ee6
refactor(experience,phrases): update resend passcode phrases (#6103) 2024-06-25 10:36:31 +08:00
Mostafa Moradian
d123d46ebc
fix: include tenantId and its root param in responses (#6092)
* fix: include tenantId and its root param in responses

* refactor: use shared object

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-06-25 02:24:56 +00:00
Gao Sun
dfa0135b6a
refactor: add brief intro in swagger.json (#6102) 2024-06-25 10:24:17 +08:00
Gao Sun
92dc008545
refactor(console): hide backchannel for m2m apps (#6075) 2024-06-25 10:03:47 +08:00
Gao Sun
593db0dbee
refactor(console): update role-related content and components (#6091) 2024-06-24 10:45:51 +00:00
Gao Sun
581ecd9cd0
Merge pull request #6090 from logto-io/gao-organization-m2m-apps
feat(console): m2m pages in organizations
2024-06-24 18:45:13 +08:00
Gao Sun
b489626b34
Merge pull request #6088 from logto-io/gao-console-m2m-organizations
feat(console): show organization list for m2m apps
2024-06-24 18:43:49 +08:00
Gao Sun
d7d2af68a9
fix(schemas): explicitly set search path (#6101) 2024-06-24 18:11:43 +08:00
Gao Sun
bede80e2f5
Merge pull request #6093 from logto-io/gao-fork-cc-grant
refactor(core): fork client credentials grant
2024-06-24 17:46:58 +08:00
simeng-li
d81e13d215
feat(console,phrases): add issuer endpoint to application form (#6094)
* feat(console,phrases): add issuer endpoint to application form

add issuer endpoint to the application form

* chore: add changeset

add changeset
2024-06-24 05:44:14 +00:00
Darcy Ye
15953609bb
feat: support prompt config for some built-in connectors (#6023)
* feat: support prompt config for some built-in connectors

* chore: adopt code review suggestions

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

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-06-24 04:42:47 +00:00
Gao Sun
88ee906b75
refactor(core): fork client credentials grant 2024-06-23 22:33:06 +08:00
Gao Sun
a43434c42f
Merge pull request #6089 from mostafa/fix-oas-validation-errors
fix: generate valid OpenAPI spec
2024-06-23 14:12:20 +08:00
Gao Sun
d51e839cdb
refactor: add changeset and improve code 2024-06-23 13:47:10 +08:00
Gao Sun
ca22bc6ae9
feat(console): m2m pages in organizations 2024-06-23 11:31:24 +08:00
Gao Sun
58f3eeae64
Merge pull request #6087 from logto-io/gao-org-app-role-apis
feat(core): update application organization role apis
2024-06-23 11:13:45 +08:00
Gao Sun
1620bbd718
Merge pull request #6086 from logto-io/gao-org-app-apis
feat(core): add organization - application apis
2024-06-23 11:02:19 +08:00
Gao Sun
9b361011e7
refactor: update status code 2024-06-23 10:47:44 +08:00
Gao Sun
022b5fe6cf
Merge pull request #6084 from logto-io/gao-org-role-types
feat: organization role types
2024-06-23 10:45:27 +08:00
Gao Sun
cbab5af58f
Merge pull request #6083 from logto-io/gao-update-org-app-fetch
refactor(core): return roles in organization app get api
2024-06-23 10:35:22 +08:00
Gao Sun
097dfcac89
refactor: filter whole supplement document if needed (#6085) 2024-06-23 10:33:28 +08:00
Gao Sun
88f94c7001
feat(console): show organization list for m2m apps 2024-06-23 09:04:48 +08:00
Mostafa Moradian
e24ff76c1f
fix: update mocks and docstrings 2024-06-22 23:33:13 +02:00
Mostafa Moradian
0a194c6752
fix: change special character to fix root paramter naming issue
feat: add customParameters function for fixing tenantId error on `/api/.well-known/endpoints/{tenantId}`
2024-06-22 19:19:00 +02:00
Gao Sun
754d0e1340
feat(core): update application organization role apis 2024-06-22 23:17:05 +08:00
Gao Sun
12cd49f903
feat(core): get application organizations api 2024-06-22 23:16:38 +08:00
Gao Sun
bcd2ac7c09
chore: fix tests 2024-06-22 22:59:43 +08:00
Gao Sun
5e0a4401f6
feat: organization role types 2024-06-22 22:59:43 +08:00
Gao Sun
b839f6c46f
refactor(core): return roles in organization app get api 2024-06-22 22:58:44 +08:00
wangsijie
b1a12fb375
feat(core): issue subject tokens (#6045) 2024-06-22 02:31:27 +00:00
Gao Sun
0f39d39f7a
refactor(core): reorg organization routes 2024-06-21 21:47:52 +08:00
Gao Sun
fae11359b2
refactor(core): update naming and fix typos 2024-06-21 20:13:52 +08:00
Gao Sun
ec95536b84
Merge pull request #6071 from logto-io/gao-org-app-role-apis
feat(core): organization app role apis
2024-06-21 20:00:06 +08:00
Gao Sun
5065eea03b
Merge pull request #6073 from logto-io/gao-update-console-jit
feat(console): update jit config
2024-06-21 19:57:59 +08:00
Xiao Yijun
12bcbb9699
fix(experience): apply agree to terms policy for sso (#6080) 2024-06-21 18:24:14 +08:00
Gao Sun
c51eab1bc4
Merge pull request #6069 from logto-io/gao-org-jit-sso-impl
feat(core): organization jit sso
2024-06-21 16:39:33 +08:00
Darcy Ye
651a027b49
chore(core): add dev feature tag for openapi.json (#6025)
chore(core): add dev feature tag for openapi.json to indicate operation should not show up in swagger.json
2024-06-21 16:09:21 +08:00
renovate[bot]
7f9c0f295c
chore(deps): update dependency buffer to v6 (#6060)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-21 06:30:30 +00:00
Gao Sun
71f5fa308f
refactor: improve code, content, and styles 2024-06-21 13:59:10 +08:00
Gao Sun
a471d6a58c
feat(console): update jit config 2024-06-21 13:57:17 +08:00
Gao Sun
2cf30d2f03
feat(core): organization jit sso 2024-06-21 13:56:08 +08:00
Gao Sun
c1ffadeff6
Merge pull request #6067 from logto-io/gao-org-jit-sso
feat(core): organization jit sso apis
2024-06-21 09:54:33 +08:00
Darcy Ye
e89147acb3
refactor(console): update subscription plan ID (#6074) 2024-06-20 19:08:16 +08:00
Darcy Ye
92f47ef7da
chore: rename legacy pro to grandfathered pro (#6076) 2024-06-20 10:51:07 +00:00
Gao Sun
07da7918e2
feat(core): init organization app role apis 2024-06-20 14:16:55 +08:00
Gao Sun
0d8263682d
feat(core): organization jit sso apis 2024-06-20 11:35:04 +08:00
simeng-li
e6f06cbbb7
docs(console): add the troubleshooting section in expo guide (#6052)
* docs(console): add the troubleshoot section in expo guide

add the troubleshoot section in expo integration guide

* chore: update the words

update the words
2024-06-20 11:11:39 +08:00
simeng-li
0f3dbbc4a9
chore(test): reorg the sso connector api cleanup logic (#6053)
reorg the sso connector api cleanup logic
2024-06-20 10:40:42 +08:00
Gao Sun
32270d1d7e
Merge pull request #6065 from logto-io/gao-reorg-org-api-docs
refactor(core): reorg organization users api docs
2024-06-20 10:12:29 +08:00
Gao Sun
5362772f6d
Merge pull request #6064 from logto-io/gao-init-org-app-apis
feat(core): init organization app apis
2024-06-20 09:58:09 +08:00
Gao Sun
e83e94f822
Merge pull request #6055 from logto-io/gao-refactor-relation-queries
refactor(core): update relation queries
2024-06-20 09:57:25 +08:00
Xiao Yijun
09bd183148
style(experience): add margin-bottom for terms checkbox on sign-in page (#6058) 2024-06-20 09:47:48 +08:00
Gao Sun
34a64111cc
chore: skip tests if needed 2024-06-19 22:55:52 +08:00
Gao Sun
4d879fc358
refactor(core): reorg organization users api docs 2024-06-19 22:29:59 +08:00
Gao Sun
6dd2565dca
feat(core): init organization app apis 2024-06-19 22:29:44 +08:00
Darcy Ye
53ada32251
chore(schemas): add legacy-pro tag to reserved plan ID (#6061) 2024-06-19 11:47:48 +00:00
Gao Sun
97efe1e734
refactor: fix google one tap issues (#6054) 2024-06-19 14:24:19 +08:00
Gao Sun
b543356bb3
refactor(core): update relation queries 2024-06-19 14:21:15 +08:00
Gao Sun
71ba7c4cc6
feat(core): jit organization roles (#6049) 2024-06-19 11:07:45 +08:00
Gao Sun
d49a5f4563
chore(console): update guide orders (#6047) 2024-06-19 02:17:30 +00:00
Gao Sun
82e702fbde
Merge pull request #6046 from logto-io/gao-add-ruby 2024-06-19 10:12:47 +08:00
Xiao Yijun
061a30a875
feat(experience): support agree to terms policies (#6044) 2024-06-19 09:25:57 +08:00
Xiao Yijun
3cb7be21ca
feat(console,phrases): support agree to terms policy configuration (#6037) 2024-06-18 14:34:54 +00:00
Xiao Yijun
1bdfb4374c
feat(schemas): add agree_to_terms_policy for sie table (#6036) 2024-06-18 21:47:21 +08:00
Gao Sun
282f091219
refactor(console): support non-svg logos 2024-06-18 18:23:01 +08:00
Charles Zhao
3300e4fb09
chore(connector): update outdated links in connector readme (#6039) 2024-06-18 17:47:49 +08:00
Gao Sun
ead51e5554
feat(console): add Ruby app guide 2024-06-18 15:07:54 +08:00
simeng-li
d210f4f2e4
test(core): implement sso related integration tests (#6041)
* test(core): implement sso related integration tests

implement sso related integration tests

* chore(core): remove unnecessary comments

remove unnecessary comments
2024-06-18 02:16:27 +00:00
Gao Sun
0ef712e4ea
feat(console): google one tap (#6034) 2024-06-18 10:04:20 +08:00
Gao Sun
b96848b01d
Merge pull request #6032 from logto-io/gao-google-one-tap-experience 2024-06-18 10:02:55 +08:00
Gao Sun
c2c15e8bcf
refactor(console): show sso status in jit domains (#6040) 2024-06-18 10:00:35 +08:00
Gao Sun
d9119b56ec
Merge pull request #6031 from logto-io/gao-google-one-tap-core 2024-06-18 09:59:32 +08:00
simeng-li
bb6fd66418
feat: add dev feature disabled test (#6014)
feat: implement dev feature disabled integration test

implement dev feature desiabled integration test
2024-06-17 19:58:57 +08:00
Gao Sun
924ccb4352
Merge pull request #6030 from logto-io/gao-google-one-tap-connector
feat(connector): google one tap
2024-06-17 12:21:10 +08:00
Gao Sun
be1b570691
chore: add comments 2024-06-17 12:06:52 +08:00
Gao Sun
4118669c91
Merge pull request #6027 from logto-io/gao-update-changeset
chore: update changeset
2024-06-17 11:53:21 +08:00
Gao Sun
59fe21aec7
Merge pull request #6026 from logto-io/gao-org-jit-roles-tests
refactor: add organization jit role api tests
2024-06-17 11:52:40 +08:00
Gao Sun
4266ac8c06
Merge pull request #6024 from logto-io/gao-org-jit-roles
feat(core,console): organization jit roles
2024-06-17 11:51:54 +08:00
Charles Zhao
41495a385d
refactor(console): improve swr error handling that previously omitted (#6021) 2024-06-17 11:12:55 +08:00
Gao Sun
d23417e36d
Merge pull request #6022 from logto-io/gao-update-jit-style
refactor(console): update jit styles
2024-06-17 10:45:58 +08:00
Gao Sun
e541716012
Merge pull request #6020 from logto-io/gao-add-profile-in-user-settings
refactor(console): allow view and update `user.profile` in settings
2024-06-17 10:45:14 +08:00
Gao Sun
b286dd314a
Merge pull request #6003 from logto-io/gao-org-mfa
feat(core,console): organization mfa requirement
2024-06-17 10:44:46 +08:00
simeng-li
ed37356ee3
refactor(console,experience,test): decouple isDevFeatureEnabled with isIntegrationTest (#6012)
* refactor(console,experience,test): decouple isDevFeatureEnabled with isIntegrationTest

decouple isDevFeatureEnabled with isIntegrationTest ENV variables

* chore: update environment variable get method

update environment variable get method
2024-06-17 10:30:16 +08:00
simeng-li
a02c20a664
refactor(console): update spring boot api protection guide (#6018)
update spring boot api protection guide
2024-06-17 10:14:04 +08:00
Gao Sun
552a3e59db
chore: add tests 2024-06-16 22:02:13 +08:00
Gao Sun
c0617f159d
chore: add tests 2024-06-16 21:13:00 +08:00
Gao Sun
50c35a2143
feat(experience): google one tap 2024-06-16 14:50:00 +08:00
Gao Sun
942780fcfa
feat(core): google one tap 2024-06-16 14:31:33 +08:00
Gao Sun
6308ee1857
feat(connector): google one tap 2024-06-16 13:55:36 +08:00
Gao Sun
320b720c46
refactor: rename method 2024-06-15 11:22:06 +08:00
Xiao Yijun
dc6fbe212e
refactor(console): improve webhook test request error handling (#6017) 2024-06-15 11:21:44 +08:00
Xiao Yijun
15a51a4426
refactor(console): imporve custom phrase fetch request error handling (#6015) 2024-06-15 11:21:30 +08:00
Xiao Yijun
d17e26ab30
style(console): update tab item style in readme docs (#6013) 2024-06-15 11:21:14 +08:00
Gao Sun
aefe5cbacb
chore: update changeset 2024-06-14 22:54:32 +08:00
Gao Sun
b25bca3aa2
refactor: add organization jit role api tests 2024-06-14 22:44:03 +08:00
Gao Sun
7d6e8dcf9a
Merge pull request #5999 from logto-io/gao-remove-dev-features-guard
chore(console,core): launch organization jit
2024-06-14 14:58:57 +08:00
Gao Sun
3ea37c5275
feat(core,console): organization jit roles 2024-06-14 14:50:33 +08:00
Gao Sun
847a7c413a
refactor(console): update jit styles 2024-06-14 11:39:55 +08:00
Gao Sun
752059d6b1
Merge pull request #6002 from logto-io/gao-enable-backchannel-logout
feat(core,console): enable backchannel logout
2024-06-14 11:10:42 +08:00
Gao Sun
6f0497d214
refactor: apply suggestions from code review
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-06-14 10:56:18 +08:00
Gao Sun
8306cc4263
Merge pull request #5998 from logto-io/gao-console-jit
feat(console): implement organization jit ui
2024-06-14 10:55:34 +08:00
Gao Sun
9f33d997b2
refactor(console): allow view and update user.profile in settings 2024-06-13 22:44:17 +08:00
simeng-li
930f23e363
fix(core): prevent uncaught promise rejection (#6009)
* fix(core): prevent uncaught promise rejection

prevent uncaught promise rejection crashing the app

* refactor(core): remove inline await

remove inline await statement

* chore(core): update comment

update comment
2024-06-12 07:05:42 +00:00
Gao Sun
136320584f
feat: automatic social account linking (#5881)
* feat: automatic social account linking

* chore: add integration tests

* chore: add changeset
2024-06-08 20:23:57 +08:00
Gao Sun
128ee0c9bb
chore: add tests 2024-06-08 14:48:57 +08:00
Gao Sun
75ab459c0a
feat(core,console): organization mfa requirement 2024-06-08 14:15:07 +08:00
Gao Sun
efa884c409
chore(console,core): launch organization jit 2024-06-08 10:22:38 +08:00
Gao Sun
b50ba0b7e6
chore: add tests and changeset 2024-06-08 10:19:13 +08:00
Gao Sun
f28a083ed0
feat(core,console): enable backchannel logout 2024-06-07 22:12:24 +08:00
Gao Sun
fc1699631c
feat(console): implement organization jit ui 2024-06-07 15:00:06 +08:00
Gao Sun
afb1091603
refactor: fix tests 2024-06-06 19:09:40 +08:00
Gao Sun
ab4867d310
refactor(core): trigger organization membership updated hook from jit 2024-06-06 18:11:49 +08:00
Gao Sun
d4cb91e6c9
feat(core): implement organization jit provisioning 2024-06-06 14:30:29 +08:00
Gao Sun
be9d94d4fd
refactor: fix tests 2024-06-06 14:30:05 +08:00
Gao Sun
f6dbb0aad1
chore: add api docs 2024-06-06 13:37:43 +08:00
Gao Sun
b85ecb6c93
feat(core): organization email domains apis 2024-06-06 10:33:33 +08:00
Gao Sun
d66d8c2286
feat(schemas): init organization email domains table 2024-06-05 22:33:41 +08:00
Gao Sun
ce911309da
refactor(core): reorg organization queries 2024-06-05 18:25:18 +08:00
Gao Sun
ec6f1d39d8
refactor(core): reorg organization routes 2024-06-05 18:17:39 +08:00
Xiao Yijun
33537ef1af
refactor(console,phrases): update role assignment modal phrases (#5989) 2024-06-04 20:42:46 +08:00
simeng-li
7a279be1fc
refactor(core,schemas): add user detail payload to User.Deleted webhook event (#5986)
* refactor(core,schemas): add user detail payload to User.Deleted DataHook event

add user detail data payload to the User.Deleted DataHook event

* fix(core): fix unit test

fix unit test
2024-06-04 11:09:27 +00:00
Xiao Yijun
7ebabc490a
refactor(console): always display role creation hint in role assignment modal (#5988) 2024-06-04 09:19:40 +00:00
Xiao Yijun
223d9e3747
feat(console): add new feature content for m2m integration guide (#5947) 2024-06-04 06:39:01 +00:00
Xiao Yijun
eacec10ac4
chore: remove dev flags and add changeset for m2m guide feature (#5983) 2024-06-04 14:03:50 +08:00
renovate[bot]
9ae4f7d401
chore(deps): update dependency i18next-browser-languagedetector to v8 (#5850)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 12:42:03 +08:00
aiden
f4e64922fb
chore(connector): improve DingTalk web connector readme (#5977)
* feat: add dingtalk connector

* refactor(connector): optimize codes

* refactor(connector): optimize the logic of getting user phone

* docs(connector): add English configuration guide for DingTalk

* docs(connector): add table of contents

* docs(connector): optimize format

* chore(connector): update DingTalk web connector readme

* chore(connector): apply suggestions from code review

Co-authored-by: Darcy Ye <darcyye@silverhand.io>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

---------

Co-authored-by: aidenlu <aiden_lu@wochacha.com>
Co-authored-by: Darcy Ye <darcyye@silverhand.io>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-06-04 10:31:05 +08:00
renovate[bot]
acc22af0b2
chore(deps): update dependency @testing-library/react to v16 (#5984)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 10:27:48 +08:00
Gao Sun
8669149a08
refactor(core): optimize redis error handling (#5965) 2024-06-04 09:46:35 +08:00
Gao Sun
5391dbc417
refactor(console): use permanently delete (#5979) 2024-06-03 21:43:36 +08:00
Gao Sun
123ecaec47
refactor(core): try to fix uncaught exception (#5982) 2024-06-03 12:26:01 +00:00
Charles Zhao
4d3b32f5f3
fix(console): language switch should work on profile page (#5980) 2024-06-03 12:21:02 +00:00
Charles Zhao
ac5d846c44
refactor(console): click console logo should navigate to root page (#5981) 2024-06-03 20:15:30 +08:00
simeng-li
a495ab00ba
feat(core): report oidc exceptions to the appInsights (#5978)
report oidc exceptions to the appInsights
2024-06-03 18:58:56 +08:00
Darcy Ye
0748a22efb
chore(schemas): add reserved plan ID for admin tenant (#5976) 2024-06-03 10:03:29 +00:00
Xiao Yijun
6e116b30df
refactor(console,phrases): update rbac-related phrases (#5975) 2024-06-03 17:47:51 +08:00
Charles Zhao
14515f2c44
fix(core): profile avatar upload should not return 400 error (#5974) 2024-06-03 17:45:42 +08:00
Xiao Yijun
391717637c
fix(console): avoid skipping m2m role assignment after switching browser tabs (#5973) 2024-06-03 14:34:07 +08:00
Gao Sun
6fbba3821d
feat(console): implement account deletion (#5969)
* feat(console): implement account deletion

* refactor: remove unused phrases

* chore: add i18n phrases

* refactor: add comments and error handling
2024-06-03 12:54:42 +08:00
renovate[bot]
914555e683
chore(deps): update dependency @logto/cloud to v0.2.5-a7eedce (#5847)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-03 04:16:04 +00:00
Gao Sun
d498086fdd
refactor(console): fix plausible hostname (#5968) 2024-06-03 11:59:26 +08:00
Xiao Yijun
014d7f63c3
refactor(console): make long text breakable in roles page (#5956) 2024-06-03 10:51:36 +08:00
Xiao Yijun
ec2df4d3cf
fix(console): only show m2m role notification for m2m roles (#5957) 2024-06-03 10:51:10 +08:00
Gao Sun
a72b71516b
fix: use correct disabled logic for free plan (#5964)
fix: use correct disable logic for free plan
2024-06-01 05:51:58 +00:00
Gao Sun
61da265048
chore: update links (#5963) 2024-06-01 05:45:03 +00:00
Gao Sun
d544d343b5
chore: launch us region (#5962) 2024-06-01 04:04:09 +00:00
silverhand-bot
0decba0308
release: version packages (#5868) 2024-05-31 23:48:43 +08:00
Gao Sun
11f05ceb1d
refactor(console): improve onboarding data and subscription fetching (#5960) 2024-05-31 19:21:47 +08:00
Gao Sun
e989f08065
refactor: remove service log fkey (#5959) 2024-05-31 18:09:43 +08:00
Gao Sun
a0b19513bb
feat(console): show version number for oss (#5950) 2024-05-31 18:05:20 +08:00
Gao Sun
522dd02f44
refactor: improve user experience (#5958) 2024-05-31 17:41:36 +08:00
simeng-li
0c70d65c7b
feat(core,toolkit): add new sso_identities claim (#5955)
* feat(core,toolkit): add new sso_identities claim

add new sso_identities claim to the userinfo endpoint

* chore: update changeset

update changeset

* chore: update comments

update comments

* refactor(core): use findUserSsoIdentites query method in user library

use findUserSsoIdentites query method in user library
2024-05-31 06:31:26 +00:00
Xiao Yijun
9861b8ac44
refactor(console): remove redundant notification from m2m guide (#5954) 2024-05-31 13:17:40 +08:00
Xiao Yijun
b8ea4800c5
fix(console): avoid rendering outdated role options (#5953) 2024-05-31 13:09:09 +08:00
Darcy Ye
0b5b15b969
feat(connector): add DingTalk web connector changeset (#5940) 2024-05-31 12:31:24 +08:00
Gao Sun
3927e6644c
refactor: update naming (#5951)
replace all "mainFlow" with "experience"
2024-05-31 03:40:40 +00:00
Gao Sun
d6bb547f7b
Merge pull request #5949 from logto-io/gao-show-dev-features-status
feat(console): support localStorage override and show dev feature status
2024-05-31 11:32:29 +08:00
Gao Sun
048766884d
refactor(console): set portal z-index properly (#5948) 2024-05-31 10:54:08 +08:00
renovate[bot]
6ecd92de0b
chore(deps): update dependency nock to v14.0.0-beta.7 (#5952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 02:43:31 +00:00
Gao Sun
0866b6ea40
feat(console): show dev feature status 2024-05-30 22:04:36 +08:00
Xiao Yijun
d8b92e4a80
refactor(console): sync m2m integration guide (#5941) 2024-05-30 15:12:26 +08:00
Xiao Yijun
9ff538e6f1
refactor(phrases): update management api notification (#5946) 2024-05-30 14:14:46 +08:00
Xiao Yijun
129cb8dfad
refactor(phrases): update m2m role creation hint (#5945) 2024-05-30 13:59:35 +08:00
Gao Sun
b317c7c1af
feat(console): show banner when only dev tenant found (#5944)
* feat(console): show banner when only dev tenant found

* refactor(console): use i18n
2024-05-30 13:59:03 +08:00
Gao Sun
b755e95a75
refactor(console): fix onboarding issues 2024-05-30 13:23:54 +08:00
Gao Sun
d5f67ecc77
chore: fix typo (#5942) 2024-05-30 13:11:59 +08:00
Charles Zhao
07ac3e87ce
chore: update translate cli (#5906)
* chore: update translate cli

* chore: add changeset
2024-05-30 11:47:47 +08:00
Charles Zhao
4b75860233
docs(core): remove pagination from get organization invitation api docs (#5934) 2024-05-30 10:30:22 +08:00
Charles Zhao
558986d28d
fix(core,console): update invalid documentation links in console and core (#5937)
fix(core,console): update invalid documentation links in console and core cli
2024-05-30 10:17:42 +08:00
Gao Sun
3250163b69
feat(console): invite collaborators during onboarding (#5938) 2024-05-29 22:54:36 +08:00
Gao Sun
a0bcc8340f
refactor: optmize phrases (#5936) 2024-05-29 19:46:52 +08:00
Gao Sun
c5099a3578
refactor(console): add prefix to pv path (#5933) 2024-05-29 19:46:40 +08:00
Charles Zhao
d7c8130f14
chore(phrases): update cloud collaboration invite modal title (#5939) 2024-05-29 19:08:25 +08:00
aiden
87bffee3f4
feat(connector): add dingtalk connector (#5915)
* feat: add dingtalk connector

* refactor(connector): optimize codes

* refactor(connector): optimize the logic of getting user phone

* docs(connector): add English configuration guide for DingTalk

* docs(connector): add table of contents

* docs(connector): optimize format

---------

Co-authored-by: aidenlu <aiden_lu@wochacha.com>
2024-05-29 15:15:45 +08:00
simeng-li
458746c9ac
fix(core): fix azure oidc sso connector authorization error (#5912)
* fix(core): fix azure oidc sso connector authorization error

fix azure oidc sso connector authorization error

* chore: add changeset

add changeset

* chore: update changeset

update changeset

* fix(core): dynamicly verify multi-tenant azure oidc issuer

dynamicly verify multi-tenant azure oidc issuer
2024-05-29 13:30:56 +08:00
Gao Sun
94b688355c
refactor(console): improve onboarding ux (#5932) 2024-05-29 13:27:25 +08:00
Gao Sun
c7aba27dac
refactor(core): use jwks response from oidc for admin tenant keys (#5935) 2024-05-29 13:27:14 +08:00
wangsijie
a330310955
fix(console): remove outdated nextjs app router guide (#5862) 2024-05-29 12:40:05 +08:00
Darcy Ye
c95755502d
fix(connector): fix GitHub connector GET /emails forbidden error (#5925)
* fix(connector): fix GitHub connector GET /emails forbidden error

* chore: adopt suggestion

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

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-05-29 04:24:04 +00:00
Gao Sun
3f910af825
Merge pull request #5931 from logto-io/gao-support-multi-region-paid-plans
refactor(console): support multi-region for paid plans
2024-05-28 22:15:32 +08:00
Gao Sun
0cba01104f
Merge pull request #5930 from logto-io/gao-show-region-in-settings
refactor(console): show dynamic region info in tenant settings
2024-05-28 22:13:34 +08:00
Gao Sun
fc3945e6f8
Merge pull request #5929 from logto-io/gao-bump-cloud
chore(deps): upgrade `@logto/cloud`
2024-05-28 22:11:58 +08:00
Gao Sun
d8eb471ef4
Merge pull request #5928 from logto-io/gao-add-us-region
feat(console): support multi-region
2024-05-28 22:03:54 +08:00
Gao Sun
cd7b54459e
refactor(console): prioritize onboarding check for route redirect 2024-05-28 22:01:16 +08:00
Gao Sun
b10e138f87
refactor(console): support multi-region for paid plans 2024-05-28 19:04:18 +08:00
Gao Sun
06ac416750
chore(deps): upgrade @logto/cloud 2024-05-28 19:02:46 +08:00
Gao Sun
bdaf6d47cd
refactor(console): show dynamic region info in tenant settings 2024-05-28 16:45:01 +08:00
Gao Sun
dc8e38f410
refactor: fix type issues 2024-05-28 16:44:00 +08:00
Gao Sun
f7e1176554
chore(deps): upgrade @logto/cloud 2024-05-28 16:13:44 +08:00
Gao Sun
9d1349ee76
feat(console): support multi-region 2024-05-28 16:09:08 +08:00
Xiao Yijun
58fd32e456
refactor(console): setup m2m roles after creating m2m app (#5924) 2024-05-28 05:07:34 +00:00
Charles Zhao
558c1bccfb
chore(console): translate i18n phrases (#5905) 2024-05-28 03:33:53 +00:00