Call existing .svc client with urn:oasis:names:tc:SAML:2.0:assertion

  • Thread starter Thread starter Somdeep Guha Niyogi
  • Start date Start date
S

Somdeep Guha Niyogi

Guest
Dear All,


I am new to .net and Need to convert a piece of Java Code to c#. The code is used to get SAML authentication for the .svc client with the following

private static final String XMLNS_WSSSEC = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
private static final String XMLNS_SAML_ASSERTION = "urn:oasis:names:tc:SAML:2.0:assertion";
private static final String XMLNS_PREFIX_SAML = "saml";


There is another url which helps me to recieve the Signature.

Thanks a lot in Advance.


BR

Continue reading...
 
Back
Top