Setting up a JBoss server to accept SAML requests

Posted on

My server only needs to be able to accept an https request from a external SAML enabled server and receive a SAML XML response. How can I do this? I am on JBoss v6 Enterprise.

Responses