用于移动 Web 服务的 Bluemix SSO

Bluemix SSO for Mobile Web Services

我正在开发本机 iOS 应用程序,它将检索我将在 Bluemix Liberty 或 node.js 应用程序上创建的 Web 服务。我面临的挑战是它需要通过单点登录或 oAuth 来保护。我需要提供者是 IBM ID。我之前已经在 Liberty 上为基于 Web 的应用程序实现了 SSO (W3),但想知道是否可以使用相同的方法(尽管是 WWW)来保护我的应用程序的 Web 服务。

谢谢。

Bluemix 提供了 Single Sign On service. It allows you to use different types of identity providers, but it fully supports only integration with W3 ID for now. SSO with IBM ID worked with the previous version of the service, that is currently deprecated. Here 您可以找到该版本的文档。