diff --git a/docs/auth/oidc.md b/docs/auth/oidc.md index 6d2a937320..761d049997 100644 --- a/docs/auth/oidc.md +++ b/docs/auth/oidc.md @@ -274,13 +274,15 @@ The last step is to add the provider to the `SignInPage` so users can sign in wi new provider, please follow the [Sign In Configuration][3] docs, here's where you import and use the API reference we defined earlier. -## Note +:::note Note These steps apply to most if not all the providers, including custom providers, the main difference between different providers will be the contents of the API factory, the code in the Auth Provider Factory, the resolver, and the different variables each provider needs in the YAML config or env variables. +::: + [1]: https://backstage.io/docs/auth/identity-resolver [2]: https://backstage.io/docs/auth/microsoft/provider#create-an-app-registration-on-azure [3]: https://backstage.io/docs/auth/#sign-in-configuration