Implementation of silent-sso ???
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.
hi, i am looking to use nativescript-oauth2 with keycloak. how did you get it working?
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.
@f-ricchiuto hey there! have you found a solution to use native screen on ios/android with OAuth2 flows?
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 :)