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
The README has a section on "Customizing Grant Handlers". It has some code that says to create a custom class MyTokenEndpoint which extends TokenEndpoint. Where would I put this code and how would I reference/use it?
Essentially I want to set "clientCredentialRequired = false"
Thanks, David
The text was updated successfully, but these errors were encountered:
Do you extend OAuth2Provider of play2-oauth2-provider to your provider?
Then you can override tokenEndpoint instance field to you implemented TokenEndPoint.
The README has a section on "Customizing Grant Handlers". It has some code that says to create a custom class MyTokenEndpoint which extends TokenEndpoint. Where would I put this code and how would I reference/use it?
Essentially I want to set "clientCredentialRequired = false"
Thanks, David
The text was updated successfully, but these errors were encountered: