From d0eceb92afaf3b985c011683b71e8b3129f5e1a3 Mon Sep 17 00:00:00 2001
From: Dominik Frantisek Bucik <bucik@ics.muni.cz>
Date: Tue, 6 Feb 2024 09:35:15 +0100
Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Add=20template=20f?=
 =?UTF-8?q?or=20`perun=5Fconnector`?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config_templates/perun_connector.yaml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 config_templates/perun_connector.yaml

diff --git a/config_templates/perun_connector.yaml b/config_templates/perun_connector.yaml
new file mode 100644
index 0000000..be3293b
--- /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
-- 
GitLab