Use the Identity Provider (IDP) attribute from the Security Assertion Markup Language (SAML) response as a filter criteria for authentication policy.
Vorbereitungen
Role required: adaptive_auth_admin
You can create session access policy using policy context (Pre-Authentication, Post Authentication, multi-factor authentication) and filter criteria (Role, Group, IP, Location)
with policy inputs and conditions.
The following procedure shows steps to configure the IdP attribute from the SAML response as a policy input to control authentication in the Post Authentication
Context, Multi-factor authentication (MFA) Context, and Zero Trust - Policy based session access.
The Okta IDP attributes are as displayed in the following
screenshot. You should set the Use in Adaptive Authentication as true to use it in the Post Authentication Context, Multi-factor authentication (MFA) Context, and Zero
Trust - Policy based session access policies.

Hinweis: Policies in the post-authorization, MFA, Zero Trust - Policy based session access execute after the users enter the credentials or SSO response.
Prozedur
-
Use of IDP attribute in Post Authentication Policy Context.
Example: Configuring to enable logins from the Okta IDP attributes if the device is trusted.
-
Navigate to .
-
Select Allow Policy and open the policy record.
-
In the Policy Input, create the Policy Input and Policy Condition.
- Policy Input: Add device_trusted-okta.

- Policy Conditions: device_trusted-okta is trusted and Identity Provider is okta.

Based on this configuration, when the device is trusted from the Okta (IdP), then the user is authenticated to the instance.
For more information on how to create Post Authentication Context with Policy and Condition, see Post-authentication context.
-
Use of IDP attribute in MFA Policy Context.
Example: Configuring to enable MFA from the Okta IDP attributes if the device isn’t trusted.
-
Navigate to .
-
In the Policy Input, create the Policy Input and Policy Condition.
- Policy Input: Add device_trusted-okta.

- Policy Conditions: device_trusted-okta is not_trusted and Identity Provider is okta.

Based on this configuration, when the device is not-trusted from the Okta (IdP), then the user shown a second factor authentication to log in to the instance.
For more information on how to create MFA Context with Policy and Condition, see Multi-factor Authentication context.
-
Use of IDP attribute in Zero Trust - Policy based session access.
Example: Configuring to reduce the privilege of Itil role from Okta IDP attributes if the device isn’t trusted.
-
Navigate to .
-
Create a Session Access role configuration.
-
In the Policy Input, create the Policy Input and Policy Condition.
- Policy Input: Add device_trusted-okta and has itil role.

- Policy Conditions: device_trusted-okta is not_trusted, Identity Provider is okta, and
has itil role is true.

Based on this configuration, when the itil user using a device that is not-trusted from the Okta (IdP), then the user's privileges are reduced for the logged in session.
For more information on how to create Zero Trust - Policy based session access with Policy and Condition, see Zero Trust Access (ZTA).