0
viswajwalith created
- ABP Framework version: v5.1.3
- UI type: MVC
- DB provider: EF Core / MongoDB
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:"
We had to pass additional query string parameter along with ReturnUrl to the Auth Server (when the application is redirecting from Application to Auth Server on the initial call) , Can you guide us the relevant file/code to achieve the same.
1 Answer(s)
-
0
hi
Maybe you can check the
OpenIdConnectEvents.OnRedirectToIdentityProvider
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.openidconnect.openidconnectevents.onredirecttoidentityprovider?view=aspnetcore-6.0
https://developers.de/2019/11/29/how-to-pass-custom-parameters-in/