[cas-user] CORS OPTIONS XMLHttpRequest Getting Intercepted?

2017-08-22 Thread Michael Matovic
I've been working on some additional items that we deploy with our CAS server, one of which happens to be a restful api that works alongside CAS. I'm having issues now with OPTIONS requests not getting processed at all. I understand that in CAS 5.1 (the version we are migrating to) there is a C

Re: [cas-user] CAS drops named anchors

2017-08-22 Thread Dusty Edenfield
Thanks all for the replies. Very helpful. Misagh, this information helps a lot and we're looking to upgrade to CAS 5 soon so we may try this out. On Tue, Aug 22, 2017 at 12:33 PM Misagh Moayyed wrote: > Isn't this what you're looking for? > > https://apereo.github.io/cas/5.1.x/installation/Use

[cas-user] phpCAS Client and cas.ticket.security.cipherEnabled

2017-08-22 Thread atilling
We're implementing CAS 5.1.x and we have a moodle site that uses the phpCAS client. Today in our testing we determined that if you have cas.ticket.security.cipherEnabled=true in the cas.properties that the php client fails with the error: ill-formed ticket found in the URL I don't see this i

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

2017-08-22 Thread SOPHIE Fang
Hi Misagh, I have adjusted sizes like according to Todd's suggestion but still getting http400 error back: Here is the request that get HTTP 400 10.4.33.12 - - [22/Aug/2017:12:51:51 -0400] "POST /cas/login?service=https%3A%2F%2Fabg-c100444%3A8443%2Fcas%2Fidp%2Fprofile%2FSAML2%2FPOST%2

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

2017-08-22 Thread SOPHIE Fang
yeah.. i tried quite a lot of different combination.. i also tried the one you suggested. i guess when i copy paste i was trying something else..none works though.. I just tried your again..it doesn't work..bleeding brain.. 在 2017年8月22日星期二 UTC-4下午12:46:03,Todd Pratt写道: > > You need to define a

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

2017-08-22 Thread SOPHIE Fang
Hi Misagh, I have adjusted sizes like this but still getting http400 error back: Here is the request that get HTTP 400 10.4.33.12 - - [22/Aug/2017:12:51:51 -0400] "POST /cas/login?service=https%3A%2F%2Fabg-c100444%3A8443%2Fcas%2Fidp%2Fprofile%2FSAML2%2FPOST%2FSSO%2FCallback.%2B%3Fentit

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

2017-08-22 Thread Todd Pratt
You need to define a max header size, below is what I used. maxPostSize="-1" maxHttpHeaderSize="2097152" On Tuesday, August 22, 2017 at 12:35:13 PM UTC-4, SOPHIE Fang wrote: > > EH.. I still need your tomcat headersize postsize configuration... > > i did below and it still gave me 400 error ba

Re: [cas-user] Re: CAS 5.0.5 password warning login?execution= too long for Windows IE/Edge browsers

2017-08-22 Thread Raymond Drew Walker
Why are you asking CAS users to become developers & closing out their bug submits? — Raymond Walker Software Systems Engineer StSp. ITS Northern Arizona University From: on behalf of Misagh Moayyed Reply-To: "cas-user@apereo.org" Date: Tuesday, August 22, 2017 at 7:31 AM To: "cas-user@apereo.

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

2017-08-22 Thread SOPHIE Fang
EH.. I still need your tomcat headersize postsize configuration... i did below and it still gave me 400 error back 在 2017年1月31日星期二 UTC-5下午2:33:50,Todd Pratt写道: > > Yes that fixed it, Thank you!!! > > On Tue, Jan 31, 2017 at 1:38 PM, Misagh Moayyed > wrote: > >> You probably need to

Re: [cas-user] CAS drops named anchors

2017-08-22 Thread Misagh Moayyed
Isn't this what you're looking for? https://apereo.github.io/cas/5.1.x/installation/User-Interface-Customization-CSSJS.html#preserving-anchor-fragments --Misagh - Original Message - From: "Andrew Morgan" To: "CAS Community" Sent: Tuesday, August 22, 2017 9:28:04 AM Subject: Re: [cas-use

Re: [cas-user] CAS drops named anchors

2017-08-22 Thread Andrew Morgan
Fragments (named anchors) are not sent to the server. Search your web server access logs - you won't see a "#" in them. :) You can read a bit about it here: http://codetunnel.io/how-to-persist-url-hash-fragments-across-a-login-redirect/ Andy On Mon, 21 Aug 2017, Dusty Edenfield w

Re: [cas-user] Having issues w/ trustedDevice in 5.1.2

2017-08-22 Thread Jurica Juren
Can you tell me which class need to be changed so that right queries are send to MySQL? I manually created table in database but now when CAS want's to insert I received error because of reserved words in MySQL (key and date). Jurica On Wednesday, 16 August 2017 12:55:30 UTC+2, Matt Elson wrote

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

2017-08-22 Thread SOPHIE Fang
i know why...i defined the port three timesignore me :) 在 2017年8月22日星期二 UTC-4上午11:39:21,SOPHIE Fang写道: > > Also, i still see the same issues as you did.. sorry about the bothering.. > SAVE ME > > 在 2017年8月22日星期二 UTC-4上午11:36:47,SOPHIE Fang写道: >> >> How did you change the

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

2017-08-22 Thread SOPHIE Fang
Also, i still see the same issues as you did.. sorry about the bothering.. SAVE ME 在 2017年8月22日星期二 UTC-4上午11:36:47,SOPHIE Fang写道: > > How did you change the headersize and postsize? > I did following in my server.xml. > connectionTimeout="2" >redirectPort="84

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

2017-08-22 Thread SOPHIE Fang
How did you change the headersize and postsize? I did following in my server.xml. when i restarted the server, it threw bindException address in bind error. --No server uses the same port. But i can still hit the server when it completed the startUp. 在 2017年1

[cas-user] Re: Tableau integrate with CAS SAML2 redirect Problem

2017-08-22 Thread SOPHIE Fang
Anyone knows which controller java class /cas/login is calling? Dumn questions of course.. however, save time. 在 2017年8月21日星期一 UTC-4下午3:45:30,SOPHIE Fang写道: > > Hi Sweet People! > > I am integrating tableau sever with cas saml2. I already figured out when > user first login in to cas server

[cas-user] CAS 5.2.0-RC1 Theme not resolved correctly

2017-08-22 Thread Karl Banke
I have a theme created with theme name "mytheme". I copied all the templates into main/resources/templates/mytheme including all the subdirectories, i.e. fragments, error, monitoring, protocol. (1) When I do not copy the subdirectories, the new theme is not used at all. (2) When I modify the

[cas-user] Cas 5.x Active SSO Sessions Report

2017-08-22 Thread K S
Is CAS addons supported on version 5.x ? https://github.com/Unicon/cas-addons I am trying to build Active SSO Sessions Report for CAS version 5.x https://github.com/Unicon/cas-addons/wiki/Active-SSO-Sessions-Report -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guide

Re: [cas-user] Re: CAS 5.0.5 password warning login?execution= too long for Windows IE/Edge browsers

2017-08-22 Thread Misagh Moayyed
I recommend you review, diagnose and fix the proxy issue first, instead of falling back to an older version. Start there, and then post a pull request when you have stepped into the code and found the problem. --Misagh From: "Duane Booher" To: "CAS Community" Sent: Monday, August 21, 201

[cas-user] CAS 5.1.0 with SAML delegation - Help!

2017-08-22 Thread Alessandro Putzu
Hi everyone, I configured the CAS server with SAML 2 delegated IDP as in the subject, but when I log in to CAS the SAML attributes are not cascaded to the CAS client. The situation on the server is as follows: - The Service is configured with "attributeReleasePolicy" : { "@class" : "org.

[cas-user] TGT where is the save location

2017-08-22 Thread Bergner, Arnold
Should be called „TGC“ I believe. Have you checked SSO functionality? Maybe it’s really not set properly. Von: cas-user@apereo.org [mailto:cas-user@apereo.org] Im Auftrag von Anouar Mokhtari Gesendet: Dienstag, 22. August 2017 11:53 An: CAS Community Betreff: [cas-user] TGT where is the save lo

[cas-user] TGT where is the save location

2017-08-22 Thread Anouar Mokhtari
Hi There, I read CAS documentation, they posted that TGT (Ticket Granting Ticket) is saved in the cookie of the browser (set-Cookie Header) then when I check and I fetch the TGT in my cookie browser, I can't find it. i don't know if it's hided ou anything else .. thanks for your help -- - C

[cas-user] Re: CAS drops named anchors

2017-08-22 Thread Andy Ng
I am not using the name anchor in my use case, but after some testing: I think that saving the named anchor is not a feature that is implemented for all login methods for CAS. For example, in my website: normal login (username & password) will preserve the name anchor (I have checked that both

[cas-user] CAS – configuring connection from tomcat

2017-08-22 Thread shruti halgekar
Hi All, For CAS 5.1.3, we are using property file to manage database connection pool. But still we are facing connection pooling problem. Is there any way to manage database connection through spring boot in CAS 5.1.3. I don't have much idea about spring boot. We need spring boot to utilize the