Table of Contents

Class EntraApplicationWebAuthenticationSettings

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

Represents the web authentication settings for an Entra directory application.

public class EntraApplicationWebAuthenticationSettings : GlobalSerializableBase
Inheritance
EntraApplicationWebAuthenticationSettings

Constructors

EntraApplicationWebAuthenticationSettings()

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

public EntraApplicationWebAuthenticationSettings()

Properties

EnableImplicitAccessTokens

Gets or sets whether implicit access tokens are enabled.

public BooleanOption EnableImplicitAccessTokens { get; set; }

Property Value

BooleanOption

EnableImplicitIdTokens

Gets or sets whether implicit ID tokens are enabled.

public BooleanOption EnableImplicitIdTokens { get; set; }

Property Value

BooleanOption

LogoutUrl

Gets or sets the logout URL.

public string LogoutUrl { get; set; }

Property Value

string

RedirectUris

Gets or sets the redirect URIs.

public SerializableStringCollection RedirectUris { get; set; }

Property Value

SerializableStringCollection