dotnet / dotnet/aspnetcore

Improve external login token/claim flow to identity in default templates

Open
#5,771 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.