Hello,
I have trouble configuring the OpenID Connect authentication configuration.
We use a reverse proxy to connect to the Identity Provider and to connect to Centreon (v. 22.10.4). We are using a VPN, the domain cannot be resolved publicly.
External URL (after reverse proxy):
- IDP : https://idp.external.XXXX.intra
- Centreon : https://supervision.external.XXXX.intra
Internal URL (before reverse proxy):
- IDP : https://idp.internal.XXXX.intra
- Centreon : https://supervision.internal.XXXX.intra
The problem is, when I click on “Login with openid” button after configuring OpenID Connect authentication, I get redirected to an URL like this :
The redirect URI is false here because Centreon is taking its own internal URL and we want that the redirect URI would be the external URI (after reverse proxy). How can I change this in the GUI/CLI of Centreon ?