Re: [cas-user] Browser Redirect Loop with CAS

2017-11-15 Thread Ray Bon
Hussein, This looks to be a client issue. There are no ST validation requests (or failures). Your client thinks that you have not logged in and sends you back to CAS. I have not used the .net client but the validation step should come before the check login step. Ray On Wed, 2017-11-15 at

Re: [cas-user] Adding/Modifying Service Registry Entries

2017-11-15 Thread Ray Bon
George, There is a service registry app at /cas/services. https://wiki.jasig.org/display/CASUM/Services+Management Ray On Wed, 2017-11-15 at 09:03 -0800, George Lawson-Crowson wrote: Hello all, We recently updated one of our services which broke its CAS integration. I receive the error

Re: [cas-user] Adding/Modifying Service Registry Entries

2017-11-15 Thread Chris Peck
Your best bet is to look thru here - the 'old' CAS docs... https://wiki.jasig.org/display/CASUM/Home We used to use xml, then json, before that we used https://localhost:8443/cas/services/. On Wed, Nov 15, 2017 at 1:08 PM Uxío wrote: > A CAS service of the 3.x line I help

Re: [cas-user] Adding/Modifying Service Registry Entries

2017-11-15 Thread Uxío
A CAS service of the 3.x line I help maintaining uses JDBC for the service registry, not sure why or if were there any other options for it back then. Regards, Sent from my iPhone > On 15 Nov 2017, at 18:15, Scott Gennari wrote: > >> On 11/15/2017 12:03 PM, George

[cas-user] Auto redirect with Delegated Authentication (multiple SAML2 identity providers)

2017-11-15 Thread pibylick
Hi, Can I configure in CAS auto redirect to login/password page based on login realm ? We want to deploy CAS with multiple delegated authentication (using SAML2 identity providers) The expected reaction after user type a login with realm as u...@acme.com will be redirection to login page for

[cas-user] Re: CAS 5.1.x Custom template. Anyone get this working?

2017-11-15 Thread Pablo Vidaurri
What version of CAS? Also did you have to do this to all the views or only with ones you want to change? On Monday, September 25, 2017 at 11:30:27 AM UTC-5, William Jojo wrote: > > We did finally get this working. File placement was key! > > Thank you! > > On Tuesday, September 19, 2017 at

[cas-user] RemoteAddress Authentication handler

2017-11-15 Thread Paré Richard
We use CAS version 3.5. I want to upgrade to 5.1. I read all documentation before dealing with you. I understand I just need to setup properties, then beans et webflow will be configured. Also, I understand I need "person directory" functionality to get username via remote address. It's

Re: [cas-user] Auto redirect with Delegated Authentication (multiple SAML2 identity providers)

2017-11-15 Thread Misagh Moayyed
> Can I configure in CAS auto redirect to login/password page based on login > realm > ? No. But yes: http://bit.ly/2APEqWv -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions:

[cas-user] Duo with Multiple Providers not using correct Duo Application

2017-11-15 Thread Mac Reid
Hi all, After reading the section on Duo MFA with multiple providers, I have setup a couple services to use Duo MFA. My problem is, both CAS/SAML services I have configured to use Duo, use just one of the Duo applications rather than each service using just one of the Duo applications. I have

[cas-user] Adding/Modifying Service Registry Entries

2017-11-15 Thread George Lawson-Crowson
Hello all, We recently updated one of our services which broke its CAS integration. I receive the error "Application Not Authorized to Use CAS" and found that it was due to a service registry issue

Re: [cas-user] Adding/Modifying Service Registry Entries

2017-11-15 Thread Scott Gennari
On 11/15/2017 12:03 PM, George Lawson-Crowson wrote: Hello all, We recently updated one of our services which broke its CAS integration. I receive the error "Application Not Authorized to Use CAS" and found that it was due to a service registry issue

[cas-user] Browser Redirect Loop with CAS

2017-11-15 Thread Hussein Emam
*I'm Having a redirect loop after successfully authenticating against AD ( by selecting some user attributes from AD and getting them successfully ), I don't know about the MVC dotnet client configuration because the only documentation I found was for WebForms ( if it was the reason for that )