Skip to content

IdentityServer4 redirection failed for .NET Core2.1 #5

@anoosha503

Description

@anoosha503

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions