Re: [cas-user] masquerade as different user

2020-08-17 Thread Aditi Deshmukh
Dirk, Does attribute release still work for you after including impersonation? It breaks for us after including surrogate-webflow for cas 5.3.5. If it works, could you tell me what changes are needed? Thanks Aditi On Wednesday, January 9, 2019 at 9:29:37 PM UTC-5, Dirk Tepe wrote: > > We are

Re: [cas-user] masquerade as different user

2019-01-23 Thread Tepe, Dirk
Ah, sorry. I overlooked the fact that you are on 5.1. We're on 5.3 and I would expect the configuration you described to work. I unfortunately can't speak to the 5.1 release. Your log entry indicates the surrogate auth is successful. Do you have an application in which you can enable CAS

Re: [cas-user] masquerade as different user

2019-01-23 Thread Brian Gibson
Hi Dirk, Unfortunately when I add the "cas-server-support-surrogate-webflow" dependency to my pom.xml file I get the following error when I do "mvn clean package" /[ERROR] Failed to execute goal on project cas-overlay: Could not resolve depende// //ncies for project

Re: [cas-user] masquerade as different user

2019-01-22 Thread Tepe, Dirk
Just to be clear, you did include 'cas-server-support-surrogate-webflow' in your dependencies, right? While you don't need the REST dependency, you do need that one. -dirk On Tue, Jan 22, 2019 at 4:30 PM Brian Gibson < gibson_br...@wheatoncollege.edu> wrote: > Hi everyone, > > Dirk, thanks for

Re: [cas-user] masquerade as different user

2019-01-22 Thread Brian Gibson
Hi everyone, Dirk, thanks for all the suggestions, I 'think' I am close. I created the c:\etc\cas\config\surrogates.json file and it looks like this... {     "bob": ["mary", "jim"] } and I am referencing the surrogates.json file from my cas.properties file like this...

Re: [cas-user] masquerade as different user

2019-01-11 Thread Tepe, Dirk
I can't speak to 5.1.x, we've been experimenting with surrogate since 5.2 and only using it actively since 5.3. I can say that any user can be a surrogate, it is not restricted to admin users. The only restriction is the authorization. We use a REST endpoint to authorize surrogate requests. Our

Re: [cas-user] masquerade as different user

2019-01-10 Thread Brian Gibson
Hi all, Couple of questions regarding Surrogate Authentication 1. Does the user that logs in have to also be a CAS admin? I'd like to map a specific non-admin user to another non-admin user. 2. If I am using LDAP authentication in CAS 5.1.2 do I have to do the surrogate mapping via LDAP

Re: [cas-user] masquerade as different user

2019-01-09 Thread Andrew Evans
God I hope not. That would be fun for my old job where I pretty much got to HACK On Wed, Jan 9, 2019 at 2:29 PM David Curry wrote: > I've never played with it myself, but isn't this: > > > https://apereo.github.io/cas/5.1.x/installation/Surrogate-Authentication.html > > what you're talking

Re: [cas-user] masquerade as different user

2019-01-09 Thread Brian Gibson
I think that's it! Thanks, I'll do some testing and report back. Appreciate your help. On 1/9/2019 4:29 PM, David Curry wrote: I've never played with it myself, but isn't this: https://apereo.github.io/cas/5.1.x/installation/Surrogate-Authentication.html what you're talking about? --

[cas-user] masquerade as different user

2019-01-09 Thread Brian Gibson
Hi all, Is there a way within a service entry in CAS 5.1 to say that if person A logs in successfully, send them to the service as person B? I checked the 5.1 service-related docs but couldn't find anything. Thanks, Brian -- - Website: https://apereo.github.io/cas - Gitter Chatroom: