[JIRA] (JOIDC-100) Releasing IAT, EXP and NBF claims from the UserInfo endpoint

Simone Avogadro (Jira) jira at shibboleth.atlassian.net
Fri Apr 22 17:14:35 UTC 2022


Simone Avogadro ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A60a84ee1-4961-471b-99d8-f67c05e24403 ) *commented* on JOIDC-100 ( https://shibboleth.atlassian.net/browse/JOIDC-100?atlOrigin=eyJpIjoiNmE1ZGM3ZjNjN2VmNGZmYTk2ZjkwN2EwOTliMzAxOTEiLCJwIjoiaiJ9 )

Re: Releasing IAT, EXP and NBF claims from the UserInfo endpoint ( https://shibboleth.atlassian.net/browse/JOIDC-100?atlOrigin=eyJpIjoiNmE1ZGM3ZjNjN2VmNGZmYTk2ZjkwN2EwOTliMzAxOTEiLCJwIjoiaiJ9 )

In the end I discovered that if the attributes are declared asObject they will go thru the flow anyway as desired: thus there's not block in the standard machinery

e.g.:

       <bean parent= "shibboleth.TranscodingProperties" >
           <property name= "properties" >
               <props merge= " true " >
                   <prop key= "id" >nbf</prop>
                   <prop key= "transcoder" >OIDCStringTranscoder</prop>
                   <prop key= "oidc.name" >nbf</prop>
                   <prop key= "displayName.en" >Timestamp inizio validità delle informazioni</prop>
                   <prop key= "oidc.asObject" > true </prop>
               </props>
           </property>
       </bean>
		<bean parent= "shibboleth.TranscodingProperties" >
           <property name= "properties" >
               <props merge= " true " >
                   <prop key= "id" >exp</prop>
                   <prop key= "transcoder" >OIDCStringTranscoder</prop>
                   <prop key= "oidc.name" >exp</prop>
                   <prop key= "displayName.en" >Timestamp di scadenza validità delle informazioni</prop>
                   <prop key= "oidc.asObject" > true </prop>
               </props>
           </property>
       </bean>
		<bean parent= "shibboleth.TranscodingProperties" >
           <property name= "properties" >
               <props merge= " true " >
                   <prop key= "id" >iat</prop>
                   <prop key= "transcoder" >OIDCStringTranscoder</prop>
                   <prop key= "oidc.name" >iat</prop>
                   <prop key= "displayName.en" >Timestamp dell'istante di invio</prop>
                   <prop key= "oidc.asObject" > true </prop>
               </props>
           </property>
       </bean>

( https://shibboleth.atlassian.net/browse/JOIDC-100#add-comment?atlOrigin=eyJpIjoiNmE1ZGM3ZjNjN2VmNGZmYTk2ZjkwN2EwOTliMzAxOTEiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/JOIDC-100#add-comment?atlOrigin=eyJpIjoiNmE1ZGM3ZjNjN2VmNGZmYTk2ZjkwN2EwOTliMzAxOTEiLCJwIjoiaiJ9 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100198- sha1:943baf4 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20220422/0daf7245/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-2ba972f5-3487-48f3-add8-6da9653744c3
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220422/0daf7245/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-4d24668a-4c07-45c7-a4ee-ce12a28bde19
Type: image/png
Size: 457 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220422/0daf7245/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-3c0a8099-3afc-4091-a622-993f3ede85b4
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220422/0daf7245/attachment-0005.png>


More information about the commits mailing list