Merge pull request #18230 from backstage/philipph/docs-auth-providers

[Docs] Align auth provider sidebar with available providers
This commit is contained in:
Patrik Oldsberg
2023-06-13 15:43:07 +02:00
committed by GitHub
4 changed files with 12 additions and 7 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
---
id: cfaccess
id: provider
title: Cloudflare Access Provider
sidebar_label: cfaccess
# prettier-ignore
sidebar_label: Cloudflare Access
description: Adding Cloudflare Access as an authentication provider in Backstage
---
+3 -2
View File
@@ -14,9 +14,10 @@ access external resources.
Backstage comes with many common authentication providers in the core library:
- [Atlassian](atlassian/provider.md)
- [Auth0](auth0/provider.md)
- [Atlassian](atlassian/provider.md)
- [Azure](microsoft/provider.md)
- [Azure Easy Auth](microsoft/azure-easyauth.md)
- [Bitbucket](bitbucket/provider.md)
- [Bitbucket Server](bitbucketServer/provider.md)
- [Cloudflare Access](cloudflare/access.md)
@@ -25,8 +26,8 @@ Backstage comes with many common authentication providers in the core library:
- [Google](google/provider.md)
- [Google IAP](google/gcp-iap-auth.md)
- [Okta](okta/provider.md)
- [OAuth 2 Custom Proxy](oauth2-proxy/provider.md)
- [OneLogin](onelogin/provider.md)
- [OAuth2Proxy](oauth2-proxy/provider.md)
These built-in providers handle the authentication flow for a particular service
including required scopes, callbacks, etc. These providers are each added to a
+2
View File
@@ -284,6 +284,8 @@
"auth/microsoft/provider",
"auth/microsoft/easy-auth",
"auth/bitbucket/provider",
"auth/bitbucketServer/provider",
"auth/cloudflare/provider",
"auth/github/provider",
"auth/gitlab/provider",
"auth/google/provider",
+5 -2
View File
@@ -148,17 +148,20 @@ nav:
- Authentication and identity:
- Adding Authentication: 'auth/index.md'
- Included providers:
- Atlassian: 'auth/atlassian/provider.md'
- Auth0: 'auth/auth0/provider.md'
- Azure: 'auth/microsoft/provider.md'
- Azure EasyAuth: 'auth/microsoft/azure-easyauth.md'
- Bitbucket: 'auth/bitbucket/provider.md'
- Bitbucket Server: 'auth/bitbucketServer/provider.md'
- Cloudflare Access: 'auth/cloudflare/access.md'
- GitHub: 'auth/github/provider.md'
- GitLab: 'auth/gitlab/provider.md'
- Google: 'auth/google/provider.md'
- Google IAP: 'auth/google/gcp-iap-auth.md'
- OAuth2Proxy: 'auth/oauth2-proxy/provider.md'
- Okta: 'auth/okta/provider.md'
- OneLogin: 'auth/onelogin/provider.md'
- OAuth2Proxy: 'auth/oauth2-proxy/provider.md'
- Bitbucket: 'auth/bitbucket/provider.md'
- Sign in resolvers: 'auth/identity-resolver.md'
- OAuth and OpenID Connect: 'auth/oauth.md'
- OIDC provider from scratch: 'auth/oidc.md'