nativescript-oauth2 icon indicating copy to clipboard operation
nativescript-oauth2 copied to clipboard

Implementation of silent-sso ???

Open titoff002 opened this issue 6 years ago • 4 comments

Hello,

Good work.

I manage to implement the keycloak drivers for my nativescript-viewjs application.

It works.

My question is: is it possible to implement silent-sso? If yes, how ?

Thank you.

titoff002 avatar Dec 11 '19 14:12 titoff002

hi, i am looking to use nativescript-oauth2 with keycloak. how did you get it working?

chongma avatar Jan 09 '20 10:01 chongma

I'm interested too into using keycloak, but I'm a little concerned about this Apple compliance issue (see #111).

I never used OAuth, I admit that it doesn't seem like the best choice for native app authentication. It would be cool to use an in-app login form, sending the credentials to the keycloak server, redirecting the user to an external web page only in the case he wants to use another provider.

I'm thinking about switching to something simpler.

trane77 avatar Mar 11 '20 19:03 trane77

@f-ricchiuto hey there! have you found a solution to use native screen on ios/android with OAuth2 flows?

daviddelucca avatar May 24 '20 12:05 daviddelucca

Hi @daviddelucca! At the moment I'm using the WebView login, it's not that bad, if configured well, it' doesn't show any headers and the ux is sleek. I've had a conversation on this topic on stackoverflow if you are interested, maybe you can find some information :)

trane77 avatar May 27 '20 21:05 trane77