I want to learn OAuth 2 authorising grant type using kvm

Can anyone explain me or point me to a live demo?

0 3 137
3 REPLIES 3

Hi @HIMADRI BHATTACHARJEE, its better you read the documentation first. then explore the code samples exists on github https://github.com/apigee/apijam/tree/master/Labs/Appendix/API%20Security%20-%20Securing%20APIs%20wi...

I am not sure what you are looking with KVM here. KVM is simple storage you can get set the keys and values respectively before after any operation.

please provide us more accurate usecase so we can help you.

We are supplying consumer key consumer secret by postman.Can we do it anyway from kvm?

in authorisation grant type you need to pass the client id in the query parameter so using KVM is not recommended. you should explore the the RFC document - https://tools.ietf.org/html/rfc6749#page-24

Learn oauth2 and its purpose. Using KVM will not protect your oauth endpoints.