Files
backstage/plugins/auth
Fredrik Adelöw a590d4ad96 Merge pull request #34130 from backstage/codex/turtle395-improve-mcp-auth-dialog
Show MCP client metadata in auth consent dialog
2026-05-06 14:56:34 +03:00
..
2026-04-28 15:53:09 +00:00
2026-04-16 12:14:47 +02:00
2026-04-28 15:53:09 +00: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.