Skip to content
Maximilian Mantz edited this page Jul 20, 2016 · 5 revisions

How to pass in the redirectUrl with triggerAuthFlow set to false?

You will have to pass in the current URL to the data passed to the OpenID Provider like this:

userManager.signinRedirect({
  data: {
    redirectUrl: window.location.href
  }
});
Clone this wiki locally