Bigpicture project wants to require MFA from users logging into their REMS.
REMS uses OIDC authorization flow described here (https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth) in chapter 3.1.1 step one mfa parameter would need to be added to acr_values in a way described in chapter 3.1.2.1.
We would need to make this configurable in config.edn (require mfa yes - no)
Bigpicture project wants to require MFA from users logging into their REMS.
REMS uses OIDC authorization flow described here (https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth) in chapter 3.1.1 step one mfa parameter would need to be added to acr_values in a way described in chapter 3.1.2.1.
We would need to make this configurable in config.edn (require mfa yes - no)