Re: [cas-user] Re: CAS documentation for a new user is terrible

2019-05-17 Thread Va Sja
Hello rbon, I am already build, install, configured almost ALL variants from Github and around. My problem is - after "successfully" configured the CAS-server I have no glue about "what is the next step!?". The server works fine, but there are no one line description "how it is possible to

[cas-user] CAS 5.3.8 - SAML2 IdP - match found for service in registry but the match is not defined as a SAML service

2019-05-17 Thread Nicola Boldrin
Hi all, I'm trying to configure CAS 3.5.8 to be SAML2 IdP; I'm trying to do an SSO login with a Spring sample app too ( https://github.com/spring-projects/spring-security-saml). When the sample app send auth request, CAS says "Application Not Authorized to Use CAS". Below the log's messages

[cas-user] Cas5.3.0 Zì dìngyì dēnglù rènzhèng 15/5000 Cas5.3.0 custom login authentication

2019-05-17 Thread 李雁敏
In the cas, the authentication is customized, but after accessing the custom login authentication, I found that when logging in multiple systems, single sign-on is not possible. Please give me some suggestions. -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

Re: [cas-user] Re: CAS documentation for a new user is terrible

2019-05-17 Thread Alberto Cabello Sánchez
On Thu, 16 May 2019 09:35:21 -0400 David Curry wrote: > Va, > > The link I gave you was to documentation that I developed for use in my > organization. It was produced to meet our needs (not yours) and it does > that quite well. We contributed it to the community in the hopes that > others

Re: [cas-user] phpCAS logging logins

2019-05-17 Thread Alberto Cabello Sánchez
On Thu, 16 May 2019 15:38:51 -1000 Austin wrote: > Hello CAS-Users, > > I am using phpCAS 1.3.7 and have the basic functionality working using > your simple example, which I include on all of the pages I want to be > authenticated. However, I would also like to log the user logins in my >

Re: [cas-user] Cas5.3.0 Zì dìngyì dēnglù rènzhèng 15/5000 Cas5.3.0 custom login authentication

2019-05-17 Thread Ray Bon
What are your customizations? What is in the debug logs? Ray On Fri, 2019-05-17 at 01:36 -0700, 李雁敏 wrote: In the cas, the authentication is customized, but after accessing the custom login authentication, I found that when logging in multiple systems, single sign-on is not possible. Please

Re: [cas-user] phpCAS logging logins

2019-05-17 Thread Ray Bon
Austin, You do not have to include the log in code on every page. Have a check for the user logged in on every page (more below) except the login page which will perform the example code. When log in is complete, after forceAuthentication, you can write to the log and add an identifier to the

Re: [cas-user] Re: CAS documentation for a new user is terrible

2019-05-17 Thread Ray Bon
Va, It sounds like you are trying to build a client application. https://github.com/apereo/java-cas-client If you are using spring, https://docs.spring.io/spring-security/site/docs/4.2.x/reference/html/cas.html Here is a tutorial, https://www.baeldung.com/spring-security-cas-sso There are

Re: [cas-user] phpCAS logging logins

2019-05-17 Thread Austin
A co-worker of mine found this function that seems to work for what I need phpCAS::setPostAuthenticateCallback('mycallbackfunction'); https://apereo.github.io/phpCAS/api/group__publicAuth.html#gaef46bf2c415a72f1e81a1bf3a75b1324