Re: [cas-user] ServiceMatchingStrategy based on serviceId match instead of exact URL match

2020-04-16 Thread Brent Smith
Strategy to use ServicesManager.findServiceBy (serviceId), I can configure each serviceId regex in the Service Registry to have both paths (company.com|machine1). This seems to work, but I was just wondering if there were any gotchas. Thanks! -Brent Smith On Thursday, April 16, 2020 at 11:49:28

[cas-user] ServiceMatchingStrategy based on serviceId match instead of exact URL match

2020-04-16 Thread Brent Smith
Hi, I see the DefaultServiceMatchingStrategy class does a case-insensitive exact match on the service URL passed in. But couldn't it just call serviceManager.findServiceBy() for both URLs and then compare the resulting RegisteredService objects? Or is there a problem with this that I'm not s

Re: [cas-user] Delegating to multiple SAML IdPs

2019-05-21 Thread Brent Smith
done anything like 2) as well. Thanks! On Tuesday, May 21, 2019 at 1:21:06 PM UTC-4, rbon wrote: > > Brent, > > Are you saying that the user authenticates first with CAS and is then > redirected to a SAML IdP? Or how will you determine to which IdP a user > will be sent?

[cas-user] Delegating to multiple SAML IdPs

2019-05-21 Thread Brent Smith
Hi, I'm trying to set up a new CAS implementation that delegates to multiple SAML IdPs, with each IdP representing a distinct slice of the user base (one IdP per customer). Is there a way for me to restrict one IdP from attempting to authenticate a user from another IdP? I thought about b