Configure Management Attestation for Desktop Devices

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:43 PM on 12/9/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

What is the purpose of Management Attestation for Desktop Devices?

To ensure that Windows and macOS desktops accessing Okta-protected apps are truly managed devices.

2
New cards

What verifies that a device is managed by Intune, Workspace ONE, or Jamf?

Client certificates are used to verify device management.

3
New cards

What does a client certificate prove?

Device authenticity and confirms management enrollment.

4
New cards

What are the two options for issuing certificates according to the notes?

  1. Okta as the Certificate Authority (CA), 2. Bring Your Own CA.


5
New cards

What protocol does Okta use to issue certificates?

SCEP (Simple Certificate Enrollment Protocol) is used to issue certificates.

6
New cards

In the Delegated Dynamic Challenge model, who generates the unique dynamic secret?

Microsoft Endpoint Manager (Intune) generates the unique dynamic secret.

7
New cards

What must MEM trust to ensure secure communication with Okta?

MEM must trust the X.509 certificate issued by Okta.

8
New cards

What is the first step in configuring Management Attestation?

Create Azure AD App Registration for secure API communication.

9
New cards

What does Okta Verify do during the authentication process with certificates?

It presents the certificate to Okta to validate device management status.

10
New cards

What can be enforced after completing certificate issuance in authentication policies?

  1. Managed device required, 2. Step-up MFA if unmanaged, 3. Block unmanaged devices from sensitive apps.


11
New cards
management_attestation_deck = """
12
New cards
What does Okta use to confirm that a desktop device is managed?
A client certificate installed on the device.
13
New cards
What protocol is used to issue client certificates?
SCEP (Simple Certificate Enrollment Protocol).
14
New cards
What are the two CA options for management attestation?
Okta as the CA or Bring Your Own CA.
15
New cards
Why is Okta as CA the most common option?
It simplifies PKI and certificate management.
16
New cards
What is a SCEP challenge?
A secret used by devices to authenticate during certificate enrollment.
17
New cards
What are the two SCEP challenge types?
Static challenge and dynamic challenge.
18
New cards
Which challenge type is more secure?
Dynamic challenge.
19
New cards
What is a delegated dynamic challenge?
A dynamic challenge where MEM/Intune generates the secret.
20
New cards
Which platforms use delegated dynamic challenges?
Windows and macOS devices managed by Microsoft Endpoint Manager (Intune).
21
New cards
What roles does Okta play in delegated challenge flow?
Certificate Authority and SCEP server.
22
New cards
What role does MEM play in delegated challenge flow?
It generates and delivers the dynamic secret.
23
New cards
What triggers the certificate request on a desktop?
The device receiving a SCEP profile from MEM or another MDM.
24
New cards
What happens after the device sends the secret to Okta?
Okta validates the secret with MEM and issues a certificate.
25
New cards
What happens to the dynamic SCEP secret after certificate issuance?
It expires and becomes invalid.
26
New cards
What is the generic dynamic challenge used for?
Devices managed by Jamf Pro or Workspace ONE.
27
New cards
Who generates the secret in a generic challenge?
Okta generates the dynamic secret.
28
New cards
What Azure configuration is required for delegated challenge?
Register an Azure AD application for Okta to communicate with MEM.
29
New cards
What Okta item is needed for MEM to trust the CA?
An X.509 certificate downloaded from Okta.
30
New cards
What profiles must be configured in MEM?
A trusted certificate profile and a SCEP profile.
31
New cards
How does Okta Verify use certificates during authentication?
It presents the certificate to prove that the device is managed.
32
New cards
What can you enforce once management attestation is enabled?
Authentication policies based on managed/unmanaged device status.
33
New cards
""".strip()
34
New cards