【问题标题】:IBM App ID customization / branded UIIBM App ID 定制/品牌 UI
【发布时间】:2018-02-05 11:17:29
【问题描述】:

我已经开始使用 App ID 来管理我的节点应用程序中的客户。我遵循了 GitHub 中提供的示例。但是,我没有看到任何关于如何自定义它以与我的域交互的指南或示例。我不使用默认路由 (https://appid-oauth.eu-gb.bluemix.net),因为它们出现在以下示例图像中:https://www.ibm.com/blogs/bluemix/2017/11/new-app-id-let-users-sign-sign-apps-email-password/

有一个示例可以在 Android (https://www.ibm.com/blogs/bluemix/2018/01/use-branded-ui-user-sign-app-id/) 中执行此操作,但在 Node.js 和 iOS 中没有。

我该如何解决这个问题?

【问题讨论】:

    标签: node.js ibm-cloud app-id ibm-appid


    【解决方案1】:

    每次使用默认自助服务 UI(注册并忘记密码)时,您都会看到默认路由。

    目前您只能自定义登录屏幕。 登录按钮应调用“signinWithResourceOwnerPassword”API。 注册按钮应调用“launchSignUp”API。 忘记密码应调用“launchForgotPassword”API。

    所有 API 和使用示例都可以在我们的 SDK 的自述文件中找到。

    安卓:https://github.com/ibm-cloud-security/appid-clientsdk-android#managing-cloud-directory-with-the-android-sdk

    IOS:https://github.com/ibm-cloud-security/appid-clientsdk-swift#managing-cloud-directory-with-the-ios-swift-sdk

    节点:https://github.com/ibm-cloud-security/appid-serversdk-nodejs#cloud-directory

    【讨论】:

      猜你喜欢
      • 2017-08-25
      • 1970-01-01
      • 1970-01-01
      • 2018-10-21
      • 1970-01-01
      • 1970-01-01
      • 2014-07-15
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多