OIDC MemcachedStorageService

McLennan, Neil R n.mclennan at imperial.ac.uk
Fri Aug 9 15:55:47 UTC 2024


I have a cluster of Shibboleth IDP's which works fine for SAML but does not work for OIDC, so I need to enable Memcache just for OIDC, but I am having trouble.

In global.xml I have shibboleth.MemcachedStorageService set up.

In oidc.properties I have 
idp.oidc.jwk.StorageService = shibboleth.MemcachedStorageService

Do I need to change the following in oidc-clientinfo-resolvers.xml

   <bean id="ExampleStorageClientInformationResolver" parent="shibboleth.oidc.StorageClientInformationResolver"
        p:storageService-ref="shibboleth.StorageService" />

To

   <bean id="ExampleStorageClientInformationResolver" parent="shibboleth.oidc.StorageClientInformationResolver"
        p:storageService-ref="shibboleth.MemcachedStorageService" />


Neil


More information about the users mailing list