azure-native.web.listWebAppAuthSettingsSlot

Explore with Pulumi AI

Gets the Authentication/Authorization settings of an app. API Version: 2020-12-01.

Using listWebAppAuthSettingsSlot

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listWebAppAuthSettingsSlot(args: ListWebAppAuthSettingsSlotArgs, opts?: InvokeOptions): Promise<ListWebAppAuthSettingsSlotResult>
function listWebAppAuthSettingsSlotOutput(args: ListWebAppAuthSettingsSlotOutputArgs, opts?: InvokeOptions): Output<ListWebAppAuthSettingsSlotResult>
def list_web_app_auth_settings_slot(name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    slot: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListWebAppAuthSettingsSlotResult
def list_web_app_auth_settings_slot_output(name: Optional[pulumi.Input[str]] = None,
                                    resource_group_name: Optional[pulumi.Input[str]] = None,
                                    slot: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListWebAppAuthSettingsSlotResult]
func ListWebAppAuthSettingsSlot(ctx *Context, args *ListWebAppAuthSettingsSlotArgs, opts ...InvokeOption) (*ListWebAppAuthSettingsSlotResult, error)
func ListWebAppAuthSettingsSlotOutput(ctx *Context, args *ListWebAppAuthSettingsSlotOutputArgs, opts ...InvokeOption) ListWebAppAuthSettingsSlotResultOutput

> Note: This function is named ListWebAppAuthSettingsSlot in the Go SDK.

public static class ListWebAppAuthSettingsSlot 
{
    public static Task<ListWebAppAuthSettingsSlotResult> InvokeAsync(ListWebAppAuthSettingsSlotArgs args, InvokeOptions? opts = null)
    public static Output<ListWebAppAuthSettingsSlotResult> Invoke(ListWebAppAuthSettingsSlotInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListWebAppAuthSettingsSlotResult> listWebAppAuthSettingsSlot(ListWebAppAuthSettingsSlotArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:web:listWebAppAuthSettingsSlot
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string

Name of the app.

ResourceGroupName string

Name of the resource group to which the resource belongs.

Slot string

Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.

Name string

Name of the app.

ResourceGroupName string

Name of the resource group to which the resource belongs.

Slot string

Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.

name String

Name of the app.

resourceGroupName String

Name of the resource group to which the resource belongs.

slot String

Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.

name string

Name of the app.

resourceGroupName string

Name of the resource group to which the resource belongs.

slot string

Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.

name str

Name of the app.

resource_group_name str

Name of the resource group to which the resource belongs.

slot str

Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.

name String

Name of the app.

resourceGroupName String

Name of the resource group to which the resource belongs.

slot String

Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.

listWebAppAuthSettingsSlot Result

The following output properties are available:

Id string

Resource Id.

Name string

Resource Name.

Type string

Resource type.

AadClaimsAuthorization string

Gets a JSON string containing the Azure AD Acl settings.

AdditionalLoginParams List<string>

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

AllowedAudiences List<string>

Allowed audience values to consider when validating JWTs issued by Azure Active Directory. Note that the ClientID value is always considered an allowed audience, regardless of this setting.

AllowedExternalRedirectUrls List<string>

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.

AuthFilePath string

The path of the config file containing auth settings. If the path is relative, base will the site's root directory.

ClientId string

The Client ID of this relying party application, known as the client_id. This setting is required for enabling OpenID Connection authentication with Azure Active Directory or other 3rd party OpenID Connect providers. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

ClientSecret string

The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key). This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users. Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

ClientSecretCertificateThumbprint string

An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as a replacement for the Client Secret. It is also optional.

ClientSecretSettingName string

The app setting name that contains the client secret of the relying party application.

ConfigVersion string

The ConfigVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of the control plane for Authentication / Authorization.

DefaultProvider string

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

Enabled bool

true if the Authentication / Authorization feature is enabled for the current app; otherwise, false.

FacebookAppId string

The App ID of the Facebook app used for login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

FacebookAppSecret string

The App Secret of the Facebook app used for Facebook Login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

FacebookAppSecretSettingName string

The app setting name that contains the app secret used for Facebook Login.

FacebookOAuthScopes List<string>

The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. This setting is optional. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

GitHubClientId string

The Client Id of the GitHub app used for login. This setting is required for enabling Github login

GitHubClientSecret string

The Client Secret of the GitHub app used for Github Login. This setting is required for enabling Github login.

GitHubClientSecretSettingName string

The app setting name that contains the client secret of the Github app used for GitHub Login.

GitHubOAuthScopes List<string>

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional

GoogleClientId string

The OpenID Connect Client ID for the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

GoogleClientSecret string

The client secret associated with the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

GoogleClientSecretSettingName string

The app setting name that contains the client secret associated with the Google web application.

GoogleOAuthScopes List<string>

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

IsAuthFromFile string

"true" if the auth config settings should be read from a file, "false" otherwise

Issuer string

The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html

Kind string

Kind of resource.

MicrosoftAccountClientId string

The OAuth 2.0 client ID that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

MicrosoftAccountClientSecret string

The OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

MicrosoftAccountClientSecretSettingName string

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

MicrosoftAccountOAuthScopes List<string>

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx

RuntimeVersion string

The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.

TokenRefreshExtensionHours double

The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours.

TokenStoreEnabled bool

true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false. The default is false.

TwitterConsumerKey string

The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

TwitterConsumerSecret string

The OAuth 1.0a consumer secret of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

TwitterConsumerSecretSettingName string

The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.

UnauthenticatedClientAction string

The action to take when an unauthenticated client attempts to access the app.

ValidateIssuer bool

Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.

Id string

Resource Id.

Name string

Resource Name.

Type string

Resource type.

AadClaimsAuthorization string

Gets a JSON string containing the Azure AD Acl settings.

AdditionalLoginParams []string

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

AllowedAudiences []string

Allowed audience values to consider when validating JWTs issued by Azure Active Directory. Note that the ClientID value is always considered an allowed audience, regardless of this setting.

AllowedExternalRedirectUrls []string

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.

AuthFilePath string

The path of the config file containing auth settings. If the path is relative, base will the site's root directory.

ClientId string

The Client ID of this relying party application, known as the client_id. This setting is required for enabling OpenID Connection authentication with Azure Active Directory or other 3rd party OpenID Connect providers. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

ClientSecret string

The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key). This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users. Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

ClientSecretCertificateThumbprint string

An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as a replacement for the Client Secret. It is also optional.

ClientSecretSettingName string

The app setting name that contains the client secret of the relying party application.

ConfigVersion string

The ConfigVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of the control plane for Authentication / Authorization.

DefaultProvider string

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

Enabled bool

true if the Authentication / Authorization feature is enabled for the current app; otherwise, false.

FacebookAppId string

The App ID of the Facebook app used for login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

FacebookAppSecret string

The App Secret of the Facebook app used for Facebook Login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

FacebookAppSecretSettingName string

The app setting name that contains the app secret used for Facebook Login.

FacebookOAuthScopes []string

The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. This setting is optional. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

GitHubClientId string

The Client Id of the GitHub app used for login. This setting is required for enabling Github login

GitHubClientSecret string

The Client Secret of the GitHub app used for Github Login. This setting is required for enabling Github login.

GitHubClientSecretSettingName string

The app setting name that contains the client secret of the Github app used for GitHub Login.

GitHubOAuthScopes []string

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional

GoogleClientId string

The OpenID Connect Client ID for the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

GoogleClientSecret string

The client secret associated with the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

GoogleClientSecretSettingName string

The app setting name that contains the client secret associated with the Google web application.

GoogleOAuthScopes []string

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

IsAuthFromFile string

"true" if the auth config settings should be read from a file, "false" otherwise

Issuer string

The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html

Kind string

Kind of resource.

MicrosoftAccountClientId string

The OAuth 2.0 client ID that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

MicrosoftAccountClientSecret string

The OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

MicrosoftAccountClientSecretSettingName string

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

MicrosoftAccountOAuthScopes []string

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx

RuntimeVersion string

The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.

TokenRefreshExtensionHours float64

The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours.

TokenStoreEnabled bool

true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false. The default is false.

TwitterConsumerKey string

The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

TwitterConsumerSecret string

The OAuth 1.0a consumer secret of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

TwitterConsumerSecretSettingName string

The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.

UnauthenticatedClientAction string

The action to take when an unauthenticated client attempts to access the app.

ValidateIssuer bool

Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.

id String

Resource Id.

name String

Resource Name.

type String

Resource type.

aadClaimsAuthorization String

Gets a JSON string containing the Azure AD Acl settings.

additionalLoginParams List<String>

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

allowedAudiences List<String>

Allowed audience values to consider when validating JWTs issued by Azure Active Directory. Note that the ClientID value is always considered an allowed audience, regardless of this setting.

allowedExternalRedirectUrls List<String>

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.

authFilePath String

The path of the config file containing auth settings. If the path is relative, base will the site's root directory.

clientId String

The Client ID of this relying party application, known as the client_id. This setting is required for enabling OpenID Connection authentication with Azure Active Directory or other 3rd party OpenID Connect providers. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

clientSecret String

The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key). This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users. Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

clientSecretCertificateThumbprint String

An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as a replacement for the Client Secret. It is also optional.

clientSecretSettingName String

The app setting name that contains the client secret of the relying party application.

configVersion String

The ConfigVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of the control plane for Authentication / Authorization.

defaultProvider String

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

enabled Boolean

true if the Authentication / Authorization feature is enabled for the current app; otherwise, false.

facebookAppId String

The App ID of the Facebook app used for login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

facebookAppSecret String

The App Secret of the Facebook app used for Facebook Login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

facebookAppSecretSettingName String

The app setting name that contains the app secret used for Facebook Login.

facebookOAuthScopes List<String>

The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. This setting is optional. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

gitHubClientId String

The Client Id of the GitHub app used for login. This setting is required for enabling Github login

gitHubClientSecret String

The Client Secret of the GitHub app used for Github Login. This setting is required for enabling Github login.

gitHubClientSecretSettingName String

The app setting name that contains the client secret of the Github app used for GitHub Login.

gitHubOAuthScopes List<String>

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional

googleClientId String

The OpenID Connect Client ID for the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

googleClientSecret String

The client secret associated with the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

googleClientSecretSettingName String

The app setting name that contains the client secret associated with the Google web application.

googleOAuthScopes List<String>

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

isAuthFromFile String

"true" if the auth config settings should be read from a file, "false" otherwise

issuer String

The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html

kind String

Kind of resource.

microsoftAccountClientId String

The OAuth 2.0 client ID that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

microsoftAccountClientSecret String

The OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

microsoftAccountClientSecretSettingName String

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

microsoftAccountOAuthScopes List<String>

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx

runtimeVersion String

The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.

tokenRefreshExtensionHours Double

The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours.

tokenStoreEnabled Boolean

true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false. The default is false.

twitterConsumerKey String

The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

twitterConsumerSecret String

The OAuth 1.0a consumer secret of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

twitterConsumerSecretSettingName String

The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.

unauthenticatedClientAction String

The action to take when an unauthenticated client attempts to access the app.

validateIssuer Boolean

Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.

id string

Resource Id.

name string

Resource Name.

type string

Resource type.

aadClaimsAuthorization string

Gets a JSON string containing the Azure AD Acl settings.

additionalLoginParams string[]

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

allowedAudiences string[]

Allowed audience values to consider when validating JWTs issued by Azure Active Directory. Note that the ClientID value is always considered an allowed audience, regardless of this setting.

allowedExternalRedirectUrls string[]

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.

authFilePath string

The path of the config file containing auth settings. If the path is relative, base will the site's root directory.

clientId string

The Client ID of this relying party application, known as the client_id. This setting is required for enabling OpenID Connection authentication with Azure Active Directory or other 3rd party OpenID Connect providers. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

clientSecret string

The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key). This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users. Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

clientSecretCertificateThumbprint string

An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as a replacement for the Client Secret. It is also optional.

clientSecretSettingName string

The app setting name that contains the client secret of the relying party application.

configVersion string

The ConfigVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of the control plane for Authentication / Authorization.

defaultProvider string

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

enabled boolean

true if the Authentication / Authorization feature is enabled for the current app; otherwise, false.

facebookAppId string

The App ID of the Facebook app used for login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

facebookAppSecret string

The App Secret of the Facebook app used for Facebook Login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

facebookAppSecretSettingName string

The app setting name that contains the app secret used for Facebook Login.

facebookOAuthScopes string[]

The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. This setting is optional. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

gitHubClientId string

The Client Id of the GitHub app used for login. This setting is required for enabling Github login

gitHubClientSecret string

The Client Secret of the GitHub app used for Github Login. This setting is required for enabling Github login.

gitHubClientSecretSettingName string

The app setting name that contains the client secret of the Github app used for GitHub Login.

gitHubOAuthScopes string[]

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional

googleClientId string

The OpenID Connect Client ID for the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

googleClientSecret string

The client secret associated with the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

googleClientSecretSettingName string

The app setting name that contains the client secret associated with the Google web application.

googleOAuthScopes string[]

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

isAuthFromFile string

"true" if the auth config settings should be read from a file, "false" otherwise

issuer string

The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html

kind string

Kind of resource.

microsoftAccountClientId string

The OAuth 2.0 client ID that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

microsoftAccountClientSecret string

The OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

microsoftAccountClientSecretSettingName string

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

microsoftAccountOAuthScopes string[]

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx

runtimeVersion string

The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.

tokenRefreshExtensionHours number

The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours.

tokenStoreEnabled boolean

true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false. The default is false.

twitterConsumerKey string

The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

twitterConsumerSecret string

The OAuth 1.0a consumer secret of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

twitterConsumerSecretSettingName string

The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.

unauthenticatedClientAction string

The action to take when an unauthenticated client attempts to access the app.

validateIssuer boolean

Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.

id str

Resource Id.

name str

Resource Name.

type str

Resource type.

aad_claims_authorization str

Gets a JSON string containing the Azure AD Acl settings.

additional_login_params Sequence[str]

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

allowed_audiences Sequence[str]

Allowed audience values to consider when validating JWTs issued by Azure Active Directory. Note that the ClientID value is always considered an allowed audience, regardless of this setting.

allowed_external_redirect_urls Sequence[str]

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.

auth_file_path str

The path of the config file containing auth settings. If the path is relative, base will the site's root directory.

client_id str

The Client ID of this relying party application, known as the client_id. This setting is required for enabling OpenID Connection authentication with Azure Active Directory or other 3rd party OpenID Connect providers. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

client_secret str

The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key). This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users. Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

client_secret_certificate_thumbprint str

An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as a replacement for the Client Secret. It is also optional.

client_secret_setting_name str

The app setting name that contains the client secret of the relying party application.

config_version str

The ConfigVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of the control plane for Authentication / Authorization.

default_provider str

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

enabled bool

true if the Authentication / Authorization feature is enabled for the current app; otherwise, false.

facebook_app_id str

The App ID of the Facebook app used for login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

facebook_app_secret str

The App Secret of the Facebook app used for Facebook Login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

facebook_app_secret_setting_name str

The app setting name that contains the app secret used for Facebook Login.

facebook_o_auth_scopes Sequence[str]

The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. This setting is optional. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

git_hub_client_id str

The Client Id of the GitHub app used for login. This setting is required for enabling Github login

git_hub_client_secret str

The Client Secret of the GitHub app used for Github Login. This setting is required for enabling Github login.

git_hub_client_secret_setting_name str

The app setting name that contains the client secret of the Github app used for GitHub Login.

git_hub_o_auth_scopes Sequence[str]

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional

google_client_id str

The OpenID Connect Client ID for the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

google_client_secret str

The client secret associated with the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

google_client_secret_setting_name str

The app setting name that contains the client secret associated with the Google web application.

google_o_auth_scopes Sequence[str]

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

is_auth_from_file str

"true" if the auth config settings should be read from a file, "false" otherwise

issuer str

The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html

kind str

Kind of resource.

microsoft_account_client_id str

The OAuth 2.0 client ID that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

microsoft_account_client_secret str

The OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

microsoft_account_client_secret_setting_name str

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

microsoft_account_o_auth_scopes Sequence[str]

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx

runtime_version str

The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.

token_refresh_extension_hours float

The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours.

token_store_enabled bool

true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false. The default is false.

twitter_consumer_key str

The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

twitter_consumer_secret str

The OAuth 1.0a consumer secret of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

twitter_consumer_secret_setting_name str

The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.

unauthenticated_client_action str

The action to take when an unauthenticated client attempts to access the app.

validate_issuer bool

Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.

id String

Resource Id.

name String

Resource Name.

type String

Resource type.

aadClaimsAuthorization String

Gets a JSON string containing the Azure AD Acl settings.

additionalLoginParams List<String>

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

allowedAudiences List<String>

Allowed audience values to consider when validating JWTs issued by Azure Active Directory. Note that the ClientID value is always considered an allowed audience, regardless of this setting.

allowedExternalRedirectUrls List<String>

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.

authFilePath String

The path of the config file containing auth settings. If the path is relative, base will the site's root directory.

clientId String

The Client ID of this relying party application, known as the client_id. This setting is required for enabling OpenID Connection authentication with Azure Active Directory or other 3rd party OpenID Connect providers. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

clientSecret String

The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key). This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users. Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users. More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html

clientSecretCertificateThumbprint String

An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as a replacement for the Client Secret. It is also optional.

clientSecretSettingName String

The app setting name that contains the client secret of the relying party application.

configVersion String

The ConfigVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of the control plane for Authentication / Authorization.

defaultProvider String

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

enabled Boolean

true if the Authentication / Authorization feature is enabled for the current app; otherwise, false.

facebookAppId String

The App ID of the Facebook app used for login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

facebookAppSecret String

The App Secret of the Facebook app used for Facebook Login. This setting is required for enabling Facebook Login. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

facebookAppSecretSettingName String

The app setting name that contains the app secret used for Facebook Login.

facebookOAuthScopes List<String>

The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. This setting is optional. Facebook Login documentation: https://developers.facebook.com/docs/facebook-login

gitHubClientId String

The Client Id of the GitHub app used for login. This setting is required for enabling Github login

gitHubClientSecret String

The Client Secret of the GitHub app used for Github Login. This setting is required for enabling Github login.

gitHubClientSecretSettingName String

The app setting name that contains the client secret of the Github app used for GitHub Login.

gitHubOAuthScopes List<String>

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional

googleClientId String

The OpenID Connect Client ID for the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

googleClientSecret String

The client secret associated with the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

googleClientSecretSettingName String

The app setting name that contains the client secret associated with the Google web application.

googleOAuthScopes List<String>

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes. Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/

isAuthFromFile String

"true" if the auth config settings should be read from a file, "false" otherwise

issuer String

The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html

kind String

Kind of resource.

microsoftAccountClientId String

The OAuth 2.0 client ID that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

microsoftAccountClientSecret String

The OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm

microsoftAccountClientSecretSettingName String

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

microsoftAccountOAuthScopes List<String>

The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. This setting is optional. If not specified, "wl.basic" is used as the default scope. Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx

runtimeVersion String

The RuntimeVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of certain features in the Authentication / Authorization module.

tokenRefreshExtensionHours Number

The number of hours after session token expiration that a session token can be used to call the token refresh API. The default is 72 hours.

tokenStoreEnabled Boolean

true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false. The default is false.

twitterConsumerKey String

The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

twitterConsumerSecret String

The OAuth 1.0a consumer secret of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in

twitterConsumerSecretSettingName String

The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.

unauthenticatedClientAction String

The action to take when an unauthenticated client attempts to access the app.

validateIssuer Boolean

Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0