mirror of
https://github.com/fleetdm/fleet
synced 2026-04-30 18:07:56 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #38351 # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] Added/updated automated tests - [x] QA'd all new/changed functionality manually - Including Okta conditional access ## Database migrations - [x] Checked schema for all modified table for columns that will auto-update timestamps during migration. - [x] Ensured the correct collation is explicitly set for character columns (`COLLATE utf8mb4_unicode_ci`). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Device authentication tokens now remain valid after automatic refresh, keeping your Device page URL accessible * Device tokens are automatically generated when needed during conditional access authentication <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 lines
265 B
Text
2 lines
265 B
Text
- Accept the previous device authentication token for up to one rotation cycle, so the My Device page URL remains valid after token refresh.
|
|
- Generate a server-side device token in the Okta conditional access flow when none exists or the current token is expired.
|