GetWindowsFunctionAppAuthSettingsV2ActiveDirectoryV2

data class GetWindowsFunctionAppAuthSettingsV2ActiveDirectoryV2(val allowedApplications: List<String>, val allowedAudiences: List<String>, val allowedGroups: List<String>, val allowedIdentities: List<String>, val clientId: String, val clientSecretCertificateThumbprint: String, val clientSecretSettingName: String, val jwtAllowedClientApplications: List<String>, val jwtAllowedGroups: List<String>, val loginParameters: Map<String, String>, val tenantAuthEndpoint: String, val wwwAuthenticationDisabled: Boolean)

Constructors

constructor(allowedApplications: List<String>, allowedAudiences: List<String>, allowedGroups: List<String>, allowedIdentities: List<String>, clientId: String, clientSecretCertificateThumbprint: String, clientSecretSettingName: String, jwtAllowedClientApplications: List<String>, jwtAllowedGroups: List<String>, loginParameters: Map<String, String>, tenantAuthEndpoint: String, wwwAuthenticationDisabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of allowed Applications for the Default Authorisation Policy.

Link copied to clipboard

The list of Allowed Audiences that are be requested as part of Microsoft Sign-In authentication.

Link copied to clipboard

The list of allowed Group Names for the Default Authorisation Policy.

Link copied to clipboard

The list of allowed Identities for the Default Authorisation Policy.

Link copied to clipboard

The OAuth 2.0 client ID that was created for the app used for authentication.

Link copied to clipboard

The thumbprint of the certificate used for signing purposes.

Link copied to clipboard

The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.

Link copied to clipboard

The list of Allowed Client Applications in the JWT Claim.

Link copied to clipboard

The list of Allowed Groups in the JWT Claim.

Link copied to clipboard

A map of key-value pairs sent to the Authorisation Endpoint when a user logs in.

Link copied to clipboard

The Azure Tenant Endpoint for the Authenticating Tenant. e.g. https://login.microsoftonline.com/{tenant-guid}/v2.0/

Link copied to clipboard

Is the www-authenticate provider omitted from the request?