Google Openid 身份验证和域管理员身份识别
我已经为我的网络应用程序(Ruby on Rails)实现了 Google OpenID 身份验证,现在一旦经过身份验证,我该如何获取该特定用户的状态?比如已通过身份验证的用户是否是域管理员?我在 google 上搜索了一下,并提出了 Google 配置 API 和 ClientLogin 身份验证过程....但如果是 Clientlogin 身份验证,则必须提供 [email protected] 加上函数中的密码...
我想知道的是,他们是否有一种方法知道经过 Openid 身份验证的人是一个域业主与否?
I have implemented Google openid authentication for my web application (ruby on rails) , now once authenticated how am i suppose to get the status of that particular user ? like if the user which has been authenticated is a domain admin or not ? i have googled it a bit and came up with Google provisioning ApI and ClientLogin authentication process.... but in case of Clientlogin authentication one has to provide [email protected] plus the password in the function...
In all i want to know, is their a way to know that a person authenticated by Openid is a domain owner or not ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 open-id 规范,这些是您可以从 open-id 提供商(例如:Google)检索的属性。
http://www.axschema.org/types/
According to the open-id specs these are the attributes you can retrieve from your open-id provider (Ex: Google).
http://www.axschema.org/types/