From dc9739f26f6b81834f7601fd106eb1cbe19ed25e Mon Sep 17 00:00:00 2001 From: deepthi-28 Date: Fri, 24 Jan 2025 15:35:37 +0530 Subject: [PATCH] oidc doc changes Signed-off-by: deepthi-28 --- docs/auth/oidc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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