OIDC client resolver

Kevin Foote kevin.foote at colorado.edu
Wed Apr 8 11:41:52 EDT 2020


Hi All

We are now trying to make use of the org.geant OIDC plugin within our 3.4 IdP (yes I know move to v4).
The plugin has been installed and configured in our dev IdP instance for some time now sitting idle.
I have just updated it to the 1.1.1 version suggested by the documentation.

We are now in a position to begin exploring the use of this plugin and we are trying to generate some useful client activity.

With a simple client we are seeing the following error.

=====                                                                                                                                                                                                                                                                       2020-04-07 15:58:20,296 - DEBUG [net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor:195] - Profile Action WebFlowMessageHandlerAdaptor: Invoking message handler on message context containing a message of type 'com.nimbusds.openid.connect.sdk.AuthenticationRequest'
2020-04-07 15:58:20,307 - ERROR [org.geant.idpextension.oidc.profile:-2] - Uncaught runtime exception
net.shibboleth.utilities.java.support.component.UninitializedComponentException: Component 'shibboleth.ClientInformationResolver' has not yet been initialized and cannot be used.
        at net.shibboleth.utilities.java.support.component.ComponentSupport.ifNotInitializedThrowUninitializedComponentException(ComponentSupport.java:107)
=====

Is the IdP saying "I dont know that client” ?

Is this indicating something is off with my oidc “metadata” ? 

{
"scope": "openid phone",
"redirect_uris": ["http://localhost:8080/example/pcke.html"],
"client_id": "iam_oidc_sb”,                                                                                                                                                                                                                                                            "response_types": ["id_token","code"]
}


Any help appreciated .. newbie OIDC user here :D


--------
thanks
 kevin.foote



More information about the users mailing list