Hi folks, has anyone successfully integrated hydra...
# ory-selfhosting
b
Hi folks, has anyone successfully integrated hydra with gitlab OIDC using hydra-maester? we are struggling with the configurations and getting this error:
Copy code
2024-11-24T19:23:20Z    ERROR    Reconciler error    {"controller": "oauth2client", "controllerGroup": "hydra.ory.sh", "controllerKind": "OAuth2Client", "OAuth2Client": {"name":"gitlab-oauth2","namespace":"hydra"}, "namespace": "hydra", "name": "gitlab-oauth2", "reconcileID": "...", "error": "oauth2 client <REDACTED> not found"
Another issue besides hydra-maester being unable to create the
OAuth2Client
is that our Gitlab OAuth flow redirects to the public hydra service and cant find our manually created client. The request is redirected with the following message (made human readable):
error_description=Client authentication failed. unknown client. no client authentication included or unsupported authentication method. The requested OAuth2.0 Client does not exist.
I’m sure its a misconfiguration/lack of understanding. Curious if anyone has made this work.