The following table lists all JWS Verifiers declared as services in your application configuration
or using the Configuration Helper.
Verifiers directly created through the JWS Verifier Factory cannot be listed.
Service ID | Algorithms |
---|---|
No verifier | |
{{ id }} |
|
The following tables list all tokens verified (or not) by the JWS Verifiers.
Failure reason is related to the key(s) used.
Status | JWS | Key set | Detached Payload (optional) | Signature index / Exception | Key used for verification |
---|---|---|---|---|---|
Success | {{ profiler_dump(event.seek("jws")) }} | {{ profiler_dump(event.seek("JWKSet")) }} | {% if not event.detachedPayload is null %}{{ profiler_dump(event.seek("detachedPayload")) }}{% else %}none{% endif %} | {{ event.signature }} | {{ profiler_dump(event.seek("JWK")) }} |
Failure | {{ profiler_dump(event.seek("jws")) }} | {{ profiler_dump(event.seek("JWKSet")) }} | {% if not event.detachedPayload is null %}{{ profiler_dump(event.seek("detachedPayload")) }}{% else %}none{% endif %} | --- | --- |