[cas-user] Re: How to get CAS JDBC attributes if client NOT using CAS protocol

2017-12-21 Thread Edward
DEBUG [org.apereo.cas.support.oauth.web.endpoints.OAuth20UserProfileControllerController] - kindly correct if my understanding is wrong. Thanks all. On Thursday, 21 December 2017 19:01:42 UTC+8, Edward wrote: > > hi all > i am using CAS 5.1.6, and i have successfully 'casify' my web-ap

[cas-user] How to get CAS JDBC attributes if client NOT using CAS protocol

2017-12-21 Thread Edward
hi all i am using CAS 5.1.6, and i have successfully 'casify' my web-application by adding 4 CAS client filter in my web.xml as per this guide: https://wiki.jasig.org/display/casc/configuring+the+jasig+cas+client+for+java+in+the+web.xml i have configure JDBC attributes release and its working

[cas-user] Re: CAS 5.2 Getting more attributes from CAS than just user id

2017-12-21 Thread Edward
Hi Jony you may refer to this guide https://apereo.github.io/2017/02/22/cas51-dbauthn-tutorial/ i have tried it and it work like charm. ;) On Thursday, 21 December 2017 16:08:40 UTC+8, J0ny Trinh wrote: > > I update a little > > Vào 14:26:05 UTC+7 Thứ Năm, ngày 21 tháng 12 năm 2017, J0ny Trinh

[cas-user] Re: How to Force logout ?

2017-11-21 Thread Edward
hi, maybe too late, but i just post anyway, maybe others might find it useful. this is my steps to enable CAS status/dashboard url 1. add below in your cas.properties cas.monitor.endpoints.enabled=true cas.monitor.endpoints.sensitive=false cas.monitor.endpoints.dashboard.enabled=true

[cas-user] Re: CAS 5.1 Single Log Out Help

2017-11-20 Thread Edward
Hi Divyesh, Which CAS version you used? i have same use-case as you, maybe we can help each other out. These are my steps: 1. in CAS service management for application A, go to "Logout" tab, and put your application A logout URL there 2. do the same for application B 3. when you execute logout

[cas-user] Re: CAS 5.1 Single Log Out Help

2017-11-20 Thread Edward
Hi Divyesh, Which CAS version you used? i have same use-case as you, maybe we can help each other out. These are my steps: 1. in CAS service management for application A, go to "Logout" tab, and put your application A logout URL there 2. do the same for application B 3. when you execute logout

[cas-user] Re: CAS 5.1.3 - Map Single log out request to current client app session

2017-11-02 Thread Edward
7 19:14:25 UTC+8, Edward wrote: > > Hi All, > I am using CAS 5.1.3 > and have configured Single Log Out for my CAS Oauth2 client. > > from the cas.log, once i trigger CAS-Logout from this url: ( > https://mydomain.com:8443/cas/logout), CAS did successfully send this > logout m

[cas-user] CAS 5.1.3 - Map Single log out request to current client app session

2017-11-02 Thread Edward
Hi All, I am using CAS 5.1.3 and have configured Single Log Out for my CAS Oauth2 client. from the cas.log, once i trigger CAS-Logout from this url: (https://mydomain.com:8443/cas/logout), CAS did successfully send this logout message to my client app.: @NOT_USED@

[cas-user] Re: How to get google attributes in PAC4J

2017-10-25 Thread Edward
Hi All, Thank you very much for your response: 1. my scope for google is: cas.authn.pac4j.google.scope=EMAIL_AND_PROFILE 2. after add logging.level.org.pac4j=DEBUG i can see in the log that google return lot of attributes: 2017-10-26 11:56:34,573 INFO

[cas-user] How to get google attributes in PAC4J

2017-10-23 Thread Edward
Hi All i have implemented CAS delegate auth using PAC4J, CAS version: 5.1.4 after login via google, and call user profile URL, ("https://mydomain.com:8443/cas/oauth2.0/profile;) value returned from CAS was only this: { "attributes": { "clientName": "Google" }, "id":

[cas-user] Re: how to add multiple clients in CAS delegate authentication

2017-10-19 Thread Edward
my CAS server that need to integrate to those oauth IP. Please bear with my noob mistake ;). thanks all. On Tuesday, 17 October 2017 11:45:29 UTC+8, Edward wrote: > > Hi All > i am using cas-server 5.1.3, and implement delegate authentication to > google. > i have configu

[cas-user] how to add multiple clients in CAS delegate authentication

2017-10-16 Thread Edward
Hi All i am using cas-server 5.1.3, and implement delegate authentication to google. i have configured below in my cas.properties and login via google working fine. cas.authn.pac4j.google.id=my-app1-clientId cas.authn.pac4j.google.secret=my-app1-secret the problem is what if i want to register

[cas-user] Re: CAS 5.1.2 step by step documentation

2017-09-21 Thread Edward
Hi Bob i am exactly at same point as you now. just finish buid and deploy both cas server & cas-management server. i also able to configure cas-server authentication to connect to DBMS instead of using static user casuser/Mellon way to do it is just follow this tutorial:

[cas-user] Re: Unable to build maven package for cas-services-management-overlay - "Failed to execute goal com.github.s4u.plugins:pgpverify-maven-plugin:1.1.0:check (default) on project cas-overlay: C

2017-09-18 Thread Edward
Hi, i am having same issue, the rootcause is because my office ISP block the site, u could try with different internet provider On Wednesday, 12 July 2017 05:24:17 UTC+8, crdaudt wrote: > > I am attempting to install the CAS Services Management webapp for the > first time on a new CAS 5.1.x