<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">I've followed that exact page form the wiki to get the extension configured but I'm stuck now with an error when testing an RP when the client tried to register or when I request the /idp/profile/oidc/discovery url. In the logs I keep seeing InvalidProfileConfiguration errors for both registration and for discovery. What files should I be focusing on to fix this issue?</div></blockquote></div><br class=""><div class="">Check out from the conf/relying-party.xml that you have enabled OIDC.Configuration (corresponds to /idp/profile/oidc/discovery URL) and OIDC.Registration (/idp/profile/oidc/register) for shibboleth.UnverifiedRelyingParty.</div><div class=""><br class=""></div><div class="">The example on the installation instructions [1] only contains OIDC.Keyset, perhaps it should also contain OIDC.Configuration. The dynamic OP configuration (i.e. the OIDC.Configuration profile) is documented in here [2]</div><div class=""><br class=""></div><div class="">BR,</div><div class="">Henri.</div><div class=""><br class=""></div><div class="">[1] <a href="https://github.com/CSCfi/shibboleth-idp-oidc-extension/wiki/Installing-from-archive#profile-configurations" class="">https://github.com/CSCfi/shibboleth-idp-oidc-extension/wiki/Installing-from-archive#profile-configurations</a></div><div class="">[2] <a href="https://github.com/CSCfi/shibboleth-idp-oidc-extension/wiki/DiscoveryAndOPConfiguration#the-discovery-flow-configuration" class="">https://github.com/CSCfi/shibboleth-idp-oidc-extension/wiki/DiscoveryAndOPConfiguration#the-discovery-flow-configuration</a></div></body></html>