Pedro Igor commented on Enhancement PLINK2-87

Please, can you take a look at the following quickstart ?

https://github.com/picketlink2/picketlink-quickstarts/tree/master/saml/employee-multi-protected

It is about a service provider with multiple security-constraints, one for each protected folder/resources. The key configuration is how you configure the ServiceURL in picketlink.xml.

You'll notice that we use a default entry point for the application using the "/sso/*" URI. This URI is also a protected resource and it is used as ServiceURL and will be used as the entry point for IDP-SP interactions.

If the user has previously requested, let's say, /admin/index.jsp, after the login the user will be redirected back to this page with all the state saved (parameters, cookies, etc).

Wondering if you can try it out and let us know if we need to consider something else.

Thanks.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira