RE: [cas-user] CAS Client help

2022-11-23 Thread Michael Remijan
>> If a user is logged in to the main app, you can use proxy protocol There is no "user" to login. A background batch process needs to be able to authenticate by itself. From: cas-user@apereo.org On Behalf Of Ray Bon Sent: Wednesday, November 23, 2022 10:41 AM To: cas-user@apereo.org Subject:

Re: [cas-user] CAS Client help

2022-11-23 Thread Ray Bon
Michael, If a user is logged in to the main app, you can use proxy protocol, https://apereo.github.io/cas/6.6.x/protocol/CAS-Protocol.html#proxy-web-flow-diagram Client docs have examples, https://apereo.github.io/cas/6.6.x/integration/CAS-Clients.html (I have used php, java, and pac4j as

[cas-user] ervice registration only allows set of IP addresses?

2022-11-23 Thread Baron Fujimoto
I'm afraid my search-fu is failing me with the way the docs are organized now. I'm looking for a way to for a CAS service registration to only allow certain IP addresses (hopefully defined using some reasonable regex or network notation, e.g. CIDR, etc) Can anyone point me to the right

Re: [cas-user] Impersonation / Surrogate-Authentication

2022-11-23 Thread Jeffrey Ramsay
Try this as well. https://fawnoos.com/2018/05/07/cas-impersonation-authn/ -Jeff On Wed, Nov 23, 2022 at 8:21 PM Matthew Gordon wrote: > Thank you Jonathon. > > On Monday, November 14, 2022 at 10:16:12 PM UTC-5 Jonathon Taylor wrote: > >> Hi Matt, >> >> That is the entirety of our surrogate

Re: [cas-user] ervice registration only allows set of IP addresses?

2022-11-23 Thread Trevor Fong
Hi Baron I’ve used the following site in the past to convert cidr’s to regex’s https://d-fault.nl/cidrtoregex Good luck, Trev On Nov 23, 2022 at 6:02 PM -0800, Baron Fujimoto , wrote: > I'm afraid my search-fu is failing me with the way the docs are organized > now. I'm looking for a way to for

Re: [cas-user] CAS Client help

2022-11-23 Thread Ray Bon
Michael, Can you use a pre-shared key between the app and the API (and not involve cas)? Ray On Wed, 2022-11-23 at 18:18 +, Michael Remijan wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.

Re: [cas-user] Impersonation / Surrogate-Authentication

2022-11-23 Thread Matthew Gordon
Thank you Jonathon. On Monday, November 14, 2022 at 10:16:12 PM UTC-5 Jonathon Taylor wrote: > Hi Matt, > > That is the entirety of our surrogate configuration. CAS will return the > surrogate user attributes, not the authenticated user. > > Jonathon > > On Tue, Nov 8, 2022 at 12:37 PM

Re: [cas-user] CAS Client help

2022-11-23 Thread Petr Fišer
Hello, It is probably better to use this https://apereo.github.io/cas/6.6.x/protocol/REST-Protocol.html . Cheers, Fiisch On 11/22/2022 10:48 PM, Michael Remijan wrote: Hello user community, I am looking for some information on a CAS client and I haven’t been able to find it anywhere