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
Authentication is working fine, but problem is oauth_access_token table is inserting every row with first client id of oauth_clients, not taking request parameters of grant_type, client_id and client_secret.
Not returning error if I do not send these parameters or send invalid client_secret and authenticate with first client of oauth_clients.
The text was updated successfully, but these errors were encountered:
Authentication is working fine, but problem is oauth_access_token table is inserting every row with first client id of oauth_clients, not taking request parameters of grant_type, client_id and client_secret.
Not returning error if I do not send these parameters or send invalid client_secret and authenticate with first client of oauth_clients.
The text was updated successfully, but these errors were encountered: