You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save multiple oidc ids, oidc emails, oidc usernames and other oidc-related profile data for one user
e.g. by creating new connected_account table that allows storing the connected account profile data for user_id and provider.
This should also support multiple oidc providers.
provider column should contain string that makes it easy to distinguish:
internal google, microsoft, github providers
oidc provider with different methods as in OIDC_ENABLED_METHODS defined by user