Closed deadislove closed 2 years ago
This organization is not maintained anymore besides critical security bugfixes (if feasible). This organization will be archived when .NET Core 3.1 end of support is reached (3rd Dec 2022). All new development is happening in the new Duende Software organization.
The new Duende IdentityServer comes with a commercial license but is free for dev/testing/personal projects and companies or individuals making less than 1M USD gross annnual revenue. Please get in touch with us if you have any question.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Questions are community supported only and the authors/maintainers may or may not have time to reply. If you or your company would like commercial support, please see here for more information.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I design two project. One project is the identityserver4 project. Other project is Web API project(.NET5) with swagger UI authentication mechanism. I set the client class's AllowedGrantTypes is GrantTypes.Code. When I click the swagger UI authentication, then push the Authorize button which should redirect to the login page, but it doesn't work. The identityserver4 project shows "Unknown client or client not enabled."
Could tell me where is wrong?
I have try other methods.(Implicit, ClientCredentials, Hybrid, and AuthorizationCode ) This error message still exist.
My environment: VS: VS2019 .Net Framework: .Net 5 OS: Win 10
URL:
VS output messages
Client class
IdentityServer4 project - startup class
Web API project - startup class