Weblogic with SAML- How to exclude URLs from SAML SSO in Redirect URI
Hi All,
Bi Publisher is configured with SAML SSO and working as expected. We have a requirement to exclude the BI publisher rest services from SAML SSO, we want to use basic authentication for REST services.
How can we exclude a particular url from SAML ?
for instance:
/xmlpserver/* -> everything goes to SAML SSO
Only below URLs should go to SAML
/xmlpserver
/xmlpserver/servlet/*
Below URLs should not go to SAML, should use basic auth
/xmlpserver/services/*
Regards