SAML 2.0 Attribute query request

Chauhan, Somya (ELS-CON) s.chauhan at elsevier.com
Fri Jun 2 07:50:19 EDT 2017


Hi All,

I need to make an attribute query request , I am trying to see the response from postman but getting :

401 - "SOAP client request not properly authenticated. SAML message Issuer=(SP) ::: https://xxxxxx.net. Authenticated identity=null"

Request:

<samlp:AttributeQuery ID="https://xxxxxxxx/4076.4C45F20-60C4-47BB-AFE1-95378C2D" Version="2.0"
IssueInstant="2017-05-19T18:46:30Z"
Destination="https://xxxxxxx.xxxxx.net/attrsvc.ssaml2"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<saml:Issuer>https://xxxxx.xxx.net</saml:Issuer<https://xxxxx.xxx.net%3c/saml:Issuer>>
  <saml:Subject>
    <saml:NameID Format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent">abcTest</saml:NameID>
  </saml:Subject>
  <saml:Attribute Name="isValid" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"/>
</samlp:AttributeQuery>

Along with this request I am passing the signed certificate and key to the client.

Can someone please provide some information where I am doing wrong. Is there anything wrong in the request body or it is something related to configuration issue?
Client has already added the key and cert at their end.

Is there any alternative  way to test the Attribute query?


Thanks,
Somya

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170602/71592e91/attachment.html>


More information about the users mailing list