[JIRA] (JOIDCRP-12) Client Authentication Resolver
Philip Smart (Jira)
jira at shibboleth.atlassian.net
Fri Mar 18 11:52:53 UTC 2022
Philip Smart ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=5afecdc1eb3ffa0c596652c4 ) *commented* on JOIDCRP-12 ( https://shibboleth.atlassian.net/browse/JOIDCRP-12?atlOrigin=eyJpIjoiMTMyNTA3MzlkNjNmNGJlZWIwMjAzYTdlNTcyNjdmOTMiLCJwIjoiaiJ9 )
Re: Client Authentication Resolver ( https://shibboleth.atlassian.net/browse/JOIDCRP-12?atlOrigin=eyJpIjoiMTMyNTA3MzlkNjNmNGJlZWIwMjAzYTdlNTcyNjdmOTMiLCJwIjoiaiJ9 )
Created a client_authentication resolver and reloadable service implementation. Uses a Storage Service backend, which by default is a simple map loaded from a user space XML file that maps between clients and client authentication details e.g.
<util:map id="shibboleth.authn.oidc.rp.ClientIdToClientAuthenticationMap">
<entry key="mytestclient">
<bean parent="shibboleth.authn.oidc.rp.ClientAuthenticationDetails" c:clientSecret="mytestsecret"
c:tokenEndpointAuthMethod="client_secret_basic" />
</entry>
</util:map>
The details are parsed into a suitable Nimbus ClientAuthentication object for the time being.
( https://shibboleth.atlassian.net/browse/JOIDCRP-12#add-comment?atlOrigin=eyJpIjoiMTMyNTA3MzlkNjNmNGJlZWIwMjAzYTdlNTcyNjdmOTMiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/JOIDCRP-12#add-comment?atlOrigin=eyJpIjoiMTMyNTA3MzlkNjNmNGJlZWIwMjAzYTdlNTcyNjdmOTMiLCJwIjoiaiJ9 )
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#100197- sha1:003460b )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20220318/9641058f/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-2a06e7ea-8410-4c16-a4a4-6c9dc4ebe1c0
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220318/9641058f/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-42401249-d2d0-47e7-9ccd-56dce95175d0
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220318/9641058f/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-c87d7950-8e64-4450-870f-38bf1a8cf97b
Type: image/png
Size: 468 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220318/9641058f/attachment-0005.png>
More information about the commits
mailing list