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.

class Duende.​IdentityServer.​Services.​DefaultProfileService

Assembly: Duende.IdentityServer

Inheritance: object → DefaultProfileService

Implemented Interfaces

Default profile service implementation. This implementation sources all claims from the current subject (e.g. the cookie).

Fields and Constants

The logger

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.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object