connect-docs icon indicating copy to clipboard operation
connect-docs copied to clipboard

Document "client_credentials" grant

Open christiansmith opened this issue 10 years ago • 1 comments

Anvil Connect supports two-legged OAuth 2.0, where a client requests an access token for it's own use, rather than on behalf of a user. This feature is presently undocumented.

christiansmith avatar Sep 08 '15 16:09 christiansmith

:+1: We're trying to implement this right now but the CLI returns a Validation Error because the provided grant_types: ["client_credentials"] and response_types: ["token"] are said to be mismatched. Documentation would help!

simonrenoult avatar Dec 16 '15 14:12 simonrenoult