
OAuth 2.0 device authorization grant - Microsoft identity platform
Jan 4, 2025 · The Microsoft identity platform supports the device authorization grant, which allows users to sign in to input-constrained devices such as a smart TV, IoT device, or a printer. To …
Device Authorization Flow
This avoids a poor user experience for devices that do not have an easy way to enter text. To do this, device apps use the Device Authorization Flow (ratified in OAuth 2.0), in which they pass …
OAuth 2.0 Device Code Grant
The Device Code grant type is used by browserless or input-constrained devices in the device flow to exchange a previously obtained device code for an access token. The Device Code …
Configure Device Authorization Grant Flow - Okta Developer
Configure Device Authorization Grant Flow This guide describes the Device Authorization feature, which allows users to sign in to input-constrained devices and devices without a browser.
Device Code Flow - OAuth 2.0 Playground
While you wait for the user to visit the URL, sign in to their account, and approve the request, you'll need to poll the token endpoint with the device code until an access token or error is …
What Is the OAuth 2.0 Device Authorization Flow?
Sep 16, 2025 · Looking to authenticate users on input-constrained devices like smart TVs or gaming consoles? The OAuth Device Flow is your answer. Learn how it works.
Device code flow - authentik
The device code flow is also known as device flow or device authorization grant flow. This type of authentication flow is useful for devices with limited input capabilities and/or devices without …
Microsoft identity platform and OAuth 2.0 authorization code flow
The OAuth 2.0 authorization code flow is described in section 4.1 of the OAuth 2.0 specification. Apps using the OAuth 2.0 authorization code flow acquire an access_token to include in …
Device Flow (OAuth 2.0 Device Authorization Grant) - Authlete
It defines an authorization flow (Device Flow) to issue access tokens for API clients running on devices with no Web browsers and/or that have limited capability for inputting text, with end …
OAuth 2.0 Device Authorization Grant
The OAuth 2.0 Device Authorization Grant (formerly known as the Device Flow) is an OAuth 2.0 extension that enables devices with no browser or limited input capability to obtain an access …