Table of Contents

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 IdentityProvider
errorMessage string
See Also

Properties

DisplayName

Gets or sets the display name of the identity provider.

public string DisplayName { get; set; }

Property Value

string
See Also

Scheme

Gets or sets the scheme.

public string Scheme { get; set; }

Property Value

string
See Also

Type

Gets or sets the type of the identity provider.

public string Type { get; set; }

Property Value

string
See Also

See Also