Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IdentityServer4 redirection failed for .NET Core2.1 #5

Open
anoosha503 opened this issue May 22, 2023 · 0 comments
Open

IdentityServer4 redirection failed for .NET Core2.1 #5

anoosha503 opened this issue May 22, 2023 · 0 comments

Comments

@anoosha503
Copy link

-> 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant