I am working on an app where the user is able to login from a number of providers via SAML integration. The user providers us with the following fields for us to accomplish this:
Login URL
Entity ID (URL that provides the IDP metadata)
Redirect URL
Login Binding (Colon separated sequence of strings provided by their SSO)
Certificate (x509 certificate to validate communication with the IDP)
We have this currently working for our web app so I'm wondering if I should just use that implementation in a webview and add listeners to the desktop app for authenticating (like with https://github.com/shripalsoni04/nativescript-webview-interface) or if this package has a better process.
I am working on an app where the user is able to login from a number of providers via SAML integration. The user providers us with the following fields for us to accomplish this:
We have this currently working for our web app so I'm wondering if I should just use that implementation in a webview and add listeners to the desktop app for authenticating (like with https://github.com/shripalsoni04/nativescript-webview-interface) or if this package has a better process.