B2C Redirect URI #2544
Labels
no-issue-activity
Issue author has not responded in 5 days
question
Customer is asking for a clarification, use case or information.
#2113
Library
[email protected]
Description
Please provide your question here, including as much relevant details as possible.
"How do I resolve double redirect?"
We are implementing Azure B2C for company consumer site. The site is implemented as SPA angular application and has header "SIGN IN" button. The header is on every page that makes impossible to configure redirect uri from B2C portal. We had to use code below to redirect page to destination where the login is triggered. But that caused double redirect on client browser. Is there anyway we can avoid double redirect? Any suggestion?
redirectUri: "http://localhost:6420/",
navigateToLoginRequestUrl: true
The text was updated successfully, but these errors were encountered: