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.​Test.​TestUserProfileService

Assembly: Duende.IdentityServer

Inheritance: object → TestUserProfileService

Implemented Interfaces

Profile service for test users

Fields and Constants

The logger
protected readonly TestUserStore
Users
The users

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