Fix format in saml response (#176)

This commit is contained in:
Aswin V 2023-05-15 23:40:32 +05:30 committed by GitHub
parent c879ab1b50
commit 6c3ca54f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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': {