Look at the Reference Guide: http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/sso.html
You configure valve in context.xml file. If you login using your IdP site then you probably have some kind of token present in request (cookie or something) right? Recognize this in a valve and then authenticate user. You can see the code I showed you to check what is needed. For example: http://anonsvn.jboss.org/repos/portal/modules/identity/branches/JBP_IDENTITY_BRANCH_1_0/sso/src/main/org/jboss/portal/identity/sso/opensso/OpenSSOAuthenticationValve.java Just swap opensso api calls with stuff specific for your provider. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135530#4135530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135530 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
