Improve external login token/claim flow to identity in default templates
Open
affected-medium
area-identity
enhancement
investigate
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
While we have various features today to make this possible it requires a fair bit of wire up and its pretty complex. See (https://github.com/aspnet/AuthSamples/tree/dev/samples/Identity.ExternalClaims)
This issue is to track making the two following scenarios easier:
1. Ability to flow any AuthenticationTokens(i.e. refresh/access) to the Identity database
2. Ability to flow any claims that are part of the external claims identity into the Identity database
Related: https://github.com/aspnet/Identity/issues/628 https://github.com/aspnet/Security/issues/1685
Contributor guide
Assessment
This issue has not been assessed yet.