[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CreateAuthentic...

noreply at shibboleth.net noreply at shibboleth.net
Thu Dec 26 17:25:06 EST 2013


Author: tzeller
Date: Thu Dec 26 17:25:06 2013
New Revision: 5088

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5088&view=rev
Log:
Added TODO to make the create authn context action profile generic.

Modified:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CreateAuthenticationContext.java

Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CreateAuthenticationContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CreateAuthenticationContext.java?rev=5088&r1=5087&r2=5088&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CreateAuthenticationContext.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/CreateAuthenticationContext.java Thu Dec 26 17:25:06 2013
@@ -60,6 +60,8 @@
             return ActionSupport.buildEvent(this, EventIds.INVALID_MSG_CTX);
         }
 
+        // TODO tz This action should be profile generic, not SAML 2 specific.
+        
         if (!(message instanceof AuthnRequest)) {
             log.debug("{} Inbound message was not a SAML 2 AuthnRequest", getLogPrefix());
             return ActionSupport.buildEvent(this, EventIds.INVALID_MSG_CTX);



More information about the commits mailing list