Dynamics 365 CRM Web API和IdentityServer3:客户端凭据授予类型令牌

时间:2018-09-26 09:38:23

标签: asp.net-web-api dynamics-crm identityserver3 dynamics-365

我打算将IdentityServer3(ThinkTecture)用于OAuth身份验证,用于Dynamics 365 CRM Web API

http://identityserver.io/

https://github.com/IdentityServer/IdentityServer3

,我想使用“客户端证书”授予类型来获取访问令牌(... / connect / token端点)。但是,我设法找到的几个示例通常使用带有混合流的授权码或密码授予类型...我想知道是否可以使用通过Client Credentials授予获取的IdentityServer3令牌进行身份验证?

如果可能,任何示例将不胜感激:)

此外,无论身份验证/授予类型如何,我都欢迎将IdentityServer3与CRM一起使用的任何此类示例。

0 个答案:

没有答案