When working with authentication actions it can be hard to know what attributes that currently are being processed. The Debug Attribute Action can be placed after any step in the actions pipeline, and will cause a prompt each time it is called, showing the current attributes.
An example of configuring this action in the admin UI is shown in the following figure:
Fig. 103 Configuring the debug attribute action
This will result in the following prompt:
Fig. 104 Using the debug attribute action
Warning
This action is intended for debug purposes only. It should never be used in production.
This action is open source and the code and documentation can be found on the action’s GitHub project page.