SAML 2.0 based Authentication for iPhone applicati

2019-04-28 06:22发布

Team, kindly help me how to implement SAML based authentication for iPhone application. I have .NET REST based JSON webservice as my backend service.

Kindly advice me on this requirement.

2条回答
再贱就再见
2楼-- · 2019-04-28 06:28

The SAML-only solution has properties that bother some due to the phishing risk of downloadable apps, but the mechanism involved is outlined at https://wiki.shibboleth.net/confluence/display/SHIB2/ECP

Other approaches involve hybrids of OAuth or other technologies but you won't find any standards or tool support for any of this.

查看更多
一夜七次
3楼-- · 2019-04-28 06:46

There are existing standards and tools to support your requirement today. As Scott mentioned, it does require either using the embedded browser in iOS within your application or allowing the iOS Safari Browser to handle the SAML/Browser portion of SSO (each has its own pros/cons). You can check out this free White Paper entitled, "A Standards-based Mobile Application IdM Architecture" that talks about how Ping (my employer) customers are handling this today if you'd like some more ideas.

查看更多
登录 后发表回答