Added WebAuth
This commit is contained in:
@@ -21,10 +21,10 @@ resource "keycloak_realm" "hexor" {
|
||||
ssl_required = "external"
|
||||
|
||||
web_authn_passwordless_policy {
|
||||
relying_party_entity_name = "Hexor"
|
||||
relying_party_id = "hexor.cy"
|
||||
signature_algorithms = ["ES256", "RS256"]
|
||||
user_verification_requirement = "required"
|
||||
relying_party_entity_name = "Hexor"
|
||||
relying_party_id = "hexor.cy"
|
||||
signature_algorithms = ["ES256", "RS256"]
|
||||
user_verification_requirement = "required"
|
||||
attestation_conveyance_preference = "none"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user