Mark, If your web site uses some kind of session to persist authentication between requests, you could just have separate login resources for CAS or for an alternative authN/authZ method. Either one could establish the session and you could proceed from there.
Thanks, Carl Waldbieser ITS Lafayette College On Thu, Feb 18, 2021 at 12:22 PM Mark Wood <[email protected]> wrote: > We would like to support access to a service by both our CAS users and a > table of "local" users in a file or database. Is there a way to get HTTPD > to consult both of these modules for the same location? (The use of > "AuthType CAS" suggests that the answer is "no": only one AuthType can be > declared for a location.) > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > 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/b232e278-5d35-4d37-9705-cb9bb9f934f0n%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/b232e278-5d35-4d37-9705-cb9bb9f934f0n%40apereo.org?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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/CALt4NbMa-q_Ef6FXhJMn0e_ksDSQBcUemnf0KerY9Q56ucPaNw%40mail.gmail.com.
