We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前的身份验证方式,client_credential这种方式适合于一个后台应用程序这种类型。
另外一种方式,是用 code grant的方式,但无法成功实现。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
我正在写一个 ASP.NET Core 示例程序
园子里的参考博文:Identity Server 4 - Hybrid Flow - MVC客户端身份验证
No branches or pull requests
目前的身份验证方式,client_credential这种方式适合于一个后台应用程序这种类型。
另外一种方式,是用 code grant的方式,但无法成功实现。
The text was updated successfully, but these errors were encountered: