Files
backstage/plugins/auth
Hellgren Heikki 1609e79eae feat(auth): use app title in consent screen
use `app.title` instead hard-coded 'Backstage' in the consent screen

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
2025-10-20 08:54:48 +03:00
..
2025-09-09 16:26:24 +02:00
2025-10-14 15:29:54 +00:00
2025-10-14 15:29:54 +00:00
2025-09-09 16:26:24 +02:00
2025-09-09 16:26:24 +02:00

@backstage/plugin-auth

A Backstage frontend plugin that provides user interface components for authentication flows, specifically for OpenID Connect (OIDC) consent management.

Installation

This plugin is designed to work with the @backstage/plugin-auth-backend package that provides OIDC provider functionality.

# From your Backstage app directory
yarn --cwd packages/app add @backstage/plugin-auth

Usage

The plugin provides the route /oauth2/authorize/:sessionId for approving of oauth2 sessions for clients. You should see an approval flow for any sessions created through the auth-backend.