Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Aug 22, 2016
2 parents 3007c56 + a59a891 commit eb865d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ security:
- { path: ^/oauth$, role: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
- { path: ^/.well-known, role: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
- { path: ^/openid/connect/(session|jwks|register|verify|token), role: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
- { path: ^/openid/connect/authorize, role: IS_AUTHENTICATED_FULLY, requires_channel: https }
- { path: ^/openid/connect/authorize, role: IS_AUTHENTICATED_REMEMBERED, requires_channel: https }
- { path: ^/login$, role: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }
- { path: ^/resetting, role: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }

Expand Down

0 comments on commit eb865d1

Please sign in to comment.