There are often requests that needs to be redirect temporarily or permanently from current request to other request. ASP.NET MVC Core RedirectResult, RedirectToActionResult, RedirectToRouteResult, ...
I am using Identity Server 4 for SSO implementation in my project. I am storing Registered client configurations in IDs store DB. Storing values like ClientID, secret ...