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.
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.