Fix SSO redirect URI: remove trailing slash to match Azure registration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
598d2879f1
commit
53a73cb9c9
1 changed files with 1 additions and 1 deletions
2
auth.js
2
auth.js
|
|
@ -6,7 +6,7 @@ const msalConfig = {
|
|||
auth: {
|
||||
clientId: '9079054c-9620-4757-a256-23413042f1ef',
|
||||
authority: 'https://login.microsoftonline.com/e519c2e6-bc6d-4fdf-8d9c-923c2f002385',
|
||||
redirectUri: window.location.origin + '/loreal-sla-calculator/',
|
||||
redirectUri: window.location.origin + '/loreal-sla-calculator',
|
||||
},
|
||||
cache: {
|
||||
cacheLocation: 'sessionStorage',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue