Microsoft.Owin.Security.OAuth UserInfo端点

时间:2015-10-01 15:40:18

标签: oauth owin openid-connect

我正在使用Microsoft.Owin.Security.OAuth实现OAuth服务器。

我使用OAuthAuthorizationServerOptions来设置AuthorizeEndpointPath和TokenEndpointPath。看起来没有UserInfoEndpointPath的选项。

OAuthV2规范确实含糊地讨论了这个端点 -

This specification does not define a resource owner profile information API. It is assumed that other APIs such as the SCIM API [I-D.ietf-scim-api] or the OpenID Connect [OpenID.Core] UserInfo Endpoint could be used for this purpose.

那么,有没有办法利用OAuthAuthorizationServerProvider来提供这个端点?我是否必须创建一个单独的MVC控制器端点?或者有更好的方法吗?

0 个答案:

没有答案