diff --git a/config_templates/perun_connector.yaml b/config_templates/perun_connector.yaml new file mode 100644 index 0000000000000000000000000000000000000000..be3293bdb06bdad9a0b9155a3bbbac2b347dd9b9 --- /dev/null +++ b/config_templates/perun_connector.yaml @@ -0,0 +1,20 @@ +--- + +attributes_manager_config: + adapters: + - type: "openApi" + priority: 1 + host: "https://api-dev.perun-aai.org/ba/rpc" + auth_type: "BasicAuth" + username: "sampleuser" + password: "samplepassword" + rp_id_attribute: "urn:perun:facility:attribute-def:def:rpIdentifier" +attributes_map: + "urn:perun:user:attribute-def:def:mfaEnforceSettings:sampleNamespace": + id: 1 + type: "java.lang.String" + ldap: + "urn:perun:user:attribute-def:def:mfaTokenTypes:sampleNamespace": + id: 2 + type: "java.util.ArrayList" + ldap: \ No newline at end of file