【发布时间】:2015-04-02 21:14:50
【问题描述】:
在身份验证请求中,如果用户先前同意某些客户端(针对特定范围列表),并且可能会多次提示他们进行相同的授权。 ¿ 可以跳过它吗? ¿ 适用于代码和隐式流? ¿ 多少时间记住同意?。
我对实现这一点的方式有点困惑。 Oauth2 草案说:
... and obtains an authorization decision
(by asking the resource owner or by
establishing approval via other means).
OpenID 草案说:
... this MAY be done through an interactive dialogue with the End-User
that makes it clear what is being consented to or by establishing
consent via conditions for processing the request or other means
(for example, via previous administrative consent).
我正在为 Django 开发 OpenID Provider 实现。 https://github.com/juanifioren/django-openid-provider
感谢您的宝贵时间。问候。
【问题讨论】:
标签: oauth-2.0 openid-provider openid-connect