25 lines
No EOL
1.3 KiB
Text
Executable file
25 lines
No EOL
1.3 KiB
Text
Executable file
== Policy Evaluation Tool
|
|
|
|
When designing your policies, you can simulate authorization requests to check how your policies are being evaluated.
|
|
|
|
The *Policy Evaluation Tool* can be accessed by clicking the `Evaluate` tab when editing a resource server. There you may provide different inputs to simulate real authorization requests and check the effect of your policies.
|
|
|
|
image:../../images/policy-evaluation-tool.png[alt="Policy Evaluation Tool"]
|
|
|
|
=== Providing Identity Information
|
|
|
|
The *Identity Information* filters can be used to specify the user asking for permissions.
|
|
|
|
You can also click *Entitlement* button to obtain all permissions for the user your selected.
|
|
|
|
=== Providing Contextual Information
|
|
|
|
The *Contextual Information* filters can be used to define additional attributes to the evaluation context, so that policies can obtain these same attributes.
|
|
|
|
=== Providing the Permissions
|
|
|
|
The *Permissions* filters can be used to build an authorization request. There you can ask for permissions for a set of one or more resources and scopes. In case you want
|
|
to simulate authorization requests based on all protected resources and scopes, click on the `Add` button without provide any `Resources` and `Scopes`.
|
|
|
|
|
|
When you've filled in the necessary values, click the `Evaluate` button to yield a result. |