Add device posture IdP guide#6233
Open
brentschaus-okta wants to merge 3 commits into
Open
Conversation
Add a new dev-docs guide for integrating an external device posture IdP and managing it with the Device Integrations API. Covers the read + lifecycle endpoints (list, retrieve, activate, deactivate), consuming device posture signals in a device assurance policy via thirdPartySignalProviders.devicePostureIdP, and the SAML/OIDC data contracts. Delegates IdP creation and app sign-in policy setup to the existing add-an-external-idp and device-assurance-policies guides. Register the guide in guides/index.md and navbar.const.js.
Add links to the new device posture IdP guide from related docs: - device-signal-collection-policies: offer both the Admin Console help topic and the new API guide for the device posture IdP list item. - device-assurance-policies: add a Next steps link for using external device posture signals. - concepts/policies: note that device assurance can use signals from an external device posture IdP.
This comment was marked as outdated.
This comment was marked as outdated.
…capitalization in device posture IdP guide
This comment was marked as outdated.
This comment was marked as outdated.
Acrolinx scoreA minimum Acrolinx Score of 80 is required. The total score is an average of the subscores.
Successfully checked 6 of 6 documents. Reopen the pull request or push new changes to check again. Depending on the Acrolinx server configuration, the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
What's changed?
Adds a new guide, Configure a device posture IdP, for integrating an external SAML/OIDC device posture IdP with Okta and managing it through the Device Integrations API.
New guide (
/docs/guides/device-posture-idp/) covers:com.okta.deviceidp/metadata.type: DEVICE_IDP).thirdPartySignalProviders.devicePostureIdP(managed/compliant).urn:okta:saml:2.0:DevicePosturenamespace, request/response examples, the requiredIsManagedfact, theAuthnFailederror, and the OIDCdevice_contextclaim).To avoid duplication, the guide delegates IdP creation to the existing
add-an-external-idp/identity-providersguides and delegates device assurance policy basics + app sign-in rule setup todevice-assurance-policies. Uses scoped OAuth 2.0 access tokens (okta.deviceIntegrations.manage,okta.deviceAssurance.manage,okta.policies.manage) throughout — no SSWS. Registered inguides/index.mdandnavbar.const.js.Cross-links added from related docs so the new guide is discoverable:
device-signal-collection-policies: the Device posture IdP list item now offers both the Admin Console help topic and the new API guide.device-assurance-policies: a Next steps link for using external device posture signals.concepts/policies: a note that device assurance can use signals from an external device posture IdP.Is this PR related to a Monolith release?
The feature went GA in 2025.07.0. This is post-GA documentation, so it isn't gating an upcoming release. Documented as GA (
<ApiLifecycle access="ie" />, no EA tag).Resolves:
Netlify Preview Link:
Netlify preview