Re: [cas-user] Unauthorized URL conditional on enforced attributes?

2023-07-05 Thread Ray Bon
Baron, I have used the cas source and spring api docs to understand see what these objects hold. They are all complex objects and I print their contents to the logs to find what is available (it is a tedious process). Ray This is from one of our scripts: class MfaSelector { def String

Re: [cas-user] Unauthorized URL conditional on enforced attributes?

2023-07-05 Thread Baron Fujimoto
Thanks, for the pointer. I did find this fairly old Fawnoos article < https://fawnoos.com/2018/04/23/cas-access-strategy-url-redirects/>, but it seems to describe a strategy that is perhaps even more low level that the Groovy script suggested in the more current documentation. One aspect I have

Re: [cas-user] Unauthorized URL conditional on enforced attributes?

2023-07-04 Thread Ray Bon
Baron, There may be something in the fawnoos blog https://fawnoos.com/blog/ Ray On Mon, 2023-07-03 at 15:48 -1000, Baron Fujimoto wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. When using

[cas-user] Unauthorized URL conditional on enforced attributes?

2023-07-03 Thread Baron Fujimoto
When using Attribute Based Access Control (ABAC) in a service access strategy, is there a way to conditionally specify the unauthorized URL to redirect to depending on the failure to satisfy a particular attribute requirement? The Unauthorized URL documentation suggests perhaps this could be done