Outsystem 11 integrate with Keycloak ?
https://www.keycloak.org/docs/3.3/server_admin/topics/sso-protocols/oidc.html
Hi Juan,
A quick search on the Forge found no component supporting Keycloak. That being said, a search for OpenID shows that at least three components seem to implement OpenID Connect for other platforms, so they could be used as a basis for you to develop a Keycloak integration.
The IdP component can be used for SAML integration and has a good amount of documentation, you could consider it as an alternative since Keycloak supports both protocols.
Tks. Jorge