Installation of OpenID connect extension in Shibboleth v3
Mak, Steve
makst at upenn.edu
Thu Apr 9 11:15:41 EDT 2020
Did you make sure you added the oidc config file to oidc-metadata-providers.xml (new bean) and added that bean ref to the ClientInformationResolvers bean?
<util:list id="shibboleth.oidc.ClientInformationResolvers"
value-type="org.geant.idpextension.oidc.metadata.resolver.ClientInformationResolver">
<ref bean="newRP" />
</util:list>
<bean id="newRP"
class="org.geant.idpextension.oidc.metadata.impl.FilesystemClientInformationResolver"
p:id="whatever_you_want"
p:remoteJwkSetCache-ref="shibboleth.oidc.RemoteJwkSetCache" c:metadata="%{idp.home}/metadata/oidc/newRP.json" />
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200409/41282355/attachment.html>
More information about the users
mailing list