From 6c3ca54f1cafe9031aaf1d3ee264458ce7f2aaed Mon Sep 17 00:00:00 2001 From: Aswin V Date: Mon, 15 May 2023 23:40:32 +0530 Subject: [PATCH] Fix format in saml response (#176) --- utils/response.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/response.ts b/utils/response.ts index bcc49cc..0e1a27f 100644 --- a/utils/response.ts +++ b/utils/response.ts @@ -87,7 +87,7 @@ const createResponseXML = async (params: { '@IssueInstant': authTimestamp, 'saml:Issuer': { '@xmlns:saml': 'urn:oasis:names:tc:SAML:2.0:assertion', - '@Format': 'urn:oasis:names:tc:SAML:2.0:assertion', + '@Format': 'urn:oasis:names:tc:SAML:2.0:nameid-format:entity', '#text': idpIdentityId, }, 'samlp:Status': {