Hi,
The usual way to integrate Keycloak with a Mendix 11.7.0 app is to use the OIDC SSO module, because Keycloak supports OpenID Connect and Mendix provides an official module for that flow. Mendix also recommends OIDC SSO as the easier option compared with SAML for this kind of setup.
At a high level, the setup is:
So yes, Keycloak ↔ Mendix via OIDC SSO is the standard approach.
A few practical notes:
Useful Mendix docs:
If this resolves your issue, please mark the answer as accepted.
Hi Sayanthan Balendra,
That's quite a generic question. You can setup Keycloak as OIDC provider and configure the OIDC module of Mendix to connect with it.
In Keycloak, you define a client id, generate a client secret en configure the allowed redirect (callback) URL of your Mendix app. And in Mendix, you enter the well-known endpoint, the client id and client secret according to the documentation on OIDC.
Is there a specific part where you are stuck?
Kind regards,
Johan