Closed (fixed)
Project:
OpenID Connect / OAuth client
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2022 at 12:26 UTC
Updated:
28 Oct 2022 at 00:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
maurizio.ganovelliAttached a working patch.
Comment #3
maurizio.ganovelliComment #4
maurizio.ganovelliComment #5
bgustafson commentedI had this problem as well. My tokens that were not decoding correctly in the module even though they were verified to be valid JWTs using https://jwt.io/ and were decoding correctly there. The patch fixed it for me, thanks!
FWIW, the SDK that my identity provider (Auth0) provided uses effectively the same replacement technique: https://github.com/auth0/auth0-PHP/blob/bd785080772275d7769e9d046b188a83...
Comment #6
webflo commentedThanks, looks great. I had a few failures with Moodle as IDP.
Comment #8
jcnventura