Re: [cas-user] Re: Grant Type password Not Working

2018-05-04 Thread John D Giotta
Hmm... actually I see this in the log before an exception. Unauthorized Service Access. Service [oauthclient] is not found in service > registry. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

Re: [cas-user] Re: Grant Type password Not Working

2018-05-04 Thread John D Giotta
Okay! Better! Now I get an invalid_grant in the response. -- - 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 this message because you are subscribed to the

Re: [cas-user] Re: Grant Type password Not Working

2018-05-04 Thread John D Giotta
It is almost like the /etc/cas/services is ignored. I only see 3 services registering and when I look in the tmp folder they are the ones that come with the dependencies. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines:

Re: [cas-user] Re: Grant Type password Not Working

2018-05-04 Thread Riley Wills
Changed cas.serviceRegistry.config.location to cas.serviceRegistry.json.location. On Friday, May 4, 2018 at 1:40:34 PM UTC-5, John D Giotta wrote: > > I get this in logs and far as I know you and I are running the same exact > implementation. > > 2018-05-04 14:38:44,332 WARN >>

Re: [cas-user] Re: Grant Type password Not Working

2018-05-04 Thread John D Giotta
I get this in logs and far as I know you and I are running the same exact implementation. 2018-05-04 14:38:44,332 WARN > [org.apereo.cas.services.RegisteredServiceAccessStrategyUtils] - > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List

Re: [cas-user] Re: Grant Type password Not Working

2018-05-04 Thread Riley Wills
Yes. After changing the clientId and moving the oauth service file to /etc/cas/services, I am able to execute the curl statement provided to log in with grant_type=password. On Fri, May 4, 2018 at 12:36 PM John D Giotta wrote: > You are correct, I committed some configs out

[cas-user] Re: Grant Type password Not Working

2018-05-04 Thread John D Giotta
You are correct, I committed some configs out of sync. I do apologize. Where you able to get the grant_type=password to work? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

Re: [cas-user] InvalidTicketException while searching for Service ticket

2018-05-04 Thread Ray Bon
Aman, Is the registry encrypted? Ray On Thu, 2018-05-03 at 22:31 -0700, Aman Garg wrote: I have service ticket id on the CAS server end which I want to use to get to the ServiceTicket object or to get to the corresponding TGT. I am not able to find service ticket using ticketRegistry and it

[cas-user] Re: Grant Type password Not Working

2018-05-04 Thread Riley Wills
John, I downloaded your project and ran it against my local machine. I had to update the clientId oauth-1001.json from oauth-client to oauthclient. Your service mentioned above has the correct name.

Re: [cas-user] can't run mvnw clean package - TrustAnchors parameter must be non-empty

2018-05-04 Thread Jennifer LaVoie
OH MY GOD, DAVID...thank you...I just really can't thank you enough On Friday, May 4, 2018 at 10:46:03 AM UTC-4, David Curry wrote: > > And if all else fails, you could remove Oracle Java and run: > > yum -y install java-1.8.0-openjdk-devel > > which works quite well. :-) > > > -- > > DAVID A.

Re: [cas-user] How Do I Debug CAS When Using Overlay?

2018-05-04 Thread John D Giotta
This project has my code https://github.com/jdgiotta/cas-oauth-project I've already posted in another thread my problems with OAuth and the steps I took to make the above project run. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines:

Re: [cas-user] How Do I Debug CAS When Using Overlay?

2018-05-04 Thread Man H
Hints on what you ve done so far what you want to achieve, used configuration , cas version, build information , log output El viernes, 4 de mayo de 2018, John D Giotta escribió: > I've solved zero issues with logs. I mostly get statements services not > matching in

Re: [cas-user] How Do I Debug CAS When Using Overlay?

2018-05-04 Thread John D Giotta
I've solved zero issues with logs. I mostly get statements services not matching in registry. If service files aren't matching how do I determine what it is comparing against? Because I followed the documentation, service files are in the /etc/cas/services directory. -- - Website:

Re: [cas-user] can't run mvnw clean package - TrustAnchors parameter must be non-empty

2018-05-04 Thread David Curry
And if all else fails, you could remove Oracle Java and run: yum -y install java-1.8.0-openjdk-devel which works quite well. :-) -- DAVID A. CURRY, CISSP *DIRECTOR OF INFORMATION SECURITY* INFORMATION TECHNOLOGY 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 +1 212 229-5300 x4728 •

Re: [cas-user] How Do I Debug CAS When Using Overlay?

2018-05-04 Thread Man H
Log4j.XML in /etc/cas/config El viernes, 4 de mayo de 2018, John D Giotta escribió: > I'm trying to solve what seems to be just unsolvable issues. How do I > debug CAS if I'm using the overlay template? Is it better to not use the > overlay in this case? > > > -- > -

Re: [cas-user] can't run mvnw clean package - TrustAnchors parameter must be non-empty

2018-05-04 Thread David Curry
Are you running Oracle Java, or OpenJDK? I assume Oracle, because "/usr/java" is not a path used by OpenJDK. If you're running Oracle, did you run the "alternatives" command to set up all the links to point at the right things? (I've never installed the Oracle Java, so I'm not sure this is a

[cas-user] How Do I Debug CAS When Using Overlay?

2018-05-04 Thread John D Giotta
I'm trying to solve what seems to be just unsolvable issues. How do I debug CAS if I'm using the overlay template? Is it better to not use the overlay in this case? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines:

[cas-user] can't run mvnw clean package - TrustAnchors parameter must be non-empty

2018-05-04 Thread Jennifer LaVoie
I am still struggling with this error. [jennifer.lavoie_da@xxx cas-overlay-template-master]$ ./mvnw clean package Downloading https://repository.apache.org/content/repositories/releases/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip Exception in thread "main"

[cas-user] Re: Grant Type password Not Working

2018-05-04 Thread John D Giotta
I could really use some assistance with this. -- - 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 this message because you are subscribed to the Google Groups

[cas-user] [WS Federation] Claims encoded in the SAML Assertion, unrecognized

2018-05-04 Thread Dimitri Mockelyn
Hello, I’m trying to send claims with CAS to a SharePoint application. CAS is sending a SAML assertion, but it is unrecognized by SharePoint My Service is configured as follows : { "@class" : *"org.apereo.cas.ws.idp.services.WSFederationRegisteredService"*, "serviceId" :

[cas-user] Re: [WS Federation] Source/StaxSource error on Security Token Service Provider

2018-05-04 Thread AT
Hi Dimitri, I hit the same exact error and have been stuck at the same point since. Have also tried calling the STS with a soap client. Here is my thread: https://groups.google.com/a/apereo.org/forum/?utm_medium=email_source=footer#!topic/cas-user/VP7GxJ1xkmk have also tried getting help here:

Re: [cas-user] InvalidTicketException while searching for Service ticket

2018-05-04 Thread Uxío Prego
Is it possible the ticket doesn't exist once you try to reach it? Uxío Prego Madiva Soluciones CL / SERRANO GALVACHE 56 BLOQUE ABEDUL PLANTA 4 28033 MADRID +34 917 56 84 94 www.madiva.com www.bbva.com The activity of email inboxes can be systematically tracked by colleagues, business partners

Re: [cas-user] Re: InvalidTicketException while searching for Service ticket

2018-05-04 Thread Aman Garg
Because of performance concerns. My application can have upto 60K users at a time which means 60K TGT's On Friday, May 4, 2018 at 2:54:11 PM UTC+5:30, Uxío Prego wrote: > > Why would you want not to iterate TGTs? > > Aren't you using the default ticket registry? > > Uxío Prego > >

Re: [cas-user] Re: InvalidTicketException while searching for Service ticket

2018-05-04 Thread Uxío Prego
Why would you want not to iterate TGTs? Aren't you using the default ticket registry? Uxío Prego Madiva Soluciones CL / SERRANO GALVACHE 56 BLOQUE ABEDUL PLANTA 4 28033 MADRID +34 917 56 84 94 www.madiva.com www.bbva.com The activity of email inboxes can be systematically tracked by

[cas-user] [WS Federation] Source/StaxSource error on Security Token Service Provider

2018-05-04 Thread Dimitri Mockelyn
Hello, I'm trying to configure CAS so it can be used with SharePoint. I've followed the WS-Fed configuration documentation on the website, but I have a strange problem with the Security Token Service Provider. When I try to make an "Issue" invocation, I have this exception (full stack trace

[cas-user] Log4j property discrepancies

2018-05-04 Thread Jay
Hello All, Can someone tell me which is the correct property to be used. In the documentation, I see server.contextParameters.isLog4jAutoInitializationDisabled=true whereas in the application.propeties I see server.context-parameters.isLog4jAutoInitializationDisabled=true and what is the

[cas-user] Re: InvalidTicketException while searching for Service ticket

2018-05-04 Thread Aman Garg
Need to achieve this without iterating over all ticket granting tickets available in ticketRegistry On Friday, May 4, 2018 at 11:01:16 AM UTC+5:30, Aman Garg wrote: > > I have service ticket id on the CAS server end which I want to use to get > to the ServiceTicket object or to get to the