Skip to content

Commit

Permalink
typo corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mspanik committed Apr 20, 2023
1 parent b5ab83e commit d62da45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/diag/troubleshooting/authorizations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ The configuration issues listed in this section are commonly seen in midPoint de
=== Request and Execution

There are two phases: request and execution.
The operation needs to be allowed in* both phases* to proceed.
The operation needs to be allowed in *both phases* to proceed.
Common issue is that the operation is allowed in the request phase, but it is not allowed in execution phase.

Special note about *assign/unassign authorizations*: assgin/unassign authorizations make sense only in the request phase.
Special note about *assign/unassign authorizations*: assign/unassign authorizations make sense only in the request phase.
The primary goal of these authorizations is to limit the _targets_ of assignment.
And that is processed only in the request phase.
All that execution phase can see is just a modification of the `assignment` container.
Expand Down

0 comments on commit d62da45

Please sign in to comment.