0
Configuration

Set your OIDC endpoints. The Device Authorization Endpoint is where we request the user code.

MS Example: https://login.microsoftonline.com/2e8bbadb-1f5b-4c2e-a190-9c7d558a12b6/oauth2/v2.0/devicecode

1
Request Device & User Codes

The "device" makes a POST request to start the flow. The IdP returns a user_code and a verification_uri.

Request sent to IdP

POST /api/oidc-device
// Awaiting execution...

IdP Response

// Awaiting response...