Warning: You are browsing the documentation from version 4 to 10 of Pimcore.
Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Installation
Bundle Installation
To install Pimcore OpenID Connect bundle use following commands:
composer require pimcore/openid-connect
./bin/console pimcore:bundle:enable PimcoreOpenIdConnectBundle
./bin/console pimcore:bundle:install PimcoreOpenIdConnectBundle
Possible Configuration Clashes
The route pimcore_openidconnect_buttoninjection_script
needs to be accessible publicly for the Pimcore public domain
for the login buttons to show up.
If other modules or implementations add additional firewall configurations, make sure the route is still public accessible.
For example, when using the Pimcore portal engine, you need to add following configuration to your symfony configuration
(e.g. in config.yaml
):
pimcore_portal_engine:
custom_public_routes:
- pimcore_openidconnect_buttoninjection_script