Skip to content

Commit 662b0cd

Browse files
committed
ported change to UMA server
1 parent 44dce71 commit 662b0cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uma-server-webapp/src/main/webapp/WEB-INF/application-context.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206

207207
<security:authentication-manager id="clientAuthenticationManager">
208208
<security:authentication-provider user-service-ref="clientUserDetailsService" />
209+
<security:authentication-provider user-service-ref="uriEncodedClientUserDetailsService" />
209210
</security:authentication-manager>
210211

211212
<security:authentication-manager id="clientAssertionAuthenticationManager">

0 commit comments

Comments
 (0)