【发布时间】:2020-06-23 07:08:46
【问题描述】:
如何使用 Angular 在 nativescript 应用程序中实现 saml auth?我已经为它准备了其余的 api,但我找不到任何 NS 的解决方案或插件。我只找到了 Kinvey,但它是无服务器解决方案。
【问题讨论】:
标签: authentication nativescript saml saml-2.0 nativescript-angular
如何使用 Angular 在 nativescript 应用程序中实现 saml auth?我已经为它准备了其余的 api,但我找不到任何 NS 的解决方案或插件。我只找到了 Kinvey,但它是无服务器解决方案。
【问题讨论】:
标签: authentication nativescript saml saml-2.0 nativescript-angular
我们正在使用 InAppBrowser 插件进行相同的工作。我们从服务器获取 IDP 配置,然后打开 InAppBrowser 进行身份验证。 该插件使用适用于 Android 的 Chrome 自定义选项卡和适用于 iOS 的 SafariServices/AuthenticationServices,并支持 APP 本身的深度链接。
【讨论】: