refactor: boolean envvar

This commit is contained in:
Maël Gangloff 2025-12-07 14:41:05 +01:00
parent dd5dba17fc
commit 82992c4be9
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629
3 changed files with 3 additions and 3 deletions

2
.env
View File

@ -73,7 +73,7 @@ OAUTH_AUTHORIZATION_URL=
OAUTH_TOKEN_URL=
OAUTH_USERINFO_URL=
OAUTH_SCOPE=
SSO_AUTO_REDIRECT=0
SSO_AUTO_REDIRECT=false
# Typically your IP address, this envvar is required for
# some connectors that need to be provided with your host's

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