Re: [cas-user] Excluding system generated attributes in SAML response

2019-05-15 Thread Dustin J Luck
Thanks, Misagh. The first line did the trick!

-Dustin

On Wednesday, May 15, 2019 at 11:33:15 AM UTC-7, Misagh Moayyed wrote:
>
>
> https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#protocol-attributes
>
> cas.authn.releaseProtocolAttributes=false
> cas.authn.authenticationAttributeRelease.neverRelease=A,B,C,D
>
> --Misagh
>
> --
>
> *From: *"Dustin Luck" >
> *To: *"CAS Community" >
> *Sent: *Wednesday, May 15, 2019 11:25:59 AM
> *Subject: *[cas-user] Excluding system generated attributes in SAML 
> response
>
> I have set up an SP in my service registry in CAS 5.3.2. All of the 
> attributes I have included via the attributeReleasePolicy are being 
> included in the response, however, many attributes that I didn't specify 
> are being included as well. This is causing an error with the SP because 
> the attributes are unexpected. Is there any way to exclude them? How would 
> I do so?
>
> These are the attributes in question:
>
>- credentialType 
>- samlAuthenticationStatementAuthMethod 
>- isFromNewLogin 
>- bypassMultifactorAuthentication 
>- authenticationDate 
>- authenticationMethod 
>- authnContextClass 
>- successfulAuthenticationHandlers 
>- longTermAuthenticationRequestTokenUsed
>
>
> Thanks
> -Dustin
>
> -- 
> - 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 Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cas-...@apereo.org .
> To view this discussion on the web visit 
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/44a76c02-0a44-4adf-b4cf-0658185c450a%40apereo.org
>  
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/44a76c02-0a44-4adf-b4cf-0658185c450a%40apereo.org?utm_medium=email_source=footer>
> .
>
>

-- 
- 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 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/206c35d1-5dc1-4e38-8aad-abf1e654d505%40apereo.org.


Re: [cas-user] Excluding system generated attributes in SAML response

2019-05-15 Thread Misagh Moayyed
https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#protocol-attributes
 

cas.authn.releaseProtocolAttributes=false 
cas.authn.authenticationAttributeRelease.neverRelease=A,B,C,D 

--Misagh 

> From: "Dustin Luck" 
> To: "CAS Community" 
> Sent: Wednesday, May 15, 2019 11:25:59 AM
> Subject: [cas-user] Excluding system generated attributes in SAML response

> I have set up an SP in my service registry in CAS 5.3.2. All of the 
> attributes I
> have included via the attributeReleasePolicy are being included in the
> response, however, many attributes that I didn't specify are being included as
> well. This is causing an error with the SP because the attributes are
> unexpected. Is there any way to exclude them? How would I do so?

> These are the attributes in question:

> * credentialType
> * samlAuthenticationStatementAuthMethod
> * isFromNewLogin
> * bypassMultifactorAuthentication
> * authenticationDate
> * authenticationMethod
> * authnContextClass
> * successfulAuthenticationHandlers
> * longTermAuthenticationRequestTokenUsed

> Thanks
> -Dustin

> --
> - 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
> Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email
> to cas-user+unsubscr...@apereo.org .
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/44a76c02-0a44-4adf-b4cf-0658185c450a%40apereo.org
> .

-- 
- 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 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/1267976638.979817.1557945191769.JavaMail.zimbra%40unicon.net.


[cas-user] Excluding system generated attributes in SAML response

2019-05-15 Thread Dustin J Luck
I have set up an SP in my service registry in CAS 5.3.2. All of the 
attributes I have included via the attributeReleasePolicy are being 
included in the response, however, many attributes that I didn't specify 
are being included as well. This is causing an error with the SP because 
the attributes are unexpected. Is there any way to exclude them? How would 
I do so?

These are the attributes in question:

   - credentialType 
   - samlAuthenticationStatementAuthMethod 
   - isFromNewLogin 
   - bypassMultifactorAuthentication 
   - authenticationDate 
   - authenticationMethod 
   - authnContextClass 
   - successfulAuthenticationHandlers 
   - longTermAuthenticationRequestTokenUsed


Thanks
-Dustin

-- 
- 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 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/44a76c02-0a44-4adf-b4cf-0658185c450a%40apereo.org.