[undertow-dev] PicketLink SAML SSO Usecase running with Undertow in JUnit

Anil Saldhana Anil.Saldhana at redhat.com
Thu Dec 19 16:59:26 EST 2013


I want to add that this JUnit testcase uses Undertow as an embeddable 
web container. I make use of the Undertow API (Builder/DeploymentInfo).

Next step for me would be to utilize the ServletExtension feature of 
Undertow and get things working in WildFly for PicketLink SAML SSO.

On 12/19/2013 01:30 PM, Anil Saldhana wrote:
> Finally saw success today with
> https://github.com/anilsaldhana/picketlink-bindings/blob/undertow/picketlink-wildfly-common/src/test/java/org/picketlink/test/identity/federation/bindings/wildfly/SPInitiatedSSOWorkflowTestCase.java
>
> Some relevant code is
> https://github.com/anilsaldhana/picketlink-bindings/blob/undertow/picketlink-wildfly-common/src/main/java/org/picketlink/identity/federation/bindings/wildfly/sp/SPFormAuthenticationMechanism.java
> https://github.com/anilsaldhana/picketlink/blob/master/modules/federation/src/main/java/org/picketlink/identity/federation/web/filters/IDPFilter.java
>
> Please pardon the dust.
>



More information about the undertow-dev mailing list