Hi,
I have several applications working with JASIG-CAS for Single-Sign-On and want to include phpbb3 in it. I search for any CAS authentication type and what i found is a tutorial from 2007 which is no longer valid since even that module Apache2::AuthCAS doesn't exist anymore and it's now mod_auth_cas. In other applications I achieved SSO by setting in the application's auth type marked as "HTTP" or "Apache2". With phpbb3 it doesn't work since it doesn't recognize my previous login with CAS and I have to put my username and password manually in the application. This is what i have in my /etc/apache/mods-enabled/auth_cas.conf: CASCookiePath /var/cache/apache2/mod_auth_cas/ CASLoginURL https://sso.mydomain.com:8443/cas/login CASValidateURL https://sso.mydomain.com:8443/cas/serviceValidate CASValidateServer On CASDebug On Any ideas? I'm using phpBB3 version 3.0.9 and CAS 3.4.2.1. Thanks in advance. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
