Selector (include_expr)
Determines whether an authenticator should be displayed or not
Overview
With include_expr you can that control if an option for the Selector authenticator should be displayed or not.
Supported scopes are export, request and session.
Common examples
The value in LOA must be less than 3 while spEntityID must contain a specific value "
include_expr": "exports.spEntityID === 'https://dev.fortifiedid.se/pwdreset/'"
spEntityID must not contain any of the tw values
"include_expr": "!(exports.spEntityID === 'https://dev.fortifiedid.se/pwdreset/' || exports.spEntityID === 'https://dev.fortifiedid.se/enrollment/')"
Last updated