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 | |
---|---|---|---|---|
redirectUri in checkSession? | 2 | 3924 | December 17, 2018 | |
Prevent redirect to requested page after authentication - Always send to callback URL | 8 | 18168 | July 25, 2019 | |
Auth0 Authentication not working when callbackurl is a directory | 2 | 5691 | January 15, 2019 | |
Unable to override default /callback in .NET SDK library | 1 | 32 | August 21, 2024 | |
Redirect URI is always HTTP - but only in production | 4 | 2740 | July 25, 2024 |