KindeK
Kinde2y ago
5 replies
mariodebono

ext_provider in id_token is not present after the user change org with login + org_Code

Hi, I have set up the 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
login({ org_code: 'xxx' }); 


The login is successful and as expected, but the id_token now does not contain the ext_provider

Is this expected behaviour? or am I using it incorrectly?
Was this page helpful?