cas validation from apache

22 views
Skip to first unread message

Anders Collstrup

unread,
Sep 22, 2021, 4:45:52 AM9/22/21
to CAS Community
Hi,

I want to use use mod_auth_cas to give a handfull of users access to a sensitive site.
Only 4-5 users will have access.

Is there anyway I can use someting like:
<Location /secured>
  Authtype CAS Require cas-attribute "username":user1,user2,user3 ?
</Location>

And what is the attribute name CAS releases for "username"?

/Anders

Anders Collstrup

unread,
Sep 22, 2021, 6:08:46 AM9/22/21
to CAS Community, Anders Collstrup
I found the solution. I was using apache 2.4

So the correct configuration was:
<Location /secured>
  Authtype CAS 
  Require user user1 user2 user3
</Location>

/Anders

Reply all
Reply to author
Forward
0 new messages