[java-identity-provider COMMIT] in /trunk/idp-authn-impl/src: main/java/net/shibboleth/idp/authn/impl/SendHTTPBasicAu...

noreply at shibboleth.net noreply at shibboleth.net
Tue Sep 3 11:02:49 EDT 2013


Author: scantor
Date: Tue Sep  3 11:02:48 2013
New Revision: 4742

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4742&view=rev
Log:
Basic-auth flow omitting the actual challenge.

Added:
    trunk/idp-authn-impl/src/main/resources/flows/jaas-basic-authn-beans.xml   (with props)
    trunk/idp-authn-impl/src/main/resources/flows/jaas-basic-authn-flow.xml   (with props)
Modified:
    trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/SendHTTPBasicAuthChallenge.java
    trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml
    trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SendHTTPBasicAuthChallengeTest.java

Modified: trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml?rev=4742&r1=4741&r2=4742&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml (original)
+++ trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml Tue Sep  3 11:02:48 2013
@@ -57,6 +57,20 @@
                 </list>
             </property>
         </bean>
+
+        <bean c:id="AuthenticationFlow/JAASBasic" class="net.shibboleth.idp.authn.AuthenticationFlowDescriptor"
+                p:passiveAuthenticationSupported="true"
+                p:forcedAuthenticationSupported="false"
+                p:lifetime="PT60M" p:inactivityTimeout="PT30M">
+            <property name="supportedPrincipals">
+                <list>
+                    <bean class="net.shibboleth.idp.saml.authn.AuthnContextClassRefPrincipal"
+                        c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" />
+                    <bean class="net.shibboleth.idp.saml.authn.AuthnContextClassRefPrincipal"
+                        c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:Password" />
+                </list>
+            </property>
+        </bean>
         
     </util:list>
 



More information about the commits mailing list