[JIRA] (JOIDC-106) SAML Metadata for OIDC does not support space delimiter in response_types

Henri Mikkonen (Jira) jira at shibboleth.atlassian.net
Fri May 20 13:34:00 UTC 2022


Henri Mikkonen ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A1614c4a5-c89e-4edc-9421-990bd6ea85fd ) *commented* on JOIDC-106 ( https://shibboleth.atlassian.net/browse/JOIDC-106?atlOrigin=eyJpIjoiMDBlOWZhZDU4OTQ3NGRlM2EzMjVmMzE2NGU0ZjIxYWMiLCJwIjoiaiJ9 )

Re: SAML Metadata for OIDC does not support space delimiter in response_types ( https://shibboleth.atlassian.net/browse/JOIDC-106?atlOrigin=eyJpIjoiMDBlOWZhZDU4OTQ3NGRlM2EzMjVmMzE2NGU0ZjIxYWMiLCJwIjoiaiJ9 )

I agree that we should fix this on java-oidc-common.

I propose the following style to configure multiple response_types with the current space-separated list approach:

response_types=”code code+token code+token+id_token”

The MetadataNodeProcessor could then transform the pluses into spaces, and the example above would provide three response types:

* code
* code token
* code token id_token

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

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:0f60739 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20220520/bfea55fb/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-472a54a9-8280-4b28-8314-ebe301d6aade
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220520/bfea55fb/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-552648d8-613d-4e94-8eb6-ff6146067116
Type: image/png
Size: 425 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220520/bfea55fb/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-bfdbe1a0-6571-481e-91f4-7d3e98e2f9f6
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220520/bfea55fb/attachment-0005.png>


More information about the commits mailing list