Hello, I am integrating Saml SP thing by using the Pac4j-j2ee package and its filter.
Here I have done things like :
1. Configuration making things using config and
2. Configured filters
3. AzureIDP
In some applications, I have different logins for 2 features, which means 2 logins :
1. Commerce:
https://localhost:8443/commerce/control/main login2. Fulfillment:
https://localhost:8443/fulfilment/control/main l
ogin - For
commerce login and logout, I have configured IDP for that
- But I have to use the same IDP with the
fulfillment login also but for that, I can't handle the request in commerce/callback because after that I have a redirect on fulfillment which cleans the session. and other issues
can you suggest the preferred way to deal with this situation?