From ed9b022b419fe976de936e9416137ca6eaf88bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 16 Apr 2025 09:52:56 +0200 Subject: [PATCH] fix docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/auth/add-auth-provider.md | 4 ---- docs/auth/identity-resolver--old.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/auth/add-auth-provider.md b/docs/auth/add-auth-provider.md index b068b09642..7cfa21dd4a 100644 --- a/docs/auth/add-auth-provider.md +++ b/docs/auth/add-auth-provider.md @@ -66,10 +66,6 @@ function takes an `express.Response`, a `WebMessageResponse` and the URL of the frontend (`appOrigin`) as parameters and return an HTML page with the script and the message. -There is a helper class for [OAuth2](https://oauth.net/2/) based authentication providers, [OAuthAdapter](../reference/plugin-auth-node.oauthadapter.md). This class implements the `AuthProviderRouteHandlers` interface -for you, and instead requires you to implement [OAuthHandlers](../reference/plugin-auth-node.oauthhandlers.md), which -is significantly easier. - ### Auth Environment Separation The concept of an `env` is core to the way the auth backend works. It uses an diff --git a/docs/auth/identity-resolver--old.md b/docs/auth/identity-resolver--old.md index f2f554bf41..ce41fbcf2b 100644 --- a/docs/auth/identity-resolver--old.md +++ b/docs/auth/identity-resolver--old.md @@ -22,7 +22,7 @@ be mapped to user identities within Backstage. ## Quick Start -> See [the auth docs](../index.md) +> See [the auth docs](./index.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