logout
This commit is contained in:
@@ -91,13 +91,19 @@ In Produktion muss hier die oeffentlich erreichbare Listify-URL stehen, z. B. `h
|
||||
6. Post-Logout Redirect URI registrieren:
|
||||
|
||||
```text
|
||||
http://localhost:4200/login
|
||||
http://localhost:4200/auth/sso/logout-callback
|
||||
```
|
||||
|
||||
Bei Docker/Reverse Proxy:
|
||||
|
||||
```text
|
||||
http://localhost:8080/login
|
||||
http://localhost:8080/auth/sso/logout-callback
|
||||
```
|
||||
|
||||
Für das produktive Listify-Deployment muss im OIDC-Client exakt diese Logout Redirect URI hinterlegt sein:
|
||||
|
||||
```text
|
||||
https://listify.forgecore.work/auth/sso/logout-callback
|
||||
```
|
||||
|
||||
### Listify Environment
|
||||
@@ -108,7 +114,7 @@ OIDC_CLIENT_ID=<client-id-aus-admin-oidc-clients>
|
||||
OIDC_CLIENT_SECRET=<client-secret-aus-admin-oidc-clients>
|
||||
OIDC_SCOPES=openid profile email groups
|
||||
OIDC_REDIRECT_URI=http://localhost:4200/auth/sso/callback
|
||||
OIDC_POST_LOGOUT_REDIRECT_URI=http://localhost:4200/login
|
||||
OIDC_POST_LOGOUT_REDIRECT_URI=http://localhost:4200/auth/sso/logout-callback
|
||||
CLIENT_URL=http://localhost:4200
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user