solid / solidcommunity.net

Operational issue tracking for solidcommunity.net
https://solidcommunity.net
MIT License
21 stars 3 forks source link

OpenID configuration - wrong parameter type #72

Closed erfangholami closed 6 months ago

erfangholami commented 7 months ago

In the OpenID configuration link, token_endpoint_auth_methods_supported parameter ment to return a list of methods but it returns a single string value. Current: "token_endpoint_auth_methods_supported": "client_secret_basic" which should be: "token_endpoint_auth_methods_supported": ["client_secret_basic"]