Skip to content

Commit

Permalink
scheme for oauth2 env var
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Jan 6, 2024
1 parent d63d90e commit 257a8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ ALLOW_ORIGINS=https://localhost
OAUTH2_REDIRECT_URL=https://localhost/api/auth/cuahsi/callback

# VITE_OAUTH2_REDIRECT_URL="${VITE_APP_FULL_URL}#/auth-redirect"
VITE_OAUTH2_REDIRECT_URL="http://localhost/#/auth-redirect"
VITE_OAUTH2_REDIRECT_URL="https://localhost/#/auth-redirect"

OIDC_BASE_URL=https://auth.cuahsi.io/realms/CUAHSI/protocol/openid-connect/

0 comments on commit 257a8cc

Please sign in to comment.