Skip to content

Commit

Permalink
Merge pull request #36 from CaritasDeutschland/feature-live-message-n…
Browse files Browse the repository at this point in the history
…otification

feat: correct role configuration
  • Loading branch information
mebo4b authored Oct 26, 2020
2 parents 8a22969 + 3ad59a6 commit d434f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected void configure(HttpSecurity http) throws Exception {
.antMatchers("/users/consultants/import", "/users/askers/import",
"/users/askersWithoutSession/import")
.hasAuthority(Authority.TECHNICAL_DEFAULT).antMatchers("/users/mails/messages/feedback/new")
.hasAuthority(Authority.TECHNICAL_DEFAULT).antMatchers("/liveproxy/send")
.hasAnyAuthority(Authority.USER_DEFAULT, Authority.CONSULTANT_DEFAULT).antMatchers("/liveproxy/send")
.hasAuthority(Authority.USE_FEEDBACK).antMatchers("/users/messages/key")
.hasAuthority(Authority.TECHNICAL_DEFAULT).antMatchers("/users/chat/new")
.hasAuthority(Authority.CREATE_NEW_CHAT).antMatchers("/users/chat/{chatId:[0-9]+}/start")
Expand Down

0 comments on commit d434f6c

Please sign in to comment.