Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@ The device signal collection policies can collect [information](https://help.okt

See [Create device signal collection rules](https://help.okta.com/okta_help.htm?type=oie&id=create-device-signal-collection-ruleset) for details about configuring the policy in the Admin Console.

#### User identification policies

<ApiLifecycle access="ie" /><ApiLifecycle access="ea" />

Use [user identification policies](/docs/guides/user-identification-policies/main/) to control the pre-identification experience on the Sign-In Widget for an app. User identification works as part of your [app sign-in policies](#app-sign-in-policies).

A user identification policy maps one-to-one to an app sign-in policy. Currently, it controls whether the **Sign in with Okta Verify** button appears on the Sign-In Widget for the app.

### Identity claims sourcing policy

<ApiLifecycle access="ea" /><ApiLifecycle access="ie" />
Expand Down
1 change: 1 addition & 0 deletions packages/@okta/vuepress-site/docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ guides:
- policy-simulation
- idv-integration
- device-signal-collection-policies
- user-identification-policies
- authenticators-tac-authenticator
- custom-well-known-uri
- validate-federation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The policy simulations run access tests based on existing policy configurations
* Authenticator enrollment policies
* Global Session Policies
* User enrollment policies for apps
* [User identification policies](/docs/guides/user-identification-policies/main/)

For background information on policies, see [Policies](/docs/concepts/policies) and [Global session and app sign-in policies](/docs/guides/configure-signon-policy/main/).

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Configure a user identification policy
excerpt: How to use the Policies API to manage user identification policies
layout: Guides
sections:
- main
---
Loading