I'm working with identity Server.
Created POC using Asp.net website and Identity Server3.
We successfully login into identity server.
Issue : When we login successfully after display page like following screen shot.
Following is my code.
I'm working with identity Server.
Created POC using Asp.net website and Identity Server3.
We successfully login into identity server.
Issue : When we login successfully after display page like following screen shot.
Following is my code.
You need to remove the
LoginPath = new PathString("/identity/permissions)
line from your cookie middleware.
The /permissions
endpoint shows you client applications that the user has authorized to use their data. It is not involved in the login process.