Hi all!
I got a strange issue integration my iTop (3.2.2) with Microsoft Graph, using the "OpenID Authentication" extension (1.3.0). I deployed the extension from the Hub, configured the 'MicrosoftGraph' vales in the config-itop.php file but I don't see the specific button in the login form.
It's a fresh installation, no other extension, no customizations, nothing.
The error.log file is absolutely clean.
Suggestions?
Thank you,
Salvatore
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I'm not mistaken, you need to add "hybrid-XXX" in there - where XXX is the name of your provider (e.g. hybrid-Google ) that matches the provider configured under the combodo-hybridauth configuration block.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jeffrey!
Thank you for your reply. I tested the suggested configuration but the SSO is still not working. I did a trace from the source code and I noticed that the login_sso_block is never triggered :(
S
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried 'allowed_login_types' => 'form|external|basic|token' (the one is currently running) and 'allowed_login_types' => 'hybrid-MicrosoftGraph|form|external|basic|token' without success.
S
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The conf was already present in iTop? (Just trying to figure out if you have indeed properly installed the extension, also check if there is a folder "combodo-hybrid-auth" (or something similar) under the "env-production" folder in iTop?
No other custom login extensions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all!
I got a strange issue integration my iTop (3.2.2) with Microsoft Graph, using the "OpenID Authentication" extension (1.3.0). I deployed the extension from the Hub, configured the 'MicrosoftGraph' vales in the config-itop.php file but I don't see the specific button in the login form.
It's a fresh installation, no other extension, no customizations, nothing.
The error.log file is absolutely clean.
Suggestions?
Thank you,
Salvatore
In your iTop configuration file: find "allowed_login_types". What is it set to?
Hi!
The value is the default one:
If I'm not mistaken, you need to add "hybrid-XXX" in there - where XXX is the name of your provider (e.g. hybrid-Google ) that matches the provider configured under the combodo-hybridauth configuration block.
Hi Jeffrey!
Thank you for your reply. I tested the suggested configuration but the SSO is still not working. I did a trace from the source code and I noticed that the login_sso_block is never triggered :(
S
So what did you set allowed_login_types to now?
I tried 'allowed_login_types' => 'form|external|basic|token' (the one is currently running) and 'allowed_login_types' => 'hybrid-MicrosoftGraph|form|external|basic|token' without success.
S
Can you share the non-sensitive bits of the Microsoft Graph configuration in the iTop configuration file?
Sure!
This is my piece of conf:
This would be more correct already:
The conf was already present in iTop? (Just trying to figure out if you have indeed properly installed the extension, also check if there is a folder "combodo-hybrid-auth" (or something similar) under the "env-production" folder in iTop?
No other custom login extensions?