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

5482 commits

Author SHA1 Message Date
Gao Sun
b4f702a860
refactor(core): return organization data in userinfo endpoint (#5010)
* refactor(core): return organization data in userinfo endpoint

* chore(core): add comments

* chore: fix tests
2023-11-30 13:51:53 +08:00
Darcy Ye
949708b0f9
feat(console): update certificate display (#5007) 2023-11-30 03:11:26 +00:00
simeng-li
6e4dd0432d
feat(console): add OKTA integration guide (#5001)
* feat(console): add OKTA integration guide

add OKTA integration guide

* chore(console): update AzureAD guide

update AzuerAD guide

* chore(console): update contents

update contents
2023-11-30 02:48:59 +00:00
Xiao Yijun
b3163e97f5
style(console): update save button styles on language editor (#4999) 2023-11-30 10:45:28 +08:00
Darcy Ye
6c5213cb65
chore(console): attribute mapping 'id' field should not be editable (#5002) 2023-11-30 10:37:25 +08:00
simeng-li
3b9e078d04
feat(console): add google workspace integration guide (#4997)
* feat(console): add google workspace integration guide

add google workspace integration guide

* fix(console): fix lint error

fix lint error
2023-11-30 10:34:32 +08:00
Darcy Ye
a044c51163
chore(console): put description under email domain field (#5005) 2023-11-29 22:54:32 +08:00
backpast
9421375d78
chore(deps): update libphonenumber-js to v1.10.51 to fix china 19 started phone numbers (#4998)
* chore(deps): update libphonenumber-js action to v1.10.51 to fix china 19 start phone number

* chore: add changeset

---------

Co-authored-by: renjianhua <renjianhua@zuoshouyisheng.com>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-11-29 20:56:39 +08:00
Xiao Yijun
152d2815c7
refactor(console): provide default rel value for external links (#5000) 2023-11-29 17:31:18 +08:00
Gao Sun
e49e92fb6f
chore(console): update php and python guide (#4964) 2023-11-29 15:43:49 +08:00
Darcy Ye
15278302f3
fix(console): fix xml file reader size calculation and add dark mode file icon (#4991) 2023-11-29 07:37:50 +00:00
simeng-li
5105830e2f
refactor(core): use name attribute as the default connector name (#4984)
use name attribute as the default connector name
2023-11-29 12:59:00 +08:00
Darcy Ye
4be339d4bf
fix(console): fix SSO connector logo fallback logic (#4990) 2023-11-29 11:07:20 +08:00
Darcy Ye
8ebaac1e2c
chore(console): add required for email domain field input (#4992) 2023-11-29 10:46:34 +08:00
Darcy Ye
f97fe62348
chore(console,phrases): update console contents (#4994) 2023-11-29 10:44:25 +08:00
simeng-li
df0f40876a
feat(console): add AzureAD integration guide (#4989)
* feat(console): add AzureAD integration guide

add AzureAD integration guide

* chore(console): replace image

replace image
2023-11-29 09:49:40 +08:00
Xiao Yijun
9517bd4bc9
style(console): change dropdown item border radius to 6px (#4988) 2023-11-28 10:19:53 +00:00
Xiao Yijun
7c85f6d8be
refactor(phrases): update TOTP phrases (#4985) 2023-11-28 18:10:49 +08:00
Darcy Ye
689a5dbccd
chore(console): replace empty resource of SSO connector (#4987) 2023-11-28 17:54:54 +08:00
Darcy Ye
15ce9643e2
feat(console,phrases): add inline notification if email domain not configured (#4986) 2023-11-28 17:52:25 +08:00
Darcy Ye
fad8872b31
fix(console,phrases,core): fix SAML attribute mapping (#4978) 2023-11-28 17:08:46 +08:00
simeng-li
2c038b25ed
feat(console): add standard OIDC and SAML guides (#4982)
* feat(console): add standard OIDC and SAML guides

add standard OIDC and SAML guides

* fix(console): remove console log

remove console log

* chore(console): update settings tab name to experience

update settings tab name to experience
2023-11-28 08:41:52 +00:00
Darcy Ye
14855cde2c
feat(console,core,phrases): add display name field, fix error display (#4983) 2023-11-28 15:49:46 +08:00
simeng-li
c47e0192ff
feat(schemas): add unique constrain to the SSO connectorName field (#4974)
add unique constrain to the SSO connectorName field
2023-11-28 13:55:47 +08:00
Darcy Ye
532b7bb5e3
fix(console,phrases): remove SSO connectors status tags (#4979) 2023-11-28 04:40:57 +00:00
Darcy Ye
0aa70cd5a7
fix(console): add page level loading for SSO details page (#4981) 2023-11-28 12:14:27 +08:00
Darcy Ye
bd2e5bf4b8
refactor(console,phrases): remove SSO guide on creation and switch tab order (#4972) 2023-11-28 03:51:27 +00:00
Darcy Ye
63b795ff50
fix(console): update SSO connector logo uploader file types (#4980) 2023-11-28 11:41:41 +08:00
Darcy Ye
2ede63c446
fix(console): fix wrong illustration status (#4976) 2023-11-28 11:39:31 +08:00
Darcy Ye
5e695c2dd6
chore(console,phrases): update SSO connector name display (#4965) 2023-11-28 03:39:09 +00:00
simeng-li
b48ab51098
refactor(core,schemas): add SSO displayName (#4969)
feat(core,schemas): add SSO connector displayName property

add SSO connector displayName property
2023-11-28 11:34:48 +08:00
simeng-li
66d6491d2e
fix(experience): use absolute path for password sign-in form nav (#4973)
should use absolute path for the password sign-in form navigation
2023-11-28 11:20:33 +08:00
simeng-li
030877b656
feat(core): guard sso config (#4962)
* feat(core): guard sso config

guard sso config

* refactor(core): simplify the sso error structure

simplify the sso error structure

* fix(test): fix integration tests

fix integration tests

* fix(test): fix integration-tests

fix integration-tests
2023-11-28 11:17:46 +08:00
simeng-li
cce262a8b3
feat(experience): directly invoke sso flow if there are only one SSO connector (#4970)
* feat(experience): directly invoke sso flow if there are only on SSO connector

directly invoke sso flow if there are only on SSO connector

* test(experience): add ut

add ut

* fix(experience): fix lint

fix lint
2023-11-28 11:16:28 +08:00
simeng-li
ccfad51e62
chore(core): add dev feature guard to SSO endpoints (#4971)
* chore(core): guard sso api

guard sso api

* chore(core): guard sso interaction api

guard sso interaction api
2023-11-27 16:56:55 +08:00
Darcy Ye
528c6c462c
fix(core): fix OIDC SSO connector config guard (#4968) 2023-11-27 11:03:27 +08:00
Darcy Ye
24399ae8e4
chore(console,phrases): update email domain input field interaction (#4966) 2023-11-27 11:03:06 +08:00
Darcy Ye
ac099b1e64
chore(console,core): add/replace SSO connector logo resources (#4963) 2023-11-27 11:02:34 +08:00
simeng-li
0d636d5607
fix(core): update google SSO connector prompt always select-account (#4961)
* fix(core): update google SSO connector prompt always select-account

google SSO connector prompt always select-account

* chore(core): update comment

update comment
2023-11-27 10:56:00 +08:00
simeng-li
3f84e724b9
refactor(core): remove SSO connector config partial update logic (#4958)
* refactor(core): remove SSO connector config partial update logic

remove SSO connector config partial update logic

* fix(test): fix integration tests

fix integration tests

* refactor(core): refactor SAML SSO idpConfig type (#4960)

refactor SAML SSO idepConfig type
2023-11-24 06:21:59 +00:00
Charles Zhao
199b7997e3
fix(console): update documentation links (#4957) 2023-11-23 17:04:32 +08:00
Darcy Ye
f4383a3e58
feat(console): reuse existing oidc/saml form for OOTB SSO connector config (#4955) 2023-11-23 08:05:55 +00:00
simeng-li
a36ae032e3
feat(core): add OKTA sso connector (#4951)
add OKTA sso connector
2023-11-23 13:35:28 +08:00
simeng-li
6785cfcd3e
refactor(core): simplify the saml getIssuer method (#4942)
simplify the saml getIssuer method
2023-11-23 13:32:00 +08:00
Charles Zhao
9a91c0ad10
feat(console,core,phrases): add more organization paywalls (#4952) 2023-11-23 04:44:42 +00:00
Darcy Ye
979bf08966
feat(console): add xml text file reader (#4936) 2023-11-23 11:34:15 +08:00
Xiao Yijun
a376b71ae7
fix(test): fix experience ui test randomly fail issue (#4945) 2023-11-23 11:10:36 +08:00
Darcy Ye
df6d0894ba
chore(core): update generation of SAML service provider entity id (#4943) 2023-11-23 10:56:41 +08:00
Darcy Ye
5fd390a8ce
fix(console): update SSO console display (#4944) 2023-11-23 02:51:25 +00:00
Darcy Ye
4e4c8b18a9
fix(console): fix SAML SSO connector status (#4947) 2023-11-22 18:49:49 +08:00