[cas-user] cas jpa-ticket-registry with oauth-webflow javax.persistence.TransactionRequiredException

2019-07-12 Thread Ken Hopkins
I am trying to get a jpa-ticket-registry configured for CAS but I'm getting a TransactionRequiredException in CAS when my application tries to verify the login token with CAS. The exception is: javax.persistence.TransactionRequiredException: Executing an update/delete query at

[cas-user] Re: Logout workflow with Delegated Auth

2019-07-12 Thread Julien Gribonvald
After more debuging on this problem it seems that the session can't be retrieved whereas all element where saved in the session store. The requestContext doesn't contains any session at the logout process (event if the action is called before the terminateSessionState and so only a new session

Re: [cas-user] Configure CAS 5.3 with LDAP

2019-07-12 Thread Alex Samosir
Im trying your configuration in my cas And its return javax.naming.AuthenticationNotSupportedException: [LDAP: error code 8 - BindSimple: Transport encryption required.] And the CAS not loaded. Did I miss something? Im new to CAS, so Im just following new school documentation, how to

Re: [cas-user] Configure CAS 5.3 with LDAP

2019-07-12 Thread Alex Samosir
> Thank you so much for your answer. But can you guide me where and how to add selfsign certificate in the keystore file? >Ive tried use ldap with port 389. CAS is loaded, but when im trying to login with my username and password its return error. LDAP: error code 8 - BindSimple: Transport

Re: [cas-user] Configure CAS 5.3 with LDAP

2019-07-12 Thread matrix
You need to add the self sign certificate in thekeystore file of CAS, also check of the port 636 is open or not. Actually you don't need ldaps for cas authentication. Bellow is my ldap config which works for me. Check whether your ports are open or not. cas.authn.ldap[0].principalAttributeList

Re: [cas-user] Configure CAS 5.3 with LDAP

2019-07-12 Thread Alex Samosir
Yes. Because Its in my local PC. On Friday, July 12, 2019 at 8:03:24 AM UTC+7, casuser wrote: > > Are you using a self signed certificate? > > > On Fri, Jul 12, 2019 at 12:12 AM Alex Samosir > wrote: > >> Im trying to connect CAS with my LDAP Server. And im following The New >> School Tutorial