Dav: configuration of security for allowing dav endpoints

This commit is contained in:
Julien Fastré 2023-09-17 15:47:05 +02:00
parent c06166fdc2
commit 05d4a10a5b
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,14 @@ security:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
dav:
pattern: ^/dav
provider: chain_provider
stateless: true
guard:
authenticators:
- Chill\DocStoreBundle\Security\Guard\JWTOnDavUrlAuthenticator
wopi:
pattern: ^/wopi
provider: chain_provider