mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-22 06:11:11 -05:00
Authentik OIDC #501
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jacksjam on GitHub (Aug 2, 2025).
I have configured OIDC to the docs available here:
But I receive an error after logging in and am passed back to the callback url:
{"error":"Failed to get Oauth token","trace":["Failed to parse server response","Invalid JSON web token: found 5 parts (expected 3) at line 1 column 6954"]}
Is this a configuration error or bug?
@krom commented on GitHub (Aug 2, 2025):
I've configured komodo with this
And created common app and OAuth2/OpenID provider in authentik
And it's working for me
looks like you are getting a broken token, there really should be 3 parts
@jacksjam commented on GitHub (Aug 2, 2025):
Hm. Recreating the provider resolved the issue 🤷🏻♂️
Thank you
@MaxPelly commented on GitHub (Aug 8, 2025):
@jacksjam Im also getting this, do you have any idea what you could have done differently the second time you made the provider? I've recreated the application and provider in authentik several times and no dice. I have several other working OAuth2 providers so doesn't seem to be anything on the authentik side.
@jacksjam commented on GitHub (Aug 8, 2025):
@MaxPelly I did absolutely nothing differently just re created as per the docs https://integrations.goauthentik.io/infrastructure/komodo/