You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on authentication with Azure, on a web app. When I set the useWebPopup to false, the auth page opens normally to authenticate with Azure, but after the whole application is refreshed, and I still find myself on the authentication page.
I've tried with the example project provided in this package and I have the same behavior, after the authentication flow, I come back to the auth page instead of being redirected to the page with the user information ( token, username, etc...
[Starting point - 1]
)
[Select Interactive with use Web Popup disabled]
[o365 Auth Flow]
[I'm back to the step one]
Normally I should see the page with usage information as in the case with UseWebPopup is true.
How can I have the same behavior in Popup mode ?
Thanks
The text was updated successfully, but these errors were encountered:
This is typically because it didn't go through the code flow redirect correctly which has to be in the HTML folder and available per the docs and Azure has to be set to redirect to it otherwise you'll see the behavior you found.
I'm working on authentication with Azure, on a web app. When I set the useWebPopup to false, the auth page opens normally to authenticate with Azure, but after the whole application is refreshed, and I still find myself on the authentication page.
I've tried with the example project provided in this package and I have the same behavior, after the authentication flow, I come back to the auth page instead of being redirected to the page with the user information ( token, username, etc...
[Starting point - 1]
)
[Select Interactive with use Web Popup disabled]
[o365 Auth Flow]
[I'm back to the step one]
Normally I should see the page with usage information as in the case with UseWebPopup is true.
How can I have the same behavior in Popup mode ?
Thanks
The text was updated successfully, but these errors were encountered: