mace-opensaml-users - site config question
Subject: OpenSAML user discussion
List archive
- From: "Garett Shulman" <>
- To: <>
- Subject: site config question
- Date: Mon, 15 Aug 2005 09:44:43 -0600
Hello, I am working on retrofitting our saml application
from the Novel SAML library to the OpenSAML 1.1 library. This seems to be going
quite well so far. However, I’ve gotten to some functionality from Novel
that I can’t seem to find in the javadocs for OpenSAML and was wondering
if anyone had any suggestions or comments. The snippet bellow is from the
filter servlet that sits in front of the application that we want to protect
with saml. This is from the function: validateArtifact(HttpServletRequest req,… Does OpenSAML have any similar functionality to the
functions on lines 141 & 147? Thanks a lot for any comments or suggestions
that might get me pointed in the proper direction. -Garett 140 // get
configuration objects 141
SAMLPrimarySiteConfig cfg = SAMLConfigContext.getConfig(req); 142 if (cfg ==
null) { 143
throw new SAMLException("Error, unable to load SAML config"); 144 } 145
getLogger().debug("SAML config found."); 146 // get
affiliate site based upon the source Id encoded in the artifact 147
SAMLTrustedSiteConfig scfg = cfg.getSiteBySourceId(artifact.getSourceID()); |
- site config question, Garett Shulman, 08/15/2005
- RE: site config question, Scott Cantor, 08/15/2005
Archive powered by MHonArc 2.6.16.