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
publicstaticfunction accessDenied($hint = null, $redirectUri = null)
{
returnnewstatic(
'The resource owner or authorization server denied the request.',
which still hides the actual error message.
I don't see any way to access that $hint value. So currently I have no way to troubleshoot why I am getting totally blank results on API call tests.
I changed the static() return to pass $hint and the error causing this scenario was
Code to reproduce the issue
this method blocks errors from being shown
and then if I fix it and add
into the catch, it runs...
which still hides the actual error message.
I don't see any way to access that $hint value. So currently I have no way to troubleshoot why I am getting totally blank results on API call tests.
I changed the static() return to pass $hint and the error causing this scenario was
but it will be the same issue with any error
Originally posted by @pursehouse at zendframework/zend-expressive-authentication-oauth2#39
The text was updated successfully, but these errors were encountered: