DEV Community

Vimal
Vimal

Posted on

/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

Top comments (0)