Skip to content

Commit

Permalink
fix(auth): auth microsoft use location href
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Barbeau committed Oct 1, 2020
1 parent 6913ca8 commit 94aaec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/lib/shared/auth-microsoft.provider.ts
Expand Up @@ -15,7 +15,7 @@ export function MSALConfigFactory(config: ConfigService): Configuration {
auth: {
clientId: msConf.clientId,
authority: 'https://login.microsoftonline.com/organizations', // 'common'
redirectUri: window.location.origin
redirectUri: window.location.href
},
cache: {
cacheLocation: 'sessionStorage'
Expand Down

0 comments on commit 94aaec1

Please sign in to comment.