Closed lmller closed 1 year ago
In case somebody stumbles upon this: it's possible via the attributes
of the keycloak_realm
resource:
resource "keycloak_realm" "my_realm" {
...
attributes = {
"acr.loa.map": "{\"low\":\"1\",\"high\":\"2\"}"
}
}
With Keycloak 18 we now got the option to define ACR to LoA mappings in the realm (in the "Login" tab)
Is this functionality already implemented in the terraform provider? (I couldn't find it)