opensrp / opensrp-server-web

OpenSRP Server Generic Web Application
Other
10 stars 21 forks source link

UniqueID API support Access via Access tokens #254

Open githengi opened 4 years ago

githengi commented 4 years ago
rehammuzzamil commented 4 years ago

@githengi Can you please provide more details about this issue?

githengi commented 4 years ago

This is to allow accessing UniqueIdController API's while using Bearer tokens for authentication.

Add /uniqueids/* to the ResourceServerConfiguration

Add this pattern to this snippet .requestMatchers().mvcMatchers("/rest/**","/user-details","/security/**")