feat: auto redirect to the SSO login page

This commit is contained in:
Maël Gangloff
2025-12-07 14:32:48 +01:00
parent dd6c121936
commit dd5dba17fc
9 changed files with 29 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ import {LinkCard} from '@astrojs/starlight/components';
| `OAUTH_TOKEN_URL` | Token URL (OAuth 2.0) | |
| `OAUTH_USERINFO_URL` | User Info URL (OAuth 2.0) | |
| `OAUTH_SCOPE` | Scope (OAuth 2.0) | |
| `SSO_AUTO_REDIRECT` | Redirection to the SSO auth URL | |
## Authentication

View File

@@ -33,6 +33,7 @@ import {LinkCard} from '@astrojs/starlight/components';
| `OAUTH_TOKEN_URL` | URL de jeton (OAuth 2.0) | |
| `OAUTH_USERINFO_URL` | URL des informations utilisateur (OAuth 2.0) | |
| `OAUTH_SCOPE` | Scope (OAuth 2.0) | |
| `SSO_AUTO_REDIRECT` | Redirection vers l'URL d'authentification du SSO | |
## Authentification