jboss-developer / jboss-picketlink-quickstarts

The quickstarts demonstrate PicketLink and a few additional technologies. They provide small, specific, working examples that can be used as a reference for your own project.
96 stars 187 forks source link

Any sample for using PicketLink authentication (IdentityManager) with SAML2 Federation? #19

Closed philiptran closed 10 years ago

philiptran commented 10 years ago

Hi,

Is there any sample for using PicketLink authentication in place of JAAS with SAML2 Federation?

Thank you.

pedroigor commented 10 years ago

Hey Philip,

With the release of 2.7.0.Beta1, we have everything set to integrate SAML with PicketLink Base and IDM modules.

A new quickstart is being created to showcase that. For now, if you want an example, please take a look here: https://github.com/pedroigor/jboss-wfk-quickstarts/tree/token-store-saml/contacts-mobile-picketlink-secured/src/main/java/org/jboss/quickstarts/wfk/contacts/security/authentication.

philiptran commented 10 years ago

Thanks Pedro Igor for the link.