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
CertificationUri
Gets or sets the certification URI for the custom identity provider.
public string CertificationUri { get; set; }
Property Value
ClientIdentifier
Gets or sets the client identifier.
public string ClientIdentifier { get; set; }
Property Value
ClientSecretSettingName
Gets or sets the app setting name that contains the client secret.
public string ClientSecretSettingName { get; set; }
Property Value
Issuer
Gets or sets the issuer URL.
public string Issuer { get; set; }
Property Value
MetadataUrl
Gets or sets the metadata URL for the custom identity provider.
public string MetadataUrl { get; set; }
Property Value
Name
Gets or sets the name of the custom identity provider.
public string Name { get; set; }
Property Value
TokenEndpoint
Gets or sets the token endpoint.
public string TokenEndpoint { get; set; }
Property Value
Methods
CompareTo(AzureWebAppCustomIdentityProvider)
Compares two CENTREL.XIA.Configuration.Types.AzureWebAppCustomIdentityProvider objects to allow sorting alphabetically by name.
public int CompareTo(AzureWebAppCustomIdentityProvider other)
Parameters
other
AzureWebAppCustomIdentityProviderThe CENTREL.XIA.Configuration.Types.AzureWebAppCustomIdentityProvider to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.AzureWebAppCustomIdentityProvider objects.