From d9b78b24348ca3bb8a69f89718622dce0587d885 Mon Sep 17 00:00:00 2001 From: Robbert van Markus Date: Mon, 31 Jul 2023 20:48:54 +0200 Subject: [PATCH] add link to full example without a matching user Signed-off-by: Robbert van Markus --- docs/auth/oauth2-proxy/provider.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/auth/oauth2-proxy/provider.md b/docs/auth/oauth2-proxy/provider.md index 3e0d3237a2..5cff655c02 100644 --- a/docs/auth/oauth2-proxy/provider.md +++ b/docs/auth/oauth2-proxy/provider.md @@ -60,6 +60,8 @@ providerFactories: { }, ``` +[An example on how to sign a user in without a matching user](https://github.com/backstage/backstage/blob/master/packages/backend/src/plugins/auth.ts) + ## Adding the provider to the Backstage frontend It is recommended to use the `ProxiedSignInPage` for this provider, which is