* 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
* chore(core): should not trigger profile update log
should not trigger profile update log if the synced profile is empty
* chore(core): add userId to experience audit log
add userId to the experience audit log
* chore(core): remove devFeature guard
remove devFeature guard
* feat(test): remove devFeature guard in test
remove devFeature guard in test
* feat(core): add experience APIs openapi docs
add experience APIs openapi docs
* fix(core): adjust the format
adjust the format
* chore: update experience API description
update experience API description
* fix(core): fix integration tests
fix integration tests
* chore(core): add devFeature tag in openapi doc
add devFeature tag in openapi doc
* fix(core): fix the integration test
remove the redundent path paramter def
* feat(core): support google one tap
support google one tap verification
* fix(core): fix google one tap verification error
fix google one tap verification error
* fix(test): optimize social verification test
optimize social verificaiton tests
* fix(test): update social verification ut
update social verification util unit test