{% extends('@PimcoreOpenIdConnect/layout.html.twig') %} {% block title %}Pimcore OpenID Connect Debugging{% endblock %} {% block content %}

Pimcore OpenID Connect Debugging Tool

Choose one of the configured OpenID Connect Providers and see what their response looks like:

{% for provider in providers %}
{{ provider }}
{% endfor %}
{% endblock %}