How to Get OAuth2 Access Tokens For Services

Good evening,

I’ve set ORY Hydra up as the OAuth2/OIDC server for a small not-for-profit organisation. To date, it has worked well. I’ve been able to integrate it with WordPress and a few PHP and Javascript apps.

In future, the organisation has to support external services that want to access its APIs.

Is there a way to obtain an access and/or refresh token from ORY Hydra by presenting the client_id and client_secret? Like this

I’ve not been able to find anything that could satisfy the above scenario in the documentation?

Thanks

Taylor

Great to hear it’s working well for you @taylorjmarr! Yes, you can perform all OAuth2 flows with ORY Hydra - see more about this here: https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2