Click or drag to resize

AzureADSettings Properties

The AzureADSettings type exposes the following members.

Properties
  Name Description
Public property Authority Gets the Azure AD authority (Instance + TenantID).
Public property CallbackPath Gets or sets the Azure AD call-back path.
Public property ClientID Gets or sets the Azure AD client ID.
Public property Enabled Gets the flag that determines if Azure AD is enabled.
Public property Instance Gets or sets the Azure AD instance URL.
Public property LastException Gets the last exception, if any, encountered after getting a new Graph service client.
Public property RedirectURI Gets or sets the redirect URI where authentication responses can be received by the application.
Public property SignedOutCallbackPath Gets or sets the Azure AD signed out call-back path.
Public property TenantID Gets or sets the Azure AD tenant ID.
Top
See Also