OIDC client resolver

Rod Widdowson rdw at steadingsoftware.com
Wed Apr 8 12:08:16 EDT 2020


> net.shibboleth.utilities.java.support.component.UninitializedComponentException: Component
> 'shibboleth.ClientInformationResolver' has not yet been initialized and cannot be used.
>         at

This looks like there is a missing

       default-init-method="initialize"
       default-destroy-method="destroy"
       default-lazy-init="true"

In the file that declares this bean (oidc-metadata-providers.xml) ?  But that would be very weird.

R



More information about the users mailing list