Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
dear all,

I have developed an identityserver4 based authentication and authorization application, I used ExtJs as my web-client and Dotnet core web-API as my backend service. The endpoints such as signup, sign in return JSON-value, but not view.

Now, I have another service which I want it to be authorized using the above authorization server, I have configured using Identity server, so when I try to browse it from a browser it redirects me to ExtJs web-client and on a successful sign in it does not get me back where I want to go... I think this is because the web-client is separate from the identityserver4 application..or what is the problem and how can I resolve this?

Regards

What I have tried:

I will post some code if necessary but I need more concepts..
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900