Adapted overlayed application-context.xml in uma-server-webapp to base file
parent
5993c879a6
commit
0c821fcb51
|
@ -216,14 +216,14 @@
|
||||||
<bean id="clientAssertionAuthenticationProvider" class="org.mitre.openid.connect.assertion.JWTBearerAuthenticationProvider" />
|
<bean id="clientAssertionAuthenticationProvider" class="org.mitre.openid.connect.assertion.JWTBearerAuthenticationProvider" />
|
||||||
|
|
||||||
<!-- Configure locale information -->
|
<!-- Configure locale information -->
|
||||||
<bean id="messageSource" class="org.mitre.openid.connect.config.JsonMessageSource">
|
<import resource="locale-config.xml" />
|
||||||
<property name="baseDirectory" value="/resources/js/locale/" />
|
|
||||||
<property name="useCodeAsDefaultMessage" value="true" />
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<!-- user services -->
|
<!-- user services -->
|
||||||
<import resource="user-context.xml" />
|
<import resource="user-context.xml" />
|
||||||
|
|
||||||
|
<!-- assertion processing -->
|
||||||
|
<import resource="assertion-config.xml" />
|
||||||
|
|
||||||
<!-- End Spring Security configuration -->
|
<!-- End Spring Security configuration -->
|
||||||
|
|
||||||
<!-- JPA -->
|
<!-- JPA -->
|
||||||
|
|
Loading…
Reference in New Issue