Skip to content

Commit

Permalink
changed to redirect back to original page
Browse files Browse the repository at this point in the history
  • Loading branch information
Gissebass committed Jan 30, 2024
1 parent eaf7366 commit d6a90a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azureconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const azureConfig = {
// Indicated the page to navigate after logout.
postLogoutRedirectUri: "/",
// if "true", will navigate back to the original request location before processing the auth code response
navigateToLoginRequestUrl: false,
navigateToLoginRequestUrl: true,
},
cache: {
//configures cache location. "sessionStorage" is more secure, but "localStorage" gives SSO between tabs.
Expand Down

0 comments on commit d6a90a9

Please sign in to comment.