You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component will display all the auth providers you want to use on your application and links for the user. Custom OIDC providers can be registered using the `customProviders` prop and provide the `id` of the provider and the `name` you want displayed to the user.
35
35
36
-
By default all auth providers will display, but they can be turned off by setting their corresponding prop to `false`.
36
+
By default, only [managedauthproviders](https://docs.microsoft.com/azure/static-web-apps/authentication-authorization?WT.mc_id=javascript-12079-aapowell) will display, but they can be turned off by setting their corresponding prop to `false`. All providers available [as configurable options](https://docs.microsoft.com/azure/static-web-apps/authentication-custom?tabs=aad&WT.mc_id=javascript-12079-aapowell) can be enabled using props.
Thedefaultlabelis`Sign in using ${name}`, butcanbeoverriddenwiththe`label`prop, whichtakesafunctionthatreceivesthe`name`oftheproviderandreturnsthelabel string.
0 commit comments