How can I use client_secret for authorization?
See original GitHub issueHi. I want to use direct authorization (maybe Client Credentials Flow) for my application, that is, use the client_secret
and application ID for authorization. How can I transfer the secret key by vk_requests
? Or vk_reuqests
doesn’t support this type of authorization?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
The Client ID and Secret - OAuth 2.0 Simplified
The client_secret is a secret known only to the application and the authorization server. It is essential the application's own password. It ...
Read more >Client Secret Authentication Methods - Cloudentity
Client secret methods are the most commonly used authentication mechanisms for regular server OAuth applications, daemons, machine-to-machine or ...
Read more >Client Credentials Flow - Auth0
The application authenticates with the Auth0 Authorization Server using its Client ID and Client Secret ( /oauth/token endpoint). Auth0 Authorization Server ...
Read more >OAuth 2.0 Authorization - Jenkov.com
At registration the client application is assigned a client ID and a client secret (password) by the authorization server. The client ID and ......
Read more >Using Client Secret with OAuth 2.0 authorization code flow
When a Resource Owner (end user) is authenticated, he gets an Authorization Code from the authorization endpoint. This code is sent to the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The feature is available in v1.2.0.
I sent a patch that adds this feature.