-
-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Labels
authThis issue or pull request is related to authenticationThis issue or pull request is related to authenticationblockedThis issue is blocked by another issueThis issue is blocked by another issueenhancementNew feature or requestNew feature or request
Description
SUMMARY
There are a lot of messy comments below as I investigated this issue and tangential issues, but here is the primary request:
Manual linking for anonymous accounts only supports PKCE flows with oauth. This technically works but is much more complicated (both for the user and the developer) than supporting native linking from ID token. There should be a method to link an identity directly from an ID token. Instead, linking from an ID token always results in a new account being created, which orphans the anonymous account. PKCE flows are not great for the user since they open a webpage instead of doing it in-app natively.
XanderZhu
Metadata
Metadata
Assignees
Labels
authThis issue or pull request is related to authenticationThis issue or pull request is related to authenticationblockedThis issue is blocked by another issueThis issue is blocked by another issueenhancementNew feature or requestNew feature or request