Re: [cas-user] Re: CAS integration with multiple OpenID Providers

2019-01-22 Thread Jérôme LELEU
Hi, Starting with the version 5.3, you have the /clientredirect URL with the service and client_name parameters. You may use that. Thanks. Best regards, Jérôme Le mer. 23 janv. 2019 à 05:54, P Shreyas Holla a écrit : > > leleuj , we want to achieve something like* http://localhost:8080/cas >

[cas-user] I have a question about monitoring or logging.

2019-01-22 Thread SangHyun Kim
Hi I use CAS 5.3.2. Then I need monitoring system. So, I apply CAS monitoring setting. I can find session information in dashboard. Principal Ticket Granting Ticket Authentication Date Usage Count t...@test.com

[cas-user] Re: CAS integration with multiple OpenID Providers

2019-01-22 Thread P Shreyas Holla
leleuj , we want to achieve something like* http://localhost:8080/cas?client_name=AzureAdClient* for Azure and *http://localhost:8080/cas?client_name=GoogleClient *for google provider. Would this be possible? Thanks Shreyas On Tuesday, January 22, 2019 at 8:00:29 PM UTC+5:30, leleuj wrote: >

Re: [cas-user] masquerade as different user

2019-01-22 Thread Tepe, Dirk
Just to be clear, you did include 'cas-server-support-surrogate-webflow' in your dependencies, right? While you don't need the REST dependency, you do need that one. -dirk On Tue, Jan 22, 2019 at 4:30 PM Brian Gibson < gibson_br...@wheatoncollege.edu> wrote: > Hi everyone, > > Dirk, thanks for

[cas-user] Re: Issue: "Content is not allowed in Prolog"

2019-01-22 Thread Isaac Li
Today I ask my colleage for help to build, there is no error. I think it's problem of my work environment. On Tue, Jan 22, 2019 at 3:59 PM Isaac Li wrote: > Hello, > > Today when I do git clone g...@github.com:apereo/cas-overlay-template.git > and run: "gradlew clean build" > > >

Re: [cas-user] masquerade as different user

2019-01-22 Thread Brian Gibson
Hi everyone, Dirk, thanks for all the suggestions, I 'think' I am close. I created the c:\etc\cas\config\surrogates.json file and it looks like this... {     "bob": ["mary", "jim"] } and I am referencing the surrogates.json file from my cas.properties file like this...

Re: [cas-user] CAS Attribute

2019-01-22 Thread Ray Bon
John, What happens on the client side? Check client logs to see if email is being received. Ray On Tue, 2019-01-22 at 10:41 +0300, john adz wrote: Hi Ray, Thanks for your answer. I've done something, and I see e-mails in the logs. But I don't know how to send this email address to the

[cas-user] OAuth with Service Header Problem

2019-01-22 Thread Dylan Maxwell
I'm attempting to use OAuth with the optional service HTTP header (X-service or service) using the "client_credentials" grant type with CAS v6.0. I have three simple services registered: HTTP-100.json { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" :

[cas-user] Re: CAS integration with multiple OpenID Providers

2019-01-22 Thread leleuj
Hi, You can log in at Azure or Google via the authentication delegation feature: https://apereo.github.io/cas/6.0.x/configuration/Configuration-Properties.html#openid-connect-1 Choosing the OpenID Connect provider per service is a customization. Thanks. Best regards, Jéôme Le mardi 22

Re: [cas-user] CAS Attribute

2019-01-22 Thread john adz
I tried this way but I couldn't send the mail again. application.properties cas.authn.attributeRepository.jdbc.attributes.mail=email cas.authn.attributeRepository.defaultAttributesToRelease=mail cas.log INFO [org.apereo.cas.authentication.PolicyBasedAuthenticationManager] - 2019-01-22

Re: [cas-user] CAS Attribute

2019-01-22 Thread Michele Melluso
Could you try the same property without squared brackets? cas.authn.attributeRepository.*jdbc*.attributes.mail=email as described here? https://apereo.github.io/cas/5.0.x/installation/Configuration-Properties.html#jdbc On Tuesday, January 22, 2019 at 10:23:28 AM UTC+1, john adz wrote: > > Hi

[cas-user] Re: Issue with upgrading cas-management from 5.2 to 5.3

2019-01-22 Thread casuser
ds, Did you find any solution for this error? On Saturday, November 3, 2018 at 5:56:10 AM UTC+8, ste...@scarletmail.rutgers.edu wrote: > > > Hi, > > A while back I started looking at CAS 5.2.x to work toward upgrading our > 3.6 server. I got distracted by another project. I'm now looking to

Re: [cas-user] CAS Attribute

2019-01-22 Thread john adz
Hi Michele, I get an invalid property error when I use jdbc [0]. I'il try again and send the log. Because I am using cas 5.0.x. I think you said for 5.2. In the meantime, I can understand how the mail sent mail. Thanks, On Tue, Jan 22, 2019 at 11:38 AM Michele Melluso wrote: > Hi, > I was

[cas-user] Re: Cas with OAUTH logout not working

2019-01-22 Thread Gopal Krishna
anyone who can help me on this, its urgent as its a go-live blocker On Friday, December 21, 2018 at 3:00:31 PM UTC+5:30, Gopal Krishna wrote: > > Hi , i have configured CAS with Azure OpenID in my application. When user > tries to logout i am invalidating TGT using CAS API "/v1/tickets" API,

[cas-user] Re: CAS integration with multiple OpenID Providers

2019-01-22 Thread P Shreyas Holla
Suppose we have User1 and User2. 1)Whenever user1 acesses the application URL, he has to be redirected to google login page, 2) Whenever user2 acesses the application URL, he has to be redirected to microsoft Azure login page. On Tuesday, January 22, 2019 at 2:20:25 PM UTC+5:30, P Shreyas

[cas-user] CAS integration with multiple OpenID Providers

2019-01-22 Thread P Shreyas Holla
We need to integrate CAS with multiple OpenID Providers like with Google and Azure. How can we achieve it? -- - 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

Re: [cas-user] CAS Attribute

2019-01-22 Thread Michele Melluso
Hi, I was wrong, please ignore my previous answer. Looking at your configuration I think you may be using the wrong properties to select attributes: cas.authn.attributeRepository.attributes.mail=email both in my configuration and here:

Re: [cas-user] CAS Attribute

2019-01-22 Thread Michele Melluso
Looking at your configuration I think you should replace in defaultattributesToRelease property the value email with mail. That is because you defined an attribute called "mail" populated with the "email" field. The the new attribute "mail" is what you want to release.

[cas-user] Issue: "Content is not allowed in Prolog"

2019-01-22 Thread Isaac Li
Hello, Today when I do git clone g...@github.com:apereo/cas-overlay-template.git and run: "gradlew clean build" F:\John\Code\CAS\cas-overlay-template>gradlew clean build > Task :bootWar [Fatal Error] commons-parent-42.pom:2:1: 前言中不允许有内容。 (I believe it's said "Content is not allowed in Prolog"