skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
549 stars 194 forks source link

Let user select a claim value during authentication #167

Open ashahzeb opened 1 year ago

ashahzeb commented 1 year ago

Question

I have a situation where the user should be able to select a claim's value during the authentication flow. Is there a way to do this? May be by letting the user pick the desired claim value during the authentication flow (by using some post-login URI) or by updating the claim once logged in and asking for a refresh token for the updated user claim.