Skip to content

Commit 077e66b

Browse files
Acrolinx improvements
1 parent 160c74b commit 077e66b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/@okta/vuepress-site/docs/guides/add-id-verification-idp/main/clear/afterappidpinokta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Create an Okta account management policy rule
22

3-
Use the [Policies API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/createPolicyRule) to create a rule that requires users to be verified by <StackSnippet snippet="idp" inline /> when they enroll a new authenticator. Create your own `POST` request body or copy the [example request](#okta-account-management-policy-rule-example-request) and input your values.
3+
Use the [Policies API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/createPolicyRule) to create a rule that requires <StackSnippet snippet="idp" inline /> to verify users when they enroll a new authenticator. Create your own `POST` request body or copy the [example request](#okta-account-management-policy-rule-example-request) and input your values.
44

55
Ensure that you’ve created a group for users who you want to verify with CLEAR. For example, create a group called “<StackSnippet snippet="idp" inline /> IDV test group”.
66

packages/@okta/vuepress-site/docs/guides/add-id-verification-idp/main/customidv/afterappidpinokta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Create an Okta account management policy rule
22

3-
Use the [Policies API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/createPolicyRule) to create a rule that requires users to be verified by your custom IDV vendor when they enroll a new authenticator. Create your own `POST` request body or copy the [example request](#okta-account-management-policy-rule-example-request) and input your values.
3+
Use the [Policies API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/createPolicyRule) to create a rule that requires your custom IDV vendor to verify users when they enroll a new authenticator. Create your own `POST` request body or copy the [example request](#okta-account-management-policy-rule-example-request) and input your values.
44

55
Ensure that you’ve created a group for users who you want to verify with your custom IDV vendor. For example, create a group called “Custom IDV test group”.
66

packages/@okta/vuepress-site/docs/guides/add-id-verification-idp/main/incode/afterappidpinokta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Create an Okta account management policy rule
22

3-
Use the [Policies API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/createPolicyRule) to create a rule that requires users to be verified by <StackSnippet snippet="idp" inline /> when they enroll a new authenticator. Create your own `POST` request body or copy the [example request](#okta-account-management-policy-rule-example-request) and input your values.
3+
Use the [Policies API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/createPolicyRule) to create a rule that requires <StackSnippet snippet="idp" inline /> to verify users when they enroll a new authenticator. Create your own `POST` request body or copy the [example request](#okta-account-management-policy-rule-example-request) and input your values.
44

55
Ensure that you’ve created a user account and group for that user. For example, add the user to a group called “<StackSnippet snippet="idp" inline /> IDV test group”.
66

@@ -152,4 +152,4 @@ You can test the integration directly from your <StackSnippet snippet="idp" inli
152152
1. Open the generated link in a new browser tab.
153153
1. Complete the IDV flow.
154154

155-
To verify that the the Okta account management policy and <StackSnippet snippet="idp" inline /> are set up correctly in your org, try to enroll an authenticator with your user. If your IDV vendor and policy are set up correctly, that user is prompted to verify their identity with the IDV vendor before they can complete the enrollment.
155+
To verify that the Okta account management policy and <StackSnippet snippet="idp" inline /> are set up correctly in your org, try to enroll an authenticator with your user. If your IDV vendor and policy are set up correctly, that user is prompted to verify their identity with the IDV vendor before they can complete the enrollment.

packages/@okta/vuepress-site/docs/guides/add-id-verification-idp/main/persona/afterappidpinokta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Create an Okta account management policy rule
22

3-
Use the [Policies API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/createPolicyRule) to create a rule that requires users to be verified by the IDV vendor when they enroll a new authenticator. Create your own `POST` request body or copy the [example request](#okta-account-management-policy-rule-example-request) and input your values.
3+
Use the [Policies API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Policy/#tag/Policy/operation/createPolicyRule) to create a rule that requires <StackSnippet snippet="idp" inline /> to verify users when they enroll a new authenticator. Create your own `POST` request body or copy the [example request](#okta-account-management-policy-rule-example-request) and input your values.
44

55
Ensure that you’ve created a user account and group for that user. For example, add the user to a group called “Persona IDV test group”.
66

0 commit comments

Comments
 (0)