From 47502d78e6cd5358982c301e2482e084d198edfb Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 14 Jun 2022 14:57:09 +0200 Subject: [PATCH 1/2] docs: quick start retitle + note with providers link in identity docs Signed-off-by: Patrik Oldsberg --- docs/auth/identity-resolver.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/auth/identity-resolver.md b/docs/auth/identity-resolver.md index 2a256ae8fd..b314954105 100644 --- a/docs/auth/identity-resolver.md +++ b/docs/auth/identity-resolver.md @@ -12,7 +12,10 @@ If you want to use an auth provider to sign in users, you need to explicitly con it have sign-in enabled and also tell it how the external identities should be mapped to user identities within Backstage. -## Guest Sign-In Resolver +## Quick Start + +> See [providers](../reference/plugin-auth-backend.providers.md) +> for a full list of auth providers and their built-in sign-in resolvers. Backstage projects created with `npx @backstage/create-app` come configured with a sign-in resolver for GitHub guest access. This resolver makes all users share From d5b57c78ab490f4e24e88f7c129a0097c8e02f97 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 14 Jun 2022 14:58:04 +0200 Subject: [PATCH 2/2] docs: stronger encouragement to check out proxy sign-in page docs Signed-off-by: Patrik Oldsberg --- docs/auth/oauth2-proxy/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/oauth2-proxy/provider.md b/docs/auth/oauth2-proxy/provider.md index e57ea96b26..ca3c40f5db 100644 --- a/docs/auth/oauth2-proxy/provider.md +++ b/docs/auth/oauth2-proxy/provider.md @@ -71,4 +71,4 @@ installed in `packages/app/src/App.tsx` like this: + SignInPage: props => , ``` -See the [Sign-In with Proxy Providers](../index.md#sign-in-with-proxy-providers) section for more information. +See [Sign-In with Proxy Providers](../index.md#sign-in-with-proxy-providers) for pointers on how to set up the sign-in page to also work smoothly for local development.