Xamarin IOS 需要重定向到 BB Access 以進行 OpenID 連接 (Xamarin IOS needs to redirect to BB Access for OpenID connection)


問題描述

Xamarin IOS 需要重定向到 BB Access 以進行 OpenID 連接 (Xamarin IOS needs to redirect to BB Access for OpenID connection)

客戶希望在使用 OpenID 登錄時打開 BB Access 瀏覽器(他們正在使用 Azure),我無法找到有關此特定問題的文檔。

我們只想打開 BB Access作為瀏覽器,讓我們的後端處理其餘的東西(身份驗證方案、令牌等......)。我們在 android 上沒有問題,因為我們可以將 BB Access 應用程序設置為默認瀏覽器,但在 IOS 上無法這樣做。

繼續解決此問題的最佳方法是什麼?我是否需要在我的應用程序中實現整個 Dynamics SDK 才能打開瀏覽器,是否有我在任何地方嘗試執行的示例,或者是否有更簡單的方法?


參考解法

方法 1:

For BlackBerry Access for iOS, links in third‑party, non‑BlackBerry Dynamics apps can open in BlackBerry Access if they launch with the following URL scheme: access://open?url= (for example, access://open?url=http://www.blackberry.com). This does require the UEM Admin to enable the "Allow external apps to open HTTP/HTTPS URLs through BlackBerry Access" app policy for BlackBerry Access.

If your app makes use of a custom URL scheme to get the token back from BlackBerry Access, ensure you also enable that in the BlackBerry Access app policy. The BlackBerry Access app configuration settings doc lists all of these app configuration options. Specifically, refer to the "Enable 3rd Party Applications" option.

Alternatively, if you do integrate with the BlackBerry Dynamics SDK you could open BlackBerry Access using the Open HTTP URL Service.

(by FusionMSohm)

參考文件

  1. Xamarin IOS needs to redirect to BB Access for OpenID connection (CC BY‑SA 2.5/3.0/4.0)

#blackberry-dynamics #mdm #blackberry #xamarin.ios






相關問題

Xamarin IOS 需要重定向到 BB Access 以進行 OpenID 連接 (Xamarin IOS needs to redirect to BB Access for OpenID connection)







留言討論