📚 Fix oidc callback related documentation issue

This commit is contained in:
Andrey Antukh
2026-01-20 16:24:12 +01:00
parent 47775a9e2c
commit 8252bc485e

View File

@@ -114,14 +114,7 @@ configuration.
The callback has the following format:
```html
https://<your_domain>/api/auth/oauth/<oauth_provider>/callback
```
You will need to change <your_domain> and <oauth_provider> according to your setup.
This is how it looks with Gitlab provider:
```html
https://<your_domain>/api/auth/oauth/gitlab/callback
https://<your_domain>/api/auth/oidc/callback
```
#### Google