Skip to content

Commit

Permalink
Fix markdown formatting in stepup_callout.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh authored Nov 22, 2023
1 parent 8b61802 commit de2f660
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/stepup_callout.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ Engineblock picks the highest of any LoA configured in these places to enforce.

## Engineblock metadata configuration
### SP
#### metadata:coin:stepup:allow_no_token
#### `metadata:coin:stepup:allow_no_token`
**Type:** boolean

To continue with LOA 1 if no second factor token found. This goes for all
modes of LoA requirement, also per IdP-SP and via the PDP.

Note that this mode is very risky; the associated SP needs to do something with the resulting AuthnContextClassRef and take further measures based on the attained LoA level of the user.

#### metadata:coin:stepup:requireloa
#### `metadata:coin:stepup:requireloa`
The LOA minimally required for any login to this SP.

**Type:** string
**Example value:** `http://vm.openconext.org/assurance/loa2`


#### metadata:coin:stepup:forceauthn
#### `metadata:coin:stepup:forceauthn`
**Type:** boolean

Set the ForceAuthn flag in the callout authentication request to the Stepup Gateway for any authentication
Expand All @@ -35,7 +35,7 @@ Sign On on the second factor for this request.


### IdP
#### metadata:coin:stepup_connections
#### `metadata:coin:stepup_connections`

**Type:** object
* name: _entityId_,
Expand Down

0 comments on commit de2f660

Please sign in to comment.