Skip to Content.
Sympa Menu

shibboleth-dev - extending IdPProtocolHandler

Subject: Shibboleth Developers

List archive

extending IdPProtocolHandler


Chronological Thread 
  • From: "Tom Scavo" <>
  • To: "Shibboleth Development" <>
  • Subject: extending IdPProtocolHandler
  • Date: Sun, 4 Jun 2006 10:32:13 -0400
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gyadb7XuzG1OUuntmIdVQXdz57Ecp0p7dGyQTgVOUIoymxcGoIr6q8KY17sjB/XRL89GA5VzVkFKtVQp7SQ4K+oZocOdfnsxeQ0VEJwyy9wbBILpbeee2BiDvesDiKdUVPmFBynDYzY1Nf0hjx+6snRi3pcLjcUz2I09jYJO0qc=

Are there plans to alter or enhance the IdPProtocolHandler interface
in 2.x? The current interface is understandably biased towards the
SAML over SOAP over HTTP:

public SAMLResponse processRequest(
HttpServletRequest request, HttpServletResponse response,
SAMLRequest samlRequest, IdPProtocolSupport support)
throws SAMLException, IOException, ServletException;

Specifically, will arbitrary SOAP-based services (over HTTP) be
supported? (Won't this be needed for Liberty ID-WSF anyway?)

Tom



Archive powered by MHonArc 2.6.16.

Top of Page