Match MSAL redirect URI to Entra registration (trailing slash)
This commit is contained in:
parent
4a6b4d6fe0
commit
4f8a952e30
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ VITE_WEBSOCKET_PATH=/semblance_back/socket.io/
|
|||
# MSAL Authentication (production server)
|
||||
VITE_MSAL_TENANT_ID=e519c2e6-bc6d-4fdf-8d9c-923c2f002385
|
||||
VITE_MSAL_CLIENT_ID=7e9b250a-d984-4fba-8e1c-a0622242a595
|
||||
VITE_MSAL_REDIRECT_URI=https://optical-dev.oliver.solution/semblance
|
||||
VITE_MSAL_POST_LOGOUT_REDIRECT_URI=https://optical-dev.oliver.solution/semblance
|
||||
VITE_MSAL_REDIRECT_URI=https://optical-dev.oliver.solution/semblance/
|
||||
VITE_MSAL_POST_LOGOUT_REDIRECT_URI=https://optical-dev.oliver.solution/semblance/
|
||||
|
||||
# Local login (username/password) - disable for production
|
||||
VITE_ENABLE_LOCAL_LOGIN=false
|
||||
Loading…
Add table
Reference in a new issue