This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
openid-connect-server-webapp/src/main/webapp/WEB-INF Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4444 </mvc : message-converters >
4545 </mvc : annotation-driven >
4646
47+ <bean id =" userInfoInterceptor" class =" org.mitre.openid.connect.web.UserInfoInterceptor" />
48+ <bean id =" serverConfigInterceptor" class =" org.mitre.openid.connect.web.ServerConfigInterceptor" />
4749 <mvc : interceptors >
4850 <mvc : interceptor >
4951 <!-- Exclude APIs and other machine-facing endpoints from these interceptors -->
6163 <mvc : exclude-mapping path =" /#{T(org.mitre.oauth2.web.RevocationEndpoint).URL}**" />
6264
6365 <!-- Inject the UserInfo into the response -->
64- <bean id =" userInfoInterceptor" class = " org.mitre.openid.connect.web.UserInfoInterceptor " />
66+ <ref bean =" userInfoInterceptor" />
6567 </mvc : interceptor >
6668 <mvc : interceptor >
6769 <!-- Exclude APIs and other machine-facing endpoints from these interceptors -->
7880 <mvc : exclude-mapping path =" /#{T(org.mitre.oauth2.web.IntrospectionEndpoint).URL}**" />
7981 <mvc : exclude-mapping path =" /#{T(org.mitre.oauth2.web.RevocationEndpoint).URL}**" />
8082 <!-- Inject the server configuration into the response -->
81- <bean id =" serverConfigInterceptor" class = " org.mitre.openid.connect.web.ServerConfigInterceptor " />
83+ <ref bean =" serverConfigInterceptor" />
8284 </mvc : interceptor >
8385 </mvc : interceptors >
8486
You can’t perform that action at this time.
0 commit comments