By: Prabhu R user 28 Jun 2015 at 11:38 p.m. CDT

2 Responses
Prabhu R gravatar
As API for SAML is NOT available in gluu docs, we developed our own API using jersey REST. Steps we folllowed, 1. We took identity war file from gluu server /opt/tomcat/webapps/identity 2. We wrote a java class with jersey REST service annotations and the logic to invoke SAML TrustRelationship add method, which is triggered from a XML file in identity war. 3. Compiled that as .class file and added that in identity war within gluu server 4. Tried to access that RESTful service from external servers as - https://gluuserver.com/identity/trustRelationships 5. It returns 404 NOT FOUND Error Kindly support us to develop, deploy and access API for SAML.

By Mohib Zico staff 03 Jul 2015 at 2:05 a.m. CDT

Mohib Zico gravatar
Prabhu, Let's open this request to our [Github](https://github.com/GluuFederation/oxTrust/issues) issue as 'enhancement'. As this is a community request from you, so we would love to invite open source world to participate as well.