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
I recently worked on one of the issues in the go-did package. Could I contribute to some of the OAuth bugs/ enhancements here if no one is working on it? If there are other things I could work on, I would be happy to look into them as well.
I recently worked on one of the issues in the go-did package. Could I contribute to some of the OAuth bugs/ enhancements here if no one is working on it? If there are other things I could work on, I would be happy to look into them as well.
Thanks!
Sure, thanks. For this issue the problem is probably that errors responses from endpoints that generate an OAuth2Error are not cast to such an error. This is probably located in the iam client. It does a testResponsecode(200), but if it's an error it should try to make it an oautherror. There's probably some example in the code for this.
E.g., when requesting a PD for an unknown scope:
But the server logs:
This last error should be logged and returned to the client (calling the Nuts node)
The text was updated successfully, but these errors were encountered: