You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: client_secret_basic client authentication method requires a client_secret
Please note I'm not getting this error when using the latest magister.js release (2.0.0-alpha.12, which does not yet use magister-openid) with a manually applied change to the new challenge URLs.
The text was updated successfully, but these errors were encountered:
Pretty strange that this broke. Just added token_endpoint_auth_method: "none" to the client initialization which fixes it. Don't know why it worked in the first place tho. Sometimes code is just weird I guess :D
After applying simplyGits/MagisterJS#150 and #1, I'm still getting this error from within
getTokenSet()
:Please note I'm not getting this error when using the latest magister.js release (2.0.0-alpha.12, which does not yet use magister-openid) with a manually applied change to the new challenge URLs.
The text was updated successfully, but these errors were encountered: