Extending
The configuration panel described in Configuration is a Pimcore Studio plugin. Before its API endpoints return, the bundle dispatches a pre-response event carrying the response schema. Listen for one to add your own data to the response.
| Event | Description |
|---|---|
pre_response.openid_connect.configuration | The configuration returned when the panel loads: provider data, whether it is writeable, and the configured provider names. |
pre_response.openid_connect.success_response | The result returned after saving the configuration. |
See the Studio Backend Additional and Custom Attributes documentation for the listener pattern.
warning
The endpoints themselves are not a supported public API. Controllers are marked @internal and may change in any
release without a deprecation path. Do not build integrations against them; use these events to react to what they
return instead.