LinuxWebAppSlotAuthSettingsV2MicrosoftV2

data class LinuxWebAppSlotAuthSettingsV2MicrosoftV2(val allowedAudiences: List<String>? = null, val clientId: String, val clientSecretSettingName: String, val loginScopes: List<String>? = null)

Constructors

Link copied to clipboard
fun LinuxWebAppSlotAuthSettingsV2MicrosoftV2(allowedAudiences: List<String>? = null, clientId: String, clientSecretSettingName: String, loginScopes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.

Link copied to clipboard

The ID of the Client to use to authenticate with Azure Active Directory.

Link copied to clipboard

The App Setting name that contains the client secret of the Client. Cannot be used with client_secret.

Link copied to clipboard
val loginScopes: List<String>? = null

The list of Login scopes that should be requested as part of Microsoft Account authentication.