SAML for Native Mobile Apps(Android and IOS)

僤鯓⒐⒋嵵緔 提交于 2019-12-06 04:10:23

问题


I have been searching for quite long time, whether SAML Authentication available for Mobile Apps. I went through the oneLogin developer portal completely, but could not find any documents on Android and IOS Api. Can somebody please confirm me whether SAML gives support to Mobile Apps or not.


回答1:


Folks who go this route generally just implement a WebView and handle the SAML request that way.

Take a look at this article on Webviews as this will allow you to share information (notably any session you've established with an SSO provider) between native apps that also support SAML the same way.

https://spin.atomicobject.com/2016/09/01/sharing-web-data-wkwebview/

Basically, if you do this, you'll also be supporting SSO on mobile via SAML (or OpenID Connect, if you go that route)



来源:https://stackoverflow.com/questions/49507670/saml-for-native-mobile-appsandroid-and-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!