client_credentials flow for m2m auth?
Howdy! I'm enjoying using this library a lot! I'm hoping to use it to throw a POC together.
I see in the OIDC provider docs that
Client Credentials
is supported. But, when I make the following req to my auth api:
I get the following response:
I've found an earlier thread (from March) that says y'all don't support m2m yet. Is that still true? Or have I just goofed on my usage/implementation?1 Reply
If not, I wonder if there's a way I can extend the functionality of the oidc provider? 🤔