Why does the oauth2 plugin not pass the parameter 'client_secret'

Viewed 178

When I was using the official Oauth2 plugin to connect to my own Oauth2 provider, I found that it did not pass the client_secret parameter to my provider, which caused the provider to be unable to proceed to the next step. How can I solve this problem?

1 Answers