Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Duende.​IdentityServer.​Services.​IProfileService

Assembly: Duende.IdentityServer

This interface allows IdentityServer to connect to your user and profile store.

Methods

GetProfileDataAsync​(Models.​ProfileDataRequestContext context)
This method is called whenever claims about the user are requested (e.g. during token creation or via the userinfo endpoint)
context The context.
IsActiveAsync​(Models.​IsActiveContext context)
This method gets called whenever identity server needs to determine if the user is valid or active (e.g. if the user's account has been deactivated since they logged in). (e.g. during token issuance or validation).
context The context.