From 4a4a180ef127bbcdf0dd97f71431530f459bcacd Mon Sep 17 00:00:00 2001 From: Jonathan Perret Date: Fri, 19 Sep 2025 11:43:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(cnb)=20change=20supported=20name?= =?UTF-8?q?=5Fid=5Fformat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To comply with the CNB IdP we need to support urn:oasis:names:tc:SAML:2.0:nameid-format:transient. --- src/satosa/config/cnb/plugins/backends/saml2_backend.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/satosa/config/cnb/plugins/backends/saml2_backend.yaml b/src/satosa/config/cnb/plugins/backends/saml2_backend.yaml index 22ff1a3..27c034b 100644 --- a/src/satosa/config/cnb/plugins/backends/saml2_backend.yaml +++ b/src/satosa/config/cnb/plugins/backends/saml2_backend.yaml @@ -38,8 +38,7 @@ config: signing_algorithm: 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256' allow_unsolicited: true name_id_format: - - urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress - - urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified + - urn:oasis:names:tc:SAML:2.0:nameid-format:transient endpoints: assertion_consumer_service: - - //acs/post