final tweaks
This commit is contained in:
		| @ -10,9 +10,9 @@ This device flow is only possible if the active [brand](../../../sys-mgmt/brands | |||||||
|  |  | ||||||
| authentik does not include a default flow for this use case, so it is necessary to create a new one with the **Designation** of `Stage Configuration`. | authentik does not include a default flow for this use case, so it is necessary to create a new one with the **Designation** of `Stage Configuration`. | ||||||
|  |  | ||||||
| ### Device-side | ### Device flow initiation | ||||||
|  |  | ||||||
| The flow is initiated by sending a POST request to the device authorization endpoint, `/application/o/device/` with the following contents: | The flow is initiated by sending a POST request to the device authorization endpoint, `/application/o/device/`, with the following contents: | ||||||
|  |  | ||||||
| ```http | ```http | ||||||
| POST /application/o/device/ HTTP/1.1 | POST /application/o/device/ HTTP/1.1 | ||||||
| @ -32,8 +32,6 @@ The response contains the following fields: | |||||||
| - `expires_in`: The total seconds after which this token will expire | - `expires_in`: The total seconds after which this token will expire | ||||||
| - `interval`: The interval in seconds for how often the device should check the token status | - `interval`: The interval in seconds for how often the device should check the token status | ||||||
|  |  | ||||||
| --- |  | ||||||
|  |  | ||||||
| With this response, the device can start checking the status of the token by sending requests to the token endpoint like this: | With this response, the device can start checking the status of the token by sending requests to the token endpoint like this: | ||||||
|  |  | ||||||
| ```http | ```http | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Tana M Berry
					Tana M Berry