You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-> In identityServer4 I am using version 2.5.4
->.Net Core 2.1
Describe the bug
I created the IdentityServer project, it runs successfully, and I got the /.well-known/openid-configuration data also.
And Then I create a client project, In this project when I hit the [Authorize] controller [e.g "https://localhost:6001/weatherforecast"], it will redirect to the IdentityServer for login.
After logging in successfully, it will redirect to the client page.
The above three steps are the actual process.
But now the above two steps are working successfully, and after logging in, it will not redirect to the client page it will be on the identity server page only and I am not getting token also.
When I enter my login credentials, on clicking the Log In button, it will redirect to the client page.
The text was updated successfully, but these errors were encountered:
-> In identityServer4 I am using version 2.5.4
->.Net Core 2.1
Describe the bug
I created the IdentityServer project, it runs successfully, and I got the /.well-known/openid-configuration data also.
And Then I create a client project, In this project when I hit the [Authorize] controller [e.g "https://localhost:6001/weatherforecast"], it will redirect to the IdentityServer for login.
After logging in successfully, it will redirect to the client page.
The above three steps are the actual process.
But now the above two steps are working successfully, and after logging in, it will not redirect to the client page it will be on the identity server page only and I am not getting token also.
When I enter my login credentials, on clicking the Log In button, it will redirect to the client page.
The text was updated successfully, but these errors were encountered: