has anyone successfully implemented OAuth 2.0 Clie...
# suitetalkapi
s
has anyone successfully implemented OAuth 2.0 Client Credentials Flow I keep on getting back
{"error":"invalid_request"}
any pointers?
m
Has the account already been upgraded to 2021.2
s
yes it has
b
i dont think their documentation is ready
their sample post doesnt even match what they document their request structure to be
👍 1
s
I opened a case with ns
apparently I don't have this issue in production, so at least half of the issue is resolved
also useful (credit ns support) for creating the key https://mkjwk.org/
b
the normal recommendation is to generate private keys locally
you can probably also use openssl's req command
s
@battk you are right i was just following the debug steps from ns, issue seems to be 1. lack of proper error messages 2. seems to not work for my sandbox