Kwae
BABetter Auth
•Created by Kwae on 2/9/2025 in #bug-reports
userinfo_endpoint key in openid-configuration has incorrect capatlisation.
The property has incorrect capitalisation. The key should be in all lowercase as specified in the OIDC spec.
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
Code:
https://github.com/better-auth/better-auth/blob/ca0727a2243204f76d5ccf30c05904168c298179/packages/better-auth/src/plugins/oidc-provider/index.ts#L34
1 replies
BABetter Auth
•Created by Kwae on 2/4/2025 in #bug-reports
openid-configuration - Missing content-type header
It looks like the ’.well-known/openid-configuration’ endpoint is missing its content-type header of value application/json
1 replies