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.​Models.​ProfileDataRequestContextExtensions
Assembly: Duende.IdentityServer
Inheritance: object → ProfileDataRequestContextExtensions
Extensions for ProfileDataRequestContext
Methods
public static
System.​Collections.​Generic.​List<​System.​Security.​Claims.​Claim>
FilterClaims​(ProfileDataRequestContext context,
System.​Collections.​Generic.​IEnumerable<​System.​Security.​Claims.​Claim> claims)
Filters the claims based on requested claim types.
context
The context.
claims
The claims.
public static
void
AddRequestedClaims​(ProfileDataRequestContext context,
System.​Collections.​Generic.​IEnumerable<​System.​Security.​Claims.​Claim> claims)
Filters the claims based on the requested claim types and then adds them to the IssuedClaims collection.
context
The context.
claims
The claims.
public static
void
LogProfileRequest​(ProfileDataRequestContext context,
Microsoft.​Extensions.​Logging.​ILogger logger)
Logs the profile request.
context
The context.
logger
The logger.
public static
void
LogIssuedClaims​(ProfileDataRequestContext context,
Microsoft.​Extensions.​Logging.​ILogger logger)
Logs the issued claims.
context
The context.
logger
The logger.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object