[java-idp-plugin-oidc-config] 02/02: JCOMOIDC-94 - Profile configuration option for refresh token type

Henri Mikkonen henri.mikkonen at iki.fi
Mon Mar 11 10:11:54 UTC 2024


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-idp-plugin-oidc-config.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=495d55dd7e76b638b28d5f0fd5f2bb26c18f6a61

commit 495d55dd7e76b638b28d5f0fd5f2bb26c18f6a61
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Mar 11 12:10:49 2024 +0200

    JCOMOIDC-94 - Profile configuration option for refresh token type
    
    https://shibboleth.atlassian.net/browse/JCOMOIDC-94
    
    Added idp.oauth2.refreshToken.type property to AbstractOIDCSSOProfile.
    Default value is empty, referring to the opaque format.
---
 .../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index cb38ef9..4e2c40b 100644
--- a/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/oidc-config-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -46,6 +46,7 @@
         p:iDTokenLifetime="%{idp.oidc.idToken.defaultLifetime:PT1H}"
         p:accessTokenType="%{idp.oauth2.accessToken.type:}"
         p:accessTokenLifetime="%{idp.oidc.accessToken.defaultLifetime:PT10M}"
+        p:refreshTokenType="%{idp.oauth2.refreshToken.type:}"
         p:refreshTokenTimeout="%{idp.oidc.refreshToken.defaultTimeout:PT2H}"
         p:refreshTokenChainLifetime="%{idp.oidc.refreshToken.defaultChainLifetime:PT2H}"
         p:alwaysIncludedAttributes="%{idp.oidc.alwaysIncludedAttributes:}"        

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list