diff --git a/roles/manage/templates/metadata_configuration/institution.schema.json.j2 b/roles/manage/templates/metadata_configuration/institution.schema.json.j2 index ac8f66e83..67e2b1557 100644 --- a/roles/manage/templates/metadata_configuration/institution.schema.json.j2 +++ b/roles/manage/templates/metadata_configuration/institution.schema.json.j2 @@ -7,10 +7,6 @@ "eid": { "type": "number" }, - "name": { - "type": "string", - "minLength": 1 - }, "entityid": { "type": "string", "minLength": 1 @@ -28,6 +24,9 @@ "verify_email": { "type": "boolean" }, + "sso_registration_bypass": { + "type": "boolean" + }, "allowed_second_factors": { "type": "array", "items": { @@ -36,7 +35,8 @@ "yubikey", "tiqr", "webauthn", - "sms" + "sms", + "azuremfa" ] } }, @@ -74,7 +74,8 @@ "type": "string", "enum": [ "freerider", - "full" + "full", + "freerider met azuremfa" ], "default": "freerider" }, @@ -106,7 +107,6 @@ } }, "required": [ - "name", "entityid", "identifier", "stepup-client" diff --git a/roles/manage/templates/metadata_configuration/sfo.schema.json.j2 b/roles/manage/templates/metadata_configuration/sfo.schema.json.j2 index a96c321e9..7314238e1 100644 --- a/roles/manage/templates/metadata_configuration/sfo.schema.json.j2 +++ b/roles/manage/templates/metadata_configuration/sfo.schema.json.j2 @@ -7,10 +7,6 @@ "eid": { "type": "number" }, - "name": { - "type": "string", - "minLength": 1 - }, "entityid": { "type": "string", "minLength": 1 @@ -56,10 +52,10 @@ } }, "allow_sso_on_2fa": { - "type": "boolean" + "type": "boolean" }, "set_sso_cookie_on_2fa": { - "type": "boolean" + "type": "boolean" }, "revisionid": { "type": "number" @@ -88,7 +84,6 @@ } }, "required": [ - "name", "entityid", "public_key", "acs",