Skip to content

Commit 8356f17

Browse files
authored
Fix redirect url in oidc.md (#61)
Fixed redirect url with new one from more recent release (don't know which one, just found out that it didn't work after an update).
1 parent 92ec506 commit 8356f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/install_setup/oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Ensure that regex is enabled if your provider requires it (e.g., Authentik).
5555

5656
**For OIDC providers that do not support wildcards: (e.g., Authelia)**
5757

58-
- `https://your-gramps-backend.com/api/oidc/callback/?provider=custom`
58+
- `https://your-gramps-backend.com/api/oidc/callback/custom`
5959

6060
## Role Mapping
6161

0 commit comments

Comments
 (0)