@@ -123,6 +125,8 @@ Add an instance of the auth proc filter with example configuration `authswitcher
...
@@ -123,6 +125,8 @@ Add an instance of the auth proc filter with example configuration `authswitcher
],
],
```
```
You can override which AuthnContextClassRefs are treated as password authentication (`password_contexts`) and MFA authentication (`mfa_contexts`). It is recommended to keep the contexts supported by default, e.g. by merging arrays. If you set `contexts_regex` to `true` and a value in one of these options is a regular expression (wrapped in `/`), all contexts matching the expression are matched (but the regular expression is never used as a response).
## MFA tokens
## MFA tokens
This module expects that there will be a user attribute (`$attributes` aka `$state['Attributes']`) with
This module expects that there will be a user attribute (`$attributes` aka `$state['Attributes']`) with