Suyash Phadtare
03/28/2025, 5:54 AM*Client Credentail* Grant Type (server-to-server auth)
.
My use case is to spin up mock Oauth2 server without explictly setting up the issuer, token, jwks endpoints & their responses.
And server-to-server auth flow in my application should work considering pyjwt
library calls does operations like fetching public key from jwks endpoint then decoding token using public key & issuer endpoint.
I came across this link which mentions only Authorization Code
is supported as of now.
Is there any way for achieving Client Credential
grant type scenario ?Tom
03/31/2025, 1:01 PM