Skip to content
Pedro Mora
Go back

Okta Certified Professional — Lab: Admin Roles and Delegated Administration

These are my lab notes from the Okta Professional Certification hands-on track. The skill this maps to:

Assign admin roles. Understand delegated administration.

Maps to exam: Part II — Account Creation (25%) · See the full lab map on the Okta Professional Cert Study Map or the official study guide.

The exam wants you to understand two things at once:

User access ≠ admin privileges Admin roles can be scoped and delegated.


Lab Setup

Test user: [email protected] Group: CERT Helpdesk Admins


Step 1 — Verify Group Membership

Directory → Groups → CERT Helpdesk Admins

Confirm cert.manager is inside the group.

CERT Helpdesk Admins group with cert.manager as member


Step 2 — Assign an Admin Role to the User

Directory → People → cert.manager → Admin Roles

Admin Roles tab on cert.manager profile

Assign Help Desk Administrator.

If Help Desk Admin is unavailable in your tenant, use Read-Only Administrator or another limited admin role. Do not assign Super Admin.

You will see an error if you try to assign the role directly to the user — Okta wants this done via groups, which is exactly the realistic IAM pattern. The advanced drill below is the correct path.

Direct assignment error — role must come via group


Step 3 — Understand the Role

The user should now be able to:

CapabilityExpected
Reset passwordsYes
Unlock usersUsually yes
View usersYes
Modify org-wide securityNo
Manage policiesUsually no
Full admin rightsNo

Step 4 — Advanced Drill: Group-Based Delegation

Assign the admin role to a group instead of directly to the user.

CERT Helpdesk Admins → assign Help Desk Admin role

Then:

Any user added to the group inherits delegated admin rights

This is very realistic IAM thinking — it’s how delegated administration actually scales in production.

Help Desk Admin role assigned to CERT Helpdesk Admins group


Step 5 — System Log Verification

Reports → System Log → search cert.manager

Look for:

admin.role.assign
user.session.start
admin.console.access

System Log showing admin.role.assign and admin.console.access events


Success Criteria

You’re done when:

  1. cert.manager has delegated admin rights.
  2. cert.manager can access limited admin functionality.
  3. cert.employee1 cannot access the admin console.
  4. Removing the role removes admin access.
  5. You can explain delegated administration vs normal access.

Exam Sentence

Administrative privileges are assigned through admin roles. Delegated administrators can perform limited administrative tasks without being Super Admins, and assigning the role to a group is the realistic pattern — group membership grants the inherited admin rights.


Share this post on:

Previous Post
HTB Sequel — Blank Root on MariaDB
Next Post
Okta Certified Professional — Lab: User Lifecycle States (Suspend, Password Reset, Deactivate)