Skip to content

Commit

Permalink
Merge pull request #142 from appuio/fix-deeplinking
Browse files Browse the repository at this point in the history
Fix deeplinking after redirect to IDP
  • Loading branch information
bastjan committed Mar 30, 2022
2 parents 1ea8f24 + 2ea3c26 commit 27fc59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function initializeAppFactory(
}

export const authCodeFlowConfig: AuthConfig = {
redirectUri: window.location.origin + '/index.html',
redirectUri: window.location.origin + window.location.pathname,
responseType: 'code',
scope: 'openid profile email roles offline_access web-origins',
showDebugInformation: !environment.production,
Expand Down

0 comments on commit 27fc59c

Please sign in to comment.