Update regex patterns for SSO documentation

This commit is contained in:
Matthieu B
2025-09-27 17:32:08 +02:00
committed by GitHub
parent a7509cb4e3
commit 4e4f9e6bb1

View File

@@ -29,12 +29,13 @@ In order to make the invitation process available for non signed in users, make
{% tab title="Authentik/Other" %}
```
- '^/join/'
- '^/j/'
- '^/setup/*'
- '^/static/'
- '^/wizard/'
- '^/cinema-posters'
- '^/join($|/.*)'
- '^/j($|/.*)'
- '^/static($|/.*)'
- '^/setup($|/.*)'
- '^/wizard($|/.*)'
- '^/image-proxy($|/.*)'
- '^/cinema-posters($|/.*)'
```
{% endtab %}
{% endtabs %}