Hey Team, I am new to the community. Anyone has an...
# general
n
Hey Team, I am new to the community. Anyone has any idea if hydra is supporting OAuth 2.0 Authorize Endpoint with Post method. I do not see it in API documentations. https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/oAuth2Authorize Any response will be appreciated. Thanks in advance.
m
What is it you are trying to do/solve?
n
Thank you for your message. I want to use the auth endpoint API with the POST method instead of GET. I want to pass parameters in the request body instead of URL parameters.
m
So you want to do a Client Credentials flow? Maybe this helps: https://www.ory.sh/docs/oauth2-oidc/client-credentials#body-authentication
n
I meant, I want to use below endpoint. https://www.ory.sh/oauth2/auth this endpoint with POST method instead of Get method. Link you've shared, has token endpoint not the auth endpoint.