-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello,
With APP_INITIALIZER and the initApp Promise, how dealing the return url (user state) after completeAuthentication ?
In initApp, I pass the return url like this :
else {
return this.authService.startAuthentication(window.location.hash);
// (this.userManager.signinRedirect({ data: { returnUrl } }));
}
But how redirect to the return url after completeAuthentication() ?
if (window.location.href.indexOf('code') >= 0) {
await this.authService.completeAuthentication();
resolve();
}
Thank's
Thomas
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels