* feat(schemas): add suppport email and website url to sie
add support email and website url to sie
* fix(experience): fix type issue
fix type issue
* fix(core): fix ut
fix ut
* fix(core): fix enterprise SSO unknown field not synced issue
fix enterprise SSO unknown field not synced issue
* fix(core): cleanup undefined in unknown json
cleanup undefined in unknown json
* fix(core): should sync the sso identity detail on sign-in (#6764)
should sync the sso identity detail on sign-in
* 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
* feat(core): add idp-initiated sso client sign-in redirect
add idp-initiated sso client sign-in redirect
* 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): consume IdP initiated session on SSO verification flow
Auto consume the IdP initiated SAML SSO session on the SSO sign-in verification flow
* refactor(core): remove offline_access scope by default
remove the offline_access scope by default
* test(core): add unit test cases
add unit test cases
* 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
* feat(core,schemas): implement experience package a/b test
implement experience package a/b test
* refactor(core,schemas): rename to featureFlag
rename to featureFlag
* refactor(core): replace the hash alg
replace the hash alg and add trySafe wrapper
* chore(core): update function name and comments
update function name and comments
* refactor(core): optimize the code logic
optimize the code logic, add head to indicate the experience package
* refactor(core): update static module proxy header
update static module proxy header
* fix(core): fix unit test
fix unit test
* fix(core): clean up empty line
clean up empty line
Co-authored-by: Gao Sun <gao@silverhand.io>
---------
Co-authored-by: Gao Sun <gao@silverhand.io>