refactor: boolean envvar

This commit is contained in:
Maël Gangloff
2025-12-07 14:41:05 +01:00
parent dd5dba17fc
commit 82992c4be9
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +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 | |
| `SSO_AUTO_REDIRECT` | Redirection to the SSO auth URL | `false` |
## Authentication

View File

@@ -33,7 +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 | |
| `SSO_AUTO_REDIRECT` | Redirection vers l'URL d'authentification du SSO | `false` |
## Authentification