* feat(core): add social identity
* refactor(core): refactor social verification class (#6741)
* refactor(core): refactor social verification class
refactor social verification class
* fix(core): remove unused method
remove unused method
* chore: rename to connectorSessionType
---------
Co-authored-by: simeng-li <simeng@silverhand.io>
* feat(core): consume IdP initiated session on SSO verification flow
Auto consume the IdP initiated SAML SSO session on the SSO sign-in verification flow
* test(core): add unit test cases
add unit test cases
* feat(core): consume IdP initiated session on SSO verification flow
Auto consume the IdP initiated SAML SSO session on the SSO sign-in verification flow
* test(core): add unit test cases
add unit test cases
* refactor(core): remove update idp-initiated auth config api
remove update idp-initiated auth config api
* refactor(core): update idp-initiated auth config management api
update the idp-initiated auth config management api to support two different flows.
autoSendAuthorizationRequest: true
autoSendAuthorizationRequest: false
* fix(test): fix integration test
fix the integration test
* feat(core): handle idp initiated saml assertion request
handle idp initiated saml assertion request
* refactor(core): extract the set cookie logic
extract the set cookie logic, any refine some type definitions
* feat(core): add patch and delete saml idp initiated config api
add patch and delete sso connector idp initiated auth config api
* fix(test): fix integration test
fix integration test
* fix(core): fix the rebase issue
fix the rebase issue
* test: add integration test for no password user setting password
* refactor(test): polish content
Co-authored-by: Gao Sun <gao@silverhand.io>
---------
Co-authored-by: Gao Sun <gao@silverhand.io>
* fix(experience): allow link social account on sign-in only mode
allow link social account, when registration is disabled;
* chore: add changeset
add changeset
* chore: fix typos
fix typos
* feat(schemas,core): add denyAccess api conext to custom jwt
add denyAccess api context to the custom jwt
* fix(test): fix integration test
fix integration test
* chore(schemas): update type name
update api context type name
* chore(schemas): fix typo
fix typo
* feat(core): add dev feature guard
add dev feature guard
* chore: remove dev feature guard for new first screens
* chore: add changeset
* chore(experience): add comments for identifier sign-in and register page