From cf0d9ec36871e64bb0a9545a51cd8b7d81b86a46 Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Wed, 28 Jan 2026 13:55:40 +0100 Subject: [PATCH] Make requestmethod for AA/invite explicit to avoid warnings --- .../attribute_aggregation/templates/attributeAuthorities.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/attribute_aggregation/templates/attributeAuthorities.yml.j2 b/roles/attribute_aggregation/templates/attributeAuthorities.yml.j2 index ff7b79e17..c98fbd4c7 100644 --- a/roles/attribute_aggregation/templates/attributeAuthorities.yml.j2 +++ b/roles/attribute_aggregation/templates/attributeAuthorities.yml.j2 @@ -98,6 +98,7 @@ authorities: password: "{{ aa.invite_password }}", timeOut: 5000, type: "rest", + requestMethod: "GET", pathParams: [ { index: 1, sourceAttribute: "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" } ],