Re: [EXTERNAL SENDER] [cas-user] Re: Embedded Script Groovy in Attribute definition

2025-02-20 Thread 'Gordon, Matthew' via CAS Community
rg%22%20%3ccas-u...@apereo.org%3e>> Cc: Matthew Gordon mailto:matthew%20gordon%20%3cmagor...@hacc.edu%3e>> Subject: RE: [EXTERNAL SENDER] [cas-user] Re: Embedded Script Groovy in Attribute definition Date: 02/20/2025 09:21:10 AM CAUTION: This email originated outside ofHACC. Please do not clic

RE: [EXTERNAL SENDER] [cas-user] Re: Embedded Script Groovy in Attribute definition

2025-02-20 Thread 'King, Robert' via CAS Community
1.5": eduPersonPrimaryAffiliation } attributeValueTypes: { @class: java.util.LinkedHashMap " urn:oid:1.3.6.1.4.1.5923.1.1.1.5": XSString } …snip… } From: 'Matthew Gordon' via CAS Community Sent: Wednesday, February 19, 2025 4:06 PM To: CAS Community

[cas-user] Re: Embedded Script Groovy in Attribute definition

2025-02-19 Thread 'Matthew Gordon' via CAS Community
I attached the full service that I started with "doesNotWork.json" and one I adjusted after getting an idea from Roberts reply that does seem to work "works.json". I have no idea why it will not run the groovy in the doesNotWork.json, but will when I do it like I did in works.json Basically whe

[cas-user] Re: Embedded Script Groovy in Attribute definition

2025-02-18 Thread Ocean Liu
Hi Matthew, looks like you don't have an attribute named `firstname`. What's the attribute name in your source for the first name? On Tuesday, February 18, 2025 at 10:00:07 AM UTC-8 Matthew Gordon wrote: > I am using this example for the JSON Attribute Definitions " Embedded > Script" > https:/