DEV Community

Vimal
Vimal

Posted on

Backchannel route for oidc provider

curl -X POST \
-H "Content-Type: application/json" \
-d '{"client_id": "your_client_id", "client_secret": "your_client_secret", "grant_type": "backchannel_authentication", "scope": "openid profile email", "client_notification_token": "your_notification_token", "binding_message": "optional_message"}' \
https://your_oidc_provider.com/backchannel

Top comments (0)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay