Re: [cas-user] Stumped on attribute release in CAS 5.1

2018-02-27 Thread Toby Archer
Thanks everyone for the help. I've got attributes showing up now. It seems that it was entirely the protocol issue. It took me a little but I managed to delve into the library I was using and figure out how to get CAS 3.0 working on it. Thanks for the tip Mike. I will keep that in mind for

Re: [cas-user] Stumped on attribute release in CAS 5.1

2018-02-26 Thread michael kromarek
If you want to release attributes under CAS 2.0 protocol, here ( https://kogentadono.com/2017/08/30/attribute-release-cas-5-1-x-for-cas-2-0-protocol/) is a post I wrote up a while back. Also, attached is the file you'll need to put in your war overlay to make release work. It should live in

Re: [cas-user] Stumped on attribute release in CAS 5.1

2018-02-26 Thread Ray Bon
Toby, It looks like your client is using CAS 2.0 protocol. Attribute release can be done with SAML 1.1 and CAS 3.0 protocol. Ray On Mon, 2018-02-26 at 07:41 -0800, Toby Archer wrote: With the addition of those loggers and a little tweeking I got some info that should be useful. Firstly:

Re: [cas-user] Stumped on attribute release in CAS 5.1

2018-02-26 Thread Toby Archer
With the addition of those loggers and a little tweeking I got some info that should be useful. Firstly: 2018-02-26 15:36:46,731 DEBUG [org.apereo.cas.services.AbstractRegisteredServiceAttributeReleasePolicy] - 2018-02-26 15:36:46,731 DEBUG

Re: [cas-user] Stumped on attribute release in CAS 5.1

2018-02-23 Thread Ray Bon
In the project in etc/cas/config there is a log4j.xml. When you say 'gradle to build CAS' do you mean the cas-gradle-overlay-template or cas proper? Use an overlay unless you are planning on developing CAS. https://github.com/apereo/ Ray On Fri, 2018-02-23 at 13:57 -0800, Toby Archer wrote:

Re: [cas-user] Stumped on attribute release in CAS 5.1

2018-02-23 Thread Toby Archer
That sounds like a good idea. Pardon my ignorance, but I'm not sure where to place those logger definitions. I'm using gradle to build CAS and I don't see any xml files in the build process or in the configuration files. On Friday, February 23, 2018 at 3:39:31 PM UTC-6, rbon wrote: > > Toby, >

Re: [cas-user] Stumped on attribute release in CAS 5.1

2018-02-23 Thread Toby Archer
I'm using CAS-Flask because it's quick and easy to test with. I have it printing out all attributes it recieves from CAS, it is receiving none. So I expect to recieve a list of my name, last name, and email, but get nothing. But perhaps I'm testing

Re: [cas-user] Stumped on attribute release in CAS 5.1

2018-02-23 Thread Ray Bon
Toby, You may need to adjust your service (service registry) to allow the attributes to be released. These log settings may be useful: Ray On Fri, 2018-02-23 at 12:36 -0800, Toby Archer wrote: I'm trying to figure out how to do attribute release and haven't

Re: [cas-user] Stumped on attribute release in CAS 5.1

2018-02-23 Thread Misagh Moayyed
What do you expect to happen, and what is actually happen that you consider erroneous? How are you testing the attribute release bit? Not having verified every setting, your config below says: authenticate with ldap, fetch attributes from ldap and release 3 attributes to any and all