Each Claim Checker will check a specific header parameter.
Alias | Checked claim |
---|---|
{{ alias }} | {{ data.claim }} |
There is no registered claim checker |
The following table list all claims parameters checked by the Claim Checker Managers.
Status | Claims to check | Mandatory claims | Checked claims | Error |
---|---|---|---|---|
Success | {{ profiler_dump(event.seek("claims")) }} | {{ profiler_dump(event.seek("mandatoryClaims")) }} | {{ profiler_dump(event.seek("checkedClaims")) }} | --- |
Failure | {{ profiler_dump(event.seek("claims")) }} | {{ profiler_dump(event.seek("mandatoryClaims")) }} | --- | {{ profiler_dump(event.seek("throwable")) }} |
No checked claims |