I have not used Siteminder. It sounds like it sits in front of your
application.
CAS is configured as part of your application. For a java application
you set up filters and include the secured URIs:

  <filter-mapping>
    <filter-name>CAS Authentication Filter</filter-name>
    <url-pattern>/app1</url-pattern>
    <url-pattern>/app1/dir2/**</url-pattern>
    <url-pattern>/app1/dir4/*</url-pattern>
  </filter-mapping>

Each CAS client will have its own way of configuring protected pages.

Ray


On 16/02/17 07:05 PM, RJ Guroo wrote:
> I have a requirement to ignore SSO for subsequent folders within a
> protected folder.
>
> For example: We have to protect the URI, /app1/
>
> /app1/ should be protected
> /app1/dir1/ .. protected by the first rule
> /app1/dir2/ .. protected by the first rule
> /app1/dir2/ .. protected by the first rule
> /app1/dir3/ should be excluded or ignored by SSO.
> /app1/dir4/ .. protected by the first rule
> /app1/dir5/ .. protected by the first rule
> /app1/dir6/ .. protected by the first rule
>
> We cant protect individual directories, as the real list is so big.
>
> In Siteminder langauge, we used to root protect /app1/ and have the
> following in LocalConfig of the Web Agent
>
> IgnoreUrl="/app1/dir3/"
>
> This is a frequent requirement for us. How to go about this with CAS?
> -- 
> - CAS gitter chatroom: https://gitter.im/apereo/cas
> - CAS mailing list guidelines:
> https://apereo.github.io/cas/Mailing-Lists.html
> - CAS documentation website: https://apereo.github.io/cas
> - CAS project website: https://github.com/apereo/cas
> ---
> You received this message because you are subscribed to the Google
> Groups "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CACNfiMJHesWBDHLLfffS8Cq50chwOvADWvnjE8aB_g5hp6H%2B6g%40mail.gmail.com
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CACNfiMJHesWBDHLLfffS8Cq50chwOvADWvnjE8aB_g5hp6H%2B6g%40mail.gmail.com?utm_medium=email&utm_source=footer>.

-- 
Ray Bon
Programmer Analyst
Development Services, University Systems
2507218831 | CLE C023 | [email protected]

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/6daf2db9-8b35-246e-cbd9-b43814eb3199%40uvic.ca.

Reply via email to