Class InvalidIdentityProviderConfiguration
- Namespace
- Duende.IdentityServer.Events
- Assembly
- Duende.IdentityServer.dll
Event for unhandled exceptions
public class InvalidIdentityProviderConfiguration : Event
- Inheritance
-
InvalidIdentityProviderConfiguration
- Inherited Members
Constructors
InvalidIdentityProviderConfiguration(IdentityProvider, string)
Initializes a new instance of the InvalidIdentityProviderConfiguration class.
public InvalidIdentityProviderConfiguration(IdentityProvider idp, string errorMessage)
Parameters
idp
IdentityProvidererrorMessage
string
- See Also
Properties
DisplayName
Gets or sets the display name of the identity provider.
public string DisplayName { get; set; }
Property Value
- See Also
Scheme
Gets or sets the scheme.
public string Scheme { get; set; }
Property Value
- See Also
Type
Gets or sets the type of the identity provider.
public string Type { get; set; }
Property Value
- See Also