ext_provider in id_token is not present after the user change org with login + org_Code
Hi, I have set up the
When the user is signed out and signs in with Google(i tested only google so far). The expected
When the user is signed in and wants to login in a different (or same) organisation with
The login is successful and as expected, but the
Is this expected behaviour? or am I using it incorrectly?
Customize ID token to include the social identity I am using this to enable features around the user profile mostly.When the user is signed out and signs in with Google(i tested only google so far). The expected
ext_provider is present in the id_token as expected.When the user is signed in and wants to login in a different (or same) organisation with
The login is successful and as expected, but the
id_token now does not contain the ext_providerIs this expected behaviour? or am I using it incorrectly?