Table of Contents

Class AzureWebAppCustomIdentityProvider

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Azure web app custom identity provider.

public class AzureWebAppCustomIdentityProvider : GlobalSerializableClassicBase, IComparable<AzureWebAppCustomIdentityProvider>
Inheritance
AzureWebAppCustomIdentityProvider
Implements

Constructors

AzureWebAppCustomIdentityProvider()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureWebAppCustomIdentityProvider class.

public AzureWebAppCustomIdentityProvider()

Properties

AuthorizationEndpoint

Gets or sets the authorization endpoint.

public string AuthorizationEndpoint { get; set; }

Property Value

string

CertificationUri

Gets or sets the certification URI for the custom identity provider.

public string CertificationUri { get; set; }

Property Value

string

ClientIdentifier

Gets or sets the client identifier.

public string ClientIdentifier { get; set; }

Property Value

string

ClientSecretSettingName

Gets or sets the app setting name that contains the client secret.

public string ClientSecretSettingName { get; set; }

Property Value

string

Issuer

Gets or sets the issuer URL.

public string Issuer { get; set; }

Property Value

string

MetadataUrl

Gets or sets the metadata URL for the custom identity provider.

public string MetadataUrl { get; set; }

Property Value

string

Name

Gets or sets the name of the custom identity provider.

public string Name { get; set; }

Property Value

string

TokenEndpoint

Gets or sets the token endpoint.

public string TokenEndpoint { get; set; }

Property Value

string

Methods

CompareTo(AzureWebAppCustomIdentityProvider)

Compares two CENTREL.XIA.Configuration.Types.AzureWebAppCustomIdentityProvider objects to allow sorting alphabetically by name.

public int CompareTo(AzureWebAppCustomIdentityProvider other)

Parameters

other AzureWebAppCustomIdentityProvider

The CENTREL.XIA.Configuration.Types.AzureWebAppCustomIdentityProvider to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.AzureWebAppCustomIdentityProvider objects.