alexziskind1 / nativescript-oauth2

Other
86 stars 93 forks source link

Does this package support SAML redirect authentication? #117

Open bsansone opened 4 years ago

bsansone commented 4 years ago

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.

sandwai-scottjackman commented 4 years ago

Hi @bsansone, I need to implement this also, did you have any success?