Hi, we have a legacy asp.net webform (framework 4.5) application. We are trying to implement AUTH0 as SSO provider and Azure AD as IdP. The app is registered on Auth0 and the connection to AAD works fine. The issue is the callback URI (RedirectURI) points to an aspx page (say https://localhost:3000/default.aspx) and that redirect does not happen post authentication. The same setting for an MVC app with callback set to an Action method works perfectly fine, without any issue. My question is, has anyone made the similar set up work for ASPX pages? If so, can you share some insight? Thanks in advance.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
What should RedirectUri be set to? | 2 | 3569 | August 4, 2023 | |
ASP.NET Core incorrect redirect url | 11 | 10053 | June 10, 2021 | |
redirectUri in checkSession? | 2 | 3924 | December 17, 2018 | |
Prevent redirect to requested page after authentication - Always send to callback URL | 8 | 18261 | July 25, 2019 | |
Auth0 integration for desktop app | 2 | 4605 | January 8, 2021 |