Fix format in saml response (#176)
This commit is contained in:
parent
c879ab1b50
commit
6c3ca54f1c
@ -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': {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user