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,
|
'@IssueInstant': authTimestamp,
|
||||||
'saml:Issuer': {
|
'saml:Issuer': {
|
||||||
'@xmlns:saml': 'urn:oasis:names:tc:SAML:2.0:assertion',
|
'@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,
|
'#text': idpIdentityId,
|
||||||
},
|
},
|
||||||
'samlp:Status': {
|
'samlp:Status': {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user