Re: [cas-user] help with SAML rule

2020-10-07 Thread 'Alexi Pascual' via CAS Community
When entering the urn attribute names, the following error is displayed: 2020-10-07 18:16:48,464 ERROR [org.jasig.cas.client.util.XmlUtils] - org.xml.sax.SAXParseException: Element or attribute do not match QName production: QName::=(NCName':')?NCName. I found the following

[cas-user] help with SAML rule

2020-10-07 Thread 'Alexi Pascual' via CAS Community
Hello, We are implementing an access rule in cas 6.0.8. The SP requires specific names (urn) to integrate. For example, the current rule delivers:     ext-t...@xxx.cl     and they request us:    

Re: [EXTERNAL SMIME EMAIL] [cas-user] Cas Management webapp does not start anymore

2020-10-07 Thread 'Philippe MARASSE' via CAS Community
Thanks you for the direction, I wish it's only a matter of certificate but no NPE is raised in my case. I'll take a look when my other problem about MFA selector menu will be solved. Regards. Le 06/10/2020 à 17:51, King, Robert a écrit : > > If I was to guess this is the recent error of

Re: [cas-user] Attribute rename/remap at service definition level

2020-10-07 Thread Emilian Mitocariu
Thanks, this works exactly how I need. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS

Re: [cas-user] Attribute rename/remap at service definition level

2020-10-07 Thread qla3fa
Hi Emilian,     Yes it's work for me. My CAS server is in v6.2. I define a rename attribute in services with class ReturnMappedAttributeReleasePolicy :  "attributeReleasePolicy" : {     "@class" : "org.apereo.cas.services.ReturnMappedAttributeReleasePolicy",     "allowedAttributes" : {  

[cas-user] Attribute rename/remap at service definition level

2020-10-07 Thread Emilian Mitocariu
Hi, I have the following question. Is it possible to rename/remap an attribute name to something else in the JSON that defines a certain service? To note: my testing server is 6.1, but I need this for a newly built server on 6.2 This is how I release the attributes to the service