[cas-user] Cas Overlay Template 6.2 listTemplateViews

2020-04-27 Thread Todd Pratt
I would like to modify a few of the views and message.properties files but I'm unable to download them in 6.2 / master branch of cas-overlay-template like I was able to in 6.1. If I execute *./gradlew listTemplateViews* it doesn't return any results and *./gradlew getResource -PresourceName

Re: [cas-user] Tomcat Session Persistence, CAS 6.2.0 RC3

2020-03-27 Thread Todd Pratt
s telling you this. > See > https://apereo.github.io/cas/6.1.x/configuration/Configuration-Properties.html#signing--encryption-5 > > Ray > > On Thu, 2020-03-26 at 22:54 -0700, Todd Pratt wrote: > > Notice: This message was sent from outside the UnivSersity of Victoria > em

[cas-user] Tomcat Session Persistence, CAS 6.2.0 RC3

2020-03-26 Thread Todd Pratt
Hi All, I'm using the latest version of CAS 6.2.0 RC3, Tomcat 9 and OpenJDK11. I have a Redis ticket registry and using the Hazelcast Tomcat session manager to save sessions to an existing Hazelcast server which is running external to tomcat. Tomcat is saving the sessions to Hazelcast I can re

Re: [cas-user] Re: Authorize request verification fails with OAuth and CAS 5.0.x

2018-03-07 Thread Todd Pratt
uth20AccessTokenEndpointController). > verifyAccessTokenRequest(HttpServletRequest, HttpServletResponse) line: > 207 > OidcAccessTokenEndpointController(OAuth20AccessTokenEndpointCont > roller).handleRequest(HttpServletRequest, HttpServletResponse) line: 103 > > > On Thursday, December 15, 2016 at

Re: [cas-user] CAS 5.0 SAML Authentication Request

2017-08-23 Thread Todd Pratt
wrote: > > How did you see the SAML post form?.. i would like to check mine comparing > to yours.. > > 在 2017年8月22日星期二 UTC-4下午12:46:03,Todd Pratt写道: >> >> You need to define a max header size, below is what I used. >> >> maxPostSize="-1" maxHttpHeade

Re: [cas-user] CAS 5.0 SAML Authentication Request

2017-08-22 Thread Todd Pratt
; >scheme="https" secure="true" SSLEnabled="true" >keystoreFile="C:\etc\cas\.cas" keystorePass="changeit" >clientAuth="false" sslProtocol="TLS"/> > 在 2017年1月31日星期二 UTC-5下午2:3

Re: [cas-user] Re: cas 5.0.3 + ldap support

2017-02-28 Thread Todd Pratt
r your answer Todd. Do you know if there is a way to > exclude this libraries in the pom.xml? > > Le 23 févr. 2017 19:22, "Todd Pratt" > a > écrit : > > You are correct, if you've used the cas overlay template to build it then > it would include tomcat embe

Re: [cas-user] Re: CAS 5.0.1, FAILURE on sending SLO message

2017-02-27 Thread Todd Pratt
odd. > > 2.1 Or you may get it work with FRONT_CHANNEL logout options assuming 1 is > fixed, where CAS simply pings your endpoint [speaking from memory here]. > > -- > Misagh > > From: Todd Pratt > Reply: cas-...@apereo.org > Date: February 28, 2017 at 12:41

Re: [cas-user] Re: CAS 5.0.1, FAILURE on sending SLO message

2017-02-27 Thread Todd Pratt
t; please, and include an exact account of your environment, settings, etc as > the template describes. If you have an oauth client that can be used for > testing, do attach that as well. > > -- > Misagh > > From: Todd Pratt > Reply: cas-...@apereo.org > Date:

[cas-user] Re: CAS 5.0.1, FAILURE on sending SLO message

2017-02-27 Thread Todd Pratt
oller.java#L46 On Wednesday, February 22, 2017 at 12:37:25 PM UTC-5, Todd Pratt wrote: > > I'm having an issue with getting SLO working on CAS 5.0.1. From the log I > see that CAS tries to send a logout message to my test application but I'm > getting a FAILURE status and i

[cas-user] Re: cas 5.0.3 + ldap support

2017-02-23 Thread Todd Pratt
You are correct, if you've used the cas overlay template to build it then it would include tomcat embed libraries and you would need to remove them from the war file that it built to deploy on your own tomcat server. On Thursday, February 23, 2017 at 11:34:09 AM UTC-5, armando.mart1s wrote: > >

[cas-user] CAS 5.0.1, FAILURE on sending SLO message

2017-02-22 Thread Todd Pratt
I'm having an issue with getting SLO working on CAS 5.0.1. From the log I see that CAS tries to send a logout message to my test application but I'm getting a FAILURE status and it doesn't show a request in the access log of my test application. The service provider for my test application is

Re: [cas-user] CAS 5.0 SAML2 Response Decryption

2017-02-02 Thread Todd Pratt
server-support-saml-idp/src/main/java/org/apereo/cas/support/saml/web/idp/profile/builders/enc/SamlObjectEncrypter.java#L227> On Tue, Jan 17, 2017 at 9:31 PM, Todd Pratt wrote: > Thank you, I will look at the code and submit an issue if I find anything. > > -- > - CAS gitter chat

Re: [cas-user] CAS 5.0 SAML Authentication Request

2017-01-31 Thread Todd Pratt
Yes that fixed it, Thank you!!! On Tue, Jan 31, 2017 at 1:38 PM, Misagh Moayyed wrote: > You probably need to adjust/increase the HttpHeaderSize and HttpPostSize > parameters for tomcat. Tomcat logs should indicate this, if it’s the cause. > > > > --Misagh > >

Re: [cas-user] CAS 5.0 SAML Authentication Request

2017-01-31 Thread Todd Pratt
It's running as a war file in tomcat 8 & java 8. On Tuesday, January 31, 2017 at 4:39:29 AM UTC-5, Misagh Moayyed wrote: > > Running on/inside what kind of server/container? > > > > --Misagh > > > > *From:* cas-...@apereo.org [mailto:cas-...@apereo.org

[cas-user] CAS 5.0 SAML Authentication Request

2017-01-30 Thread Todd Pratt
Hi, I'm having an issue setting up CAS 5.0 as a SAML IdP. If I log into another app first like the CAS management application and then go to my saml test application it sends a SAMLRequest and then it redirects and I get back my user profile as expected. If I don't log into another applicati

Re: [cas-user] CAS 5.0 SAML2 Response Decryption

2017-01-17 Thread Todd Pratt
Thank you, I will look at the code and submit an issue if I find anything. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https:/

[cas-user] CAS 5.0 SAML2 Response Decryption

2017-01-17 Thread Todd Pratt
Hi, I'm having an issue getting the SAML2 response to decrypt. It all works when it's just signed but once I enable encryption I can't decrypt the assertions from the client. I'm using opensaml from java and below is the method I'm using to decrypt. The credentials are built from a keystore

Re: [cas-user] Re: Authorize request verification fails with OAuth and CAS 5.0.x

2016-12-15 Thread Todd Pratt
apereo/cas/blob/master/support/cas-server-support-oauth/src/main/java/org/apereo/cas/support/oauth/validator/OAuth20Validator.java#L78 > > Can you debug it to see what's going on? > > Thanks. > Best regards, > Jérôme > > > 2016-12-14 17:13 GMT+01:00 Todd Pratt >: >

Re: [cas-user] Re: Authorize request verification fails with OAuth and CAS 5.0.x

2016-12-14 Thread Todd Pratt
": "..."} > > > > Thanks. > Best regards, > Jérôme > > > 2016-12-13 21:12 GMT+01:00 Misagh Moayyed >: > >> Feel free to submit an issue. Jérôme might have a few ideas. It would >> also be helpful if you could pack your client into

[cas-user] Re: Authorize request verification fails with OAuth and CAS 5.0.x

2016-12-13 Thread Todd Pratt
The authorization url that is generated is https://cas.mydomain.com:8443/cas/oauth2.0/authorize/?client_id=fb3s86QV9QKl&redirect_uri=http://localhost:8080/oauth_client&response_type=code&scope=openid On Monday, December 12, 2016 at 4:51:17 PM UTC-5, Todd Pratt wrote: > > Hi,

Re: [cas-user] Authorize request verification fails with OAuth and CAS 5.0.x

2016-12-12 Thread Todd Pratt
clientSecret: VgWn3ysT24gZo66K clientId: fb3s86QV9QKl bypassApprovalPrompt: false generateRefreshToken: false jsonFormat: false } On Monday, December 12, 2016 at 5:45:42 PM UTC-5, Misagh Moayyed wrote: > > Where or what is your client? > > > > --Misagh > >

[cas-user] Authorize request verification fails with OAuth and CAS 5.0.x

2016-12-12 Thread Todd Pratt
Hi, I'm trying to setup OpenID/OAuth2 on CAS 5.0.x using the war overlay template. I included three dependencies, cas-server-support-oidc, cas-server-support-ldap and cas-server-support-json-service-registry. I built the management webapp using that overlay template and I successfully logged