Table of Contents

Class AppServicesAuthenticationInformation

Namespace
Microsoft.Identity.Web
Assembly
Microsoft.Identity.Web.dll

Information about the App Services configuration on the host.

public static class AppServicesAuthenticationInformation
Inheritance
AppServicesAuthenticationInformation
Inherited Members

Properties

IsAppServicesAadAuthenticationEnabled

Is App Services authentication enabled?.

public static bool IsAppServicesAadAuthenticationEnabled { get; }

Property Value

bool

LogoutUrl

Logout URL for App Services Auth web sites.

public static string? LogoutUrl { get; }

Property Value

string