Skip to main content

Hello everyone,

I’m on Centreon 23.10.7 and on OpenID connect conf, I think that the scope part isn’t working.


I put “openid email profile” in the scope but, in the logs during a connexion test I only see “openid” : 

Result, I only have “sub” claim and not user info like email to match with my centreon users entries.

Maybe an issue with the version ?

Thanks for your help !

Hi @Arthur in the log you can see data returned from your IDP.

Did you check configuration for Azure? https://docs.centreon.com/docs/connect/openid/#examples-of-configuration


Hi @Laurent, thanks for helping.
Okay, it’s not data returned from /userinfo api request ?

Yes but my IDP is an Active Directory Federation Service server on premise, not EntraID (aka Azure AD)...


I’m not an ADFS admin so I don’t know which is the correct name for the endpoint to retrieve user information.


For userinfo, i tried too with /userinfo only but it had never work

I use this user information endpoint instead and it’s working

https://graph.microsoft.com/oidc/userinfo

 


Yes the documentation mentioned this : https://docs.centreon.com/docs/connect/openid/#examples-of-configuration


Reply