Hi!
I have got an error because of trying to access the AuthorizationView with credentials of application with grant type 'client-credentials'.
What is the right way to allow only "authorization-code" grant type in this view?
Hi!
I have got an error because of trying to access the AuthorizationView with credentials of application with grant type 'client-credentials'.
What is the right way to allow only "authorization-code" grant type in this view?
Did you define redirect_uris in Application of redirect_uris field?
@huazaisix : Can you give an example? Particularly how to do it for google OAuth2
Most helpful comment
Did you define redirect_uris in Application of redirect_uris field?