Optional OIDCOptions?: OIDCOptionsEnum that configures options for the OIDC protocol mode.
Optional authority?: stringYou can configure a specific authority, defaults to " " or "https://login.microsoftonline.com/common"
Optional authorityA string containing the .well-known/openid-configuration endpoint response
Optional azureEnum that represents the Azure Cloud to use.
Optional clientArray of capabilities which will be added to the claims.access_token.xms_cc request property on every network request.
Client ID of your app registered with our Application registration portal : https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredAppsPreview in Microsoft Identity Platform
Optional cloudA string containing the cloud discovery response. Used in AAD scenarios.
Optional encodeFlag of whether to encode query parameters
This flag is deprecated and will be removed in the next major version where all extra query params will be encoded by default.
Optional instanceFlag of whether the STS will send back additional parameters to specify where the tokens should be retrieved from.
Optional knownAn array of URIs that are known to be valid. Used in B2C scenarios.
Optional navigateBoolean indicating whether to navigate to the original request URL after the auth server navigates to the redirect URL.
Optional onCallback that will be passed the url that MSAL will navigate to in redirect flows. Returning false in the callback will stop navigation.
Optional postThe redirect URI where the window navigates after a successful logout.
Optional protocolEnum that represents the protocol that msal follows. Used for configuring proper endpoints.
Optional redirectThe redirect URI where authentication responses can be received by your application. It must exactly match one of the redirect URIs registered in the Azure portal.
Optional skipFlag of whether to use the local metadata cache
Optional supportsApp supports nested app auth or not; defaults to
This flag is deprecated and will be removed in the next major version. createNestablePublicClientApplication should be used instead.
Generated using TypeDoc
Use this to configure the auth options in the Configuration object