mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: auto redirect to the SSO login page
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user