I am building Ionic 2 app and I want to use Keycloak for login/signup.
I have the following situation:
I am on Keycloak login page and when I login, I am redirect back to my app. I would expect that Keycloak will set cookies, but it didn't. I guess it is because of this: Can you use cookies in a Cordova application?.
Is there any way how to tell Keycloak to use local storage instead of cookies. Or any other solution?
I am using this implementation of keycloak & angular 2 colaboration.