我发现这个教程用于验证身份,并通过用户名和密码从身份服务器获取令牌:
https://identityserver.github.io/Documentation/docs/overview/simplestOAuth.html
到处都写着网址就像:
&grant_type=password&username=aa&password=aa
我的问题是,如果我还需要示例EmbeddedAuthorizationServer
,或者我可以直接调用SSO服务器?
我想将用户名和密码发布到SSO服务器并返回令牌。有可能吗?
答案 0 :(得分:2)
IdentityServer3支持所谓的资源所有者密码凭据流。
https://tools.ietf.org/html/rfc6749#section-4.3
https://identityserver.github.io/Documentation/docsv2/endpoints/token.html
所以答案是肯定的。
编辑:修复了死亡的IdServer-Link,因为文档已移至docsv2