Skip to content

Commit 08d24a5

Browse files
authored
Update oidc.md with Authelia-specific information (#50)
I kept the link as https as if I've understood correctly the fact that we need to use http to make it work is a bug and will be patched soon.
1 parent 4929016 commit 08d24a5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/install_setup/oidc.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,16 @@ Key | Description
4646

4747
When configuring your OIDC provider, you must register the following redirect URI:
4848

49-
**For web application access:**
49+
**For OIDC providers that support wildcards: (e.g., Authentik)**
5050

5151
- `https://your-gramps-backend.com/api/oidc/callback/*`
5252

5353
Where `*` is a regex wildcard. Depending on your provider's regex interpreter this could also be a `.*` or similar.
5454
Ensure that regex is enabled if your provider requires it (e.g., Authentik).
5555

56+
**For OIDC providers that do not support wildcards: (e.g., Authelia)**
57+
58+
- `https://your-gramps-backend.com/api/oidc/callback/?provider=custom`
5659

5760
## Role Mapping
5861

@@ -196,3 +199,7 @@ OIDC_GOOGLE_CLIENT_SECRET="your-google-client-secret"
196199
OIDC_GITHUB_CLIENT_ID="your-github-client-id"
197200
OIDC_GITHUB_CLIENT_SECRET="your-github-client-secret"
198201
```
202+
203+
### Authelia
204+
205+
A community-made OIDC setup guide for Gramps Web is available on the [official Authelia documentation website](https://www.authelia.com/integration/openid-connect/clients/gramps/).

0 commit comments

Comments
 (0)