📄️ Authentication in Backstage
Introduction to authentication in Backstage
🗃️ Included providers
Pre-configured authentication providers included with Backstage.
📄️ Sign-in Identities and Resolvers
An introduction to Backstage user identities and sign-in resolvers
📄️ OAuth and OpenID Connect
This section describes how Backstage allows plugins to request OAuth Access Tokens and OpenID Connect ID Tokens on behalf of the user, to be used for auth to various third party APIs
📄️ OIDC provider from scratch
This section shows how to enable and use the Backstage OIDC provider.
📄️ Contributing New Provider Modules
Documentation on adding new authentication providers
📄️ Service to Service Auth
This section describes service to service authentication works, both internally within Backstage plugins and when external callers want to make requests.
📄️ Auto Logout
This section describes how to setup the Auto Logout mechanism in Backstage
📄️ Troubleshooting Auth
Guidance for various issues that one might run into when setting up authentication