Skip to content

OIDC.Keyset

Janne Lauros edited this page Mar 13, 2019 · 7 revisions

Current File(s): conf/credentials-oidc.xml

Overview

The OIDC.Keyset profile configuration bean enables support for publishing credentials as a keyset. The credentials to be published are in defined in credentials-oidc.xml, by default the credentials used by default security configuration. To activate profile configuration you must list it in the bean shibboleth.UnverifiedRelyingParty in relying-part.xml file.

<bean id="shibboleth.UnverifiedRelyingParty"  p:responderIdLookupStrategy-ref="profileResponderIdLookupFunction" parent="RelyingParty">
    <property name="profileConfigurations">
        <list>
        <bean parent="OIDC.Keyset" />
        </list>
    </property>
</bean>