OKTA Flashcards
(127 cards)
What is Okta?
Okta is an identity and access management platform providing secure single sign-on, multi-factor authentication, lifecycle management, and more.
What is the primary role of an Okta org (organization)?
An Okta org is a private data container that represents your instance of Okta. It includes users, applications, policies, and configurations.
How does Okta differ from Active Directory?
Okta is a cloud-based IdP focusing on web-based authentication and integrations, while Active Directory is an on-premises directory solution from Microsoft primarily for Windows environments.
What is OIDC (OpenID Connect)?
OIDC is an identity layer on top of OAuth 2.0, allowing clients to verify the identity of end-users and obtain profile information in a RESTful, interoperable manner.
What is the difference between SAML and OIDC?
SAML is an older, XML-based protocol for SSO mainly used by enterprises. OIDC is a modern, JSON-based identity layer built on OAuth 2.0 and is often used for modern web and mobile apps.
What is the purpose of an Okta ‘Application’?
An Okta ‘Application’ is any external service or application integrated with your Okta org for identity-related services such as SSO, user provisioning, or MFA.
What are Okta ‘Groups’ used for?
Groups in Okta are used to manage users collectively, applying access policies or provisioning rules to a set of users rather than individuals.
How do you set up Multi-Factor Authentication (MFA) in Okta?
You enable MFA in the Security > Multifactor section of your Okta admin console, specify which factors (Okta Verify, SMS, etc.), and then assign policies to users or groups.
What is Okta Verify?
Okta Verify is a mobile app that serves as a second factor for Okta login, supporting push notifications and TOTP codes.
What is the ‘Okta Integration Network’ (OIN)?
The OIN is a catalog of thousands of pre-built integrations that allow Okta customers to quickly configure SSO and provisioning for commonly used applications.
What does ‘Just-In-Time (JIT)’ provisioning mean in Okta?
With JIT provisioning, user accounts are automatically created or updated in Okta (or an external application) at the time of user login, reducing manual administration.
How do you set up lifecycle management in Okta?
Using the Lifecycle Management feature, you can configure rules to provision and deprovision accounts in connected applications based on user status in Okta or a directory source.
What is Okta’s ‘Universal Directory’?
Universal Directory (UD) is Okta’s identity store that holds user attributes and can map or transform those attributes to downstream applications or directories.
What is a ‘Delegated Authentication’ in Okta?
Delegated Authentication allows Okta to authenticate users against an existing identity store (such as Active Directory), instead of storing and verifying credentials directly in Okta.
What is Okta’s API Access Management?
API Access Management in Okta extends OAuth 2.0 capabilities to secure API endpoints, enabling you to control which clients and users can access APIs.
What is an ‘API token’ in Okta, and how is it used?
An API token is a secret key used for authenticating to Okta APIs. Administrators generate it in the Admin Console, then use it in API calls to manage users, applications, or configurations.
How do you handle password policies in Okta?
You create a password policy under Security > Authentication > Password in the Admin Console, specifying strength requirements, complexity rules, and reset frequency. You then assign the policy to users or groups.
What are ‘Sign-On Policies’ in Okta?
Sign-On Policies control access to applications based on conditions like user groups, IP ranges, device, or risk-level. Administrators can enforce MFA or limit access based on these conditions.
What is the purpose of an ‘Authorization Server’ in Okta?
Authorization Servers (in the API Access Management context) issue tokens (JWT, for example) that applications use for secure API calls. Each server can have custom scopes, claims, and policies.
How can you integrate Okta with Microsoft Office 365?
Through the Okta Integration Network (OIN), you select the Office 365 integration. Then configure SSO (SAML or WS-Fed) and, optionally, user provisioning to sync user attributes and license assignments.
What is the ‘Okta Agent’ and what is it used for?
Okta provides various agents (AD Agent, LDAP Agent, IWA Agent) that connect your on-prem directory to Okta for user import, authentication delegation, and provisioning tasks.
What are ‘Access Requests’ in Okta?
Access Requests provide a workflow for employees to request access to applications or roles, which can then be approved or denied by designated reviewers. This is part of Okta’s Identity Governance offerings.
What is Okta ‘Adaptive MFA’?
Adaptive MFA is Okta’s context-aware MFA solution that evaluates device, network, location, and user behavior signals to prompt for additional factors only when there’s a risk.
How does ‘Device Trust’ work with Okta?
Device Trust ensures only devices that meet specific security standards (like having a certificate installed or being domain-joined) can access certain applications through Okta.