Hi
can any one suggest me how to implement open ID connect in mobile app for third party authentication.
Thanks
Rajashekar Reddy Ette
Rajashekar Reddy wrote:
I am having the same problem. I can't see any tools or support for Open ID which is now becoming a standard.
Any help greatly appreciated. Rajashekar did you work this out?
Many thanks
Brett
Hi Rajashekar,
If you are using keycloak as an IDP then you can utilise web redirection functionality to achieve authentication using openID.
It will have your redirect uri which should be registered with keycloak.
On the stage of login you can redirect your call to a web browser which will invoke keycloak and after authentication you will get open ID attributes at the configured webhook.
Hi Rajasekar,
I would suggest the same.
You can make use of the redirection URI mechanism.
I was making use of the same in one of our application
Hi - I was searching information on OpenID and landed on this thread.
Just wanted to update the discussion with the fact that currently there are a few components in the OutSystems Forge for OpenID. Namely the components Keycloak OpenId and OIDC Client .
Kind Regards,
Daniel