Skip to content

Commit

Permalink
[AAE-18541] - OAuth - redirect does not work (#9135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland authored Nov 30, 2023
1 parent 065829e commit c1ad165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/lib/auth/oidc/redirect-auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export class RedirectAuthService extends AuthService {

async loginCallback(): Promise<string | undefined> {
return this.ensureDiscoveryDocument()
.then(() => this.oauthService.tryLogin({ preventClearHashAfterLogin: false }))
.then(() => this.oauthService.tryLogin({ preventClearHashAfterLogin: true }))
.then(() => this._getRedirectUrl());
}

Expand Down

0 comments on commit c1ad165

Please sign in to comment.