KEYROCK AND ANDROID APP INTEGRATION
I am trying to integrate KeyRock in my Android App which has already a local sign in/sign up system.
Now I would like to use my local KeyRock instance on my computer as remote server to authenticate the users:
My objective is to send local user sign up/sign in data to the KeyRock server to sign in and sign up users ...
I tried to do some REST calls to the server trying to authenticate idm account but I always receive 403 http error code as response.
Otherwise how can I use auth 2.0 token system provided by KeyRock by registering my "application", my application is an Android App and not a web App. I followed the KeyRock youtube course but it explains how to register a web App.
In fact when registering an Application you need to specify two URLs which Android App does not have!
Is it possible to reach my goal with KeyRock o I should search for some other alternatives?
By the way, in case we have a web App only the user who registered the web application can login through Fiware account?
Kind regards, thank you.