mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
fix(netbird): change dashboard redirect URLs
default callback url contains a fragment component in violation OAuth2.0 spec https://github.com/authelia/authelia/discussions/7185#discussioncomment-11613126 https://github.com/netbirdio/dashboard/blob/14d2d688198a633e745f59c2d0bed9de146d2be5/src/utils/config.ts#L26-L27
This commit is contained in:
@@ -8,6 +8,8 @@ configMapGenerator:
|
||||
# variables: https://github.com/netbirdio/dashboard/blob/main/config.json
|
||||
- AUTH_AUDIENCE="netbird-dashboard"
|
||||
- AUTH_AUTHORITY="https://keycloak.stonegarden.dev/realms/homelab"
|
||||
- AUTH_REDIRECT_URI="/callback"
|
||||
- AUTH_SILENT_REDIRECT_URI="/silent-callback"
|
||||
- AUTH_CLIENT_ID="netbird-dashboard"
|
||||
- AUTH_SUPPORTED_SCOPES="openid profile email offline_access netbird-api"
|
||||
- USE_AUTH0="false"
|
||||
|
||||
Reference in New Issue
Block a user