Bounty: 200
I have successfully setup Oauth2 in Drupal 7 and I am able to get token from the Oauth2/token
endpoint. I need to implement, Implicit Flow (Client-Side Flow) as this endpoint will be used by client-side Js application. Though I have turned on the Oauth as authentication provider in Services and also enabled it at the resource settings, I am getting the response as below:
[
true
]
However, this endpoints work when authentication is disabled and used anonymously.
Not able to find any further details. I somehow need to use services using Oauth2 as the authentication method.