Keys

This table lists all keys registered as service through the bundle configuration or the Configuration Helper.
For each key, it shows the result of the analyze performed on the key.

{% if not collector.getData().key.jwk is empty %} {% for id, data in collector.getData().key.jwk %} {% endfor %} {% else %} {% endif %}
Service ID Key Analyze Result
{{ id }} {{ profiler_dump(data.jwk) }} {% if data.analyze.count() == 0 %} No message. All good! {% else %}
    {% for message in data.analyze %}
  • {{ message.getMessage() }}
  • {% endfor %}
{% endif %}
No registered key