Open Closed

Adding additional Parameter to AuthServer from Web Application #3581


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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/

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11