synapse/changelog.d/17031.feature
Erik Johnston c900d18647
Fix OIDC login regression (#17031)
Requests may require a User-Agent header, and the change in #16972
accidentally removed it, resulting in requests getting rejected causing
login to fail.
2024-03-26 13:26:46 +00:00

2 lines
66 B
Gherkin

OIDC: try to JWT decode userinfo response if JSON parsing failed.