/token route for oidc provider

vimal_adithan

Vimal

Posted on April 16, 2024

/token route for oidc provider

curl -X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials&client_id=your_client_id&client_secret=your_client_secret&scope=registration" \
https://your_auth_server.com/oauth/token

💖 💪 🙅 🚩
vimal_adithan
Vimal

Posted on April 16, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related