[JIRA] (JOIDC-122) Support jwk or jku in encrypted JWT headers
Philip Smart (Jira)
jira at shibboleth.atlassian.net
Thu Aug 4 15:42:01 UTC 2022
Philip Smart ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=5afecdc1eb3ffa0c596652c4 ) *commented* on JOIDC-122 ( https://shibboleth.atlassian.net/browse/JOIDC-122?atlOrigin=eyJpIjoiNWZmYTIzMDg0MWFkNDZiMDliNGNjZDEyMzhiZDkyOTEiLCJwIjoiaiJ9 )
Re: Support jwk or jku in encrypted JWT headers ( https://shibboleth.atlassian.net/browse/JOIDC-122?atlOrigin=eyJpIjoiNWZmYTIzMDg0MWFkNDZiMDliNGNjZDEyMzhiZDkyOTEiLCJwIjoiaiJ9 )
Also, it might be worth noting I am not sure what will happen (in the general sense, an exception will be thrown locally) if the ‘alg’ parameter is ‘dir’ (direct encryption) in the AbstractEncryptTokenAction , as the AES Encrypter will be called and that does not support DirectEncryption ('dir' is part of the SYMMETRIC family):
else if (JWEAlgorithm.Family.SYMMETRIC.contains(encAlg)) {
jweObject.encrypt(new AESEncrypter(credential.getSecretKey()));
}
( https://shibboleth.atlassian.net/browse/JOIDC-122#add-comment?atlOrigin=eyJpIjoiNWZmYTIzMDg0MWFkNDZiMDliNGNjZDEyMzhiZDkyOTEiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/JOIDC-122#add-comment?atlOrigin=eyJpIjoiNWZmYTIzMDg0MWFkNDZiMDliNGNjZDEyMzhiZDkyOTEiLCJwIjoiaiJ9 )
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#100204- sha1:d476756 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20220804/71b0a057/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-d237d03d-bf8e-4d84-9f1c-946685860039
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220804/71b0a057/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-fedd5092-4ccf-46ca-9c47-31cb30ec45fa
Type: image/png
Size: 457 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220804/71b0a057/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-69703639-8da5-4c81-9e7e-e206167ef7ca
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20220804/71b0a057/attachment-0005.png>
More information about the commits
mailing list