Skip to content

Commit

Permalink
oidc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sporth committed Nov 18, 2022
1 parent fd9b1ff commit b3b71d8
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,15 @@
-->

<util:list id="shibboleth.oidc.ClientInformationResolvers">
<!-- <ref bean="ExampleFileResolver" /> -->
<ref bean="dynreg" />
<bean id="dynreg" parent="shibboleth.oidc.StorageClientInformationResolver"
p:storageService-ref="shibboleth.JPAStorageService" />
</util:list>

<!--
<bean id="ExampleFileResolver" parent="shibboleth.oidc.FilesystemClientInformationResolver"
c:metadata="%{idp.home}/metadata/oidc-client.json" />
-->

<bean id="dynreg" parent="shibboleth.oidc.StorageClientInformationResolver"
p:storageService-ref="shibboleth.JPAStorageService" />

<!--
<bean id="ExampleStorageClientInformationResolver" parent="shibboleth.oidc.StorageClientInformationResolver"
p:storageService-ref="#{'%{idp.oidc.dynreg.StorageService:shibboleth.StorageService}'.trim()}" />
Expand Down

0 comments on commit b3b71d8

Please sign in to comment.