Authentik OIDC SSO - Invalid Id Token #2889
-
Good day, all Has anyone come across a problem when setting up Authentik as a OIDC / OAUTH2 authentication ? Everything seems to work fine until the ID token is sent back from Authentik to Stirling-PDF where it fails to decode the token. Looking at packets sent there is a token send after the https://[URL]/login/oauth2/code/oidc?code=<[token]. Thanks Log Output
Caused by: org.springframework.security.oauth2.jwt.BadJwtException: An error occurred while attempting to decode the Jwt: Signed JWT rejected: Another algorithm expected, or no matching key(s) found |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solution was to use a Self Signed certificate in Authentik's Signing Key, OATH2/OIDC Provider. |
Beta Was this translation helpful? Give feedback.
Solution was to use a Self Signed certificate in Authentik's Signing Key, OATH2/OIDC Provider.