Hi all, Does everyone know if i can use with Hydra...
# talk-hydra
n
Hi all, Does everyone know if i can use with Hydra in a client_credentials flow a basic Auth?
b
Hi Andres, I am not sure if I got the context of your question correctly, but if you question is about using basic auth to issue access token
/oauth2/token
, then yes, all you have to do is setting the client configuration:
"token_endpoint_auth_method": "client_secret_basic"