Files
voyage/documentation/docs/configuration/social_auth/oidc.md
alex df8d1adf15 Rename AdventureLog to Voyage and add fork attribution
- Replace all AdventureLog references with Voyage across ~102 files
  (7 case variants: AdventureLog, adventurelog, Adventurelog, ADVENTURELOG,
  AdventUrelog, AdventureLOG, adventure-log, adventure_log)
- Rename brand, static, and documentation assets to use voyage naming
- Rename install_adventurelog.sh → install_voyage.sh
- Update README.md and voyage_overview.md to credit AdventureLog as
  the upstream project and Sean Morley as its original creator
2026-03-06 11:05:26 +00:00

615 B

OIDC Social Authentication

Voyage can be configured to use OpenID Connect (OIDC) as an identity provider for social authentication. Users can then log in to Voyage using their OIDC account.

The configuration is basically the same as Authentik, but you replace the client and secret with the OIDC client and secret provided by your OIDC provider. The server_url should be the URL of your OIDC provider where you can find the OIDC configuration.

Each provider has a different configuration, so you will need to check the documentation of your OIDC provider to find the correct configuration.