I was trying to enable OIDC Authentication via Forgejo.
docker logs grampsweb output:
authlib.integrations.base_client.errors.OAuthError: unauthorized_client: client is not authorized
OIDC callback error for provider 'custom'
I've had 502 Bad Request on a page until GRAMPSWEB_SECRET_KEY and GRAMPSWEB_BASE_URL are written in docker-compose.yml
I hope adding such section as a prerequisite would make it more obvious for other users to enable OIDC.
I was trying to enable OIDC Authentication via Forgejo.
docker logs grampsweboutput:I've had 502 Bad Request on a page until GRAMPSWEB_SECRET_KEY and GRAMPSWEB_BASE_URL are written in docker-compose.yml
I hope adding such section as a prerequisite would make it more obvious for other users to enable OIDC.