Method | Description | |
---|---|---|
TransformAsync ( IdentityServer.WindowsAuthentication.Services.CustomClaimsProviderContext context ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
GetEmailFromActiveDirectoryAsync ( |
In a real implemention you look for an email in a mapping table or most likely in active directory. This hard-coded email however will trigger the idenity server to ask for additional information since the user is not known yet in the user store and he used windows authentication to authenticate.
|
public TransformAsync ( IdentityServer.WindowsAuthentication.Services.CustomClaimsProviderContext context ) : System.Threading.Tasks.Task | ||
context | IdentityServer.WindowsAuthentication.Services.CustomClaimsProviderContext | |
return | System.Threading.Tasks.Task |