简体   繁体   English

适用于IOS的Google组织帐户登录

[英]Google Organization Account Signin for IOS

Our organization is trying to build a internal tool for management and we already had a web portal for this with authentication using our organization's gmail account.(say aaa@xx.com, xx is the organization name), which is implemented by OpenID. 我们的组织正在尝试构建内部管理工具,并且我们已经拥有一个使用组织的gmail帐户进行身份验证的Web门户(例如aaa @ xx.com,xx是组织名称),该门户由OpenID实现。

I am trying to do the iOS version for the internal tool. 我正在尝试为内部工具制作iOS版本。 However when implementing google authentication, I encountered some problem: 但是,当实现谷歌身份验证时,我遇到了一些问题:

I looked for OpenID for iOS but I found not available source. 我寻找了iOS的OpenID,但找不到可用的源。 Then I found google plus has an iOS SDK for authentication however google plus is not available for organization account. 然后,我发现google plus具有用于身份验证的iOS SDK,但是google plus不适用于组织帐户。

I want to know what is the best approach to do this. 我想知道什么是最好的方法。

Thanks. 谢谢。

我选择嵌入一个Web视图并在Web视图中登录到google,我们的后端实际上在处理请求时检查cookie,并且在登录web视图后,该cookie由iOS自动设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM