Skip to content

Commit

Permalink
Fiks redirect URI for login
Browse files Browse the repository at this point in the history
  • Loading branch information
sillerud committed Jan 20, 2025
1 parent 69e0b6a commit 4871db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/konfigurerApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const konfigurerAzure = () => {
process.env.GRAPH_API = 'http://familie-mock-server:1337/graph/me';
break;
case 'preprod':
process.env.AAD_LOGOUT_REDIRECT_URL = `https://login.microsoftonline.com/navq.onmicrosoft.com/oauth2/logout?post_logout_redirect_uri=https:\\\\familie-tilbake-frontend.ansatt.dev.nav.no`;
process.env.AAD_LOGOUT_REDIRECT_URL = `https://login.microsoftonline.com/navq.onmicrosoft.com/oauth2/logout?post_logout_redirect_uri=https:\\\\tilbakekreving-frontend.ansatt.dev.nav.no`;
process.env.AAD_REDIRECT_URL = `https://familie-tilbake-frontend.ansatt.dev.nav.no${callbackPath}`;
process.env.GRAPH_API = 'https://graph.microsoft.com/v1.0/me';
settAzureAdPropsFraEnv();
Expand Down

0 comments on commit 4871db6

Please sign in to comment.