-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from himeshsiriwardana/pr-4803
improvements to the idvp documentation
- Loading branch information
Showing
7 changed files
with
30 additions
and
35 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
...sgardeo/docs/guides/identity-verification/add-identity-verification-provider.md
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...o/docs/guides/identity-verification/configure-identity-verification-provider.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{% include "../../../../includes/guides/identity-verification/configure-identity-verification-provider.md" %} |
1 change: 0 additions & 1 deletion
1
...rdeo/docs/guides/identity-verification/manage-identity-verification-provider.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
en/includes/guides/identity-verification/add-identity-verification-provider.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
# Identity Verification | ||
|
||
Identity verification (IDV) is a crucial component of managing user access and verifying identities in systems and platforms. It enables organizations to confirm the identity of users through various authentication methods, such as by checking legal documents, like passports, national identification cards, and driver's licenses. | ||
Identity verification (IDV) is a crucial component of managing user access and verifying identities in systems and platforms. It enables organizations to confirm the identity of users through various authentication methods, such as by checking legal documents such as passports, national identification cards, and driver's licenses. | ||
|
||
IDV is a critical aspect of security and risk management, as it helps to prevent identity fraud and ensures that only authorized individuals have access to sensitive systems and data. By having IDV, organizations can protect themselves from potential threats and enhance the overall security of their systems. | ||
|
||
## Managing Identity Verification | ||
## Manage Identity Verification | ||
|
||
The {{ product_name }} facilitates identity verification by establishing a connection with a third-party provider through an identity verification connector. Within the {{ product_name }}, the user attribute's identity verification status is efficiently managed, along with the associated metadata from the identity verification provider. | ||
{{ product_name }} facilitates identity verification by establishing a connection with a third-party identity verification provider (IDVP). Within {{ product_name }}, the users' identity verification status is efficiently managed, along with the associated metadata received from the IDVP. | ||
|
||
You can use the [Identity Verification Provider management API](../../apis/identity-verification-providers.md) to add, update and delete identity verification providers. | ||
- You may onboard and manage an IDVP from the {{product_name}} Console. Learn more in [configure an IDVP]({{base_path}}/guides/identity-verification/configure-identity-verification-provider/). | ||
|
||
## Configuring an Identity Verification Provider | ||
|
||
An identity verification provider (IDVP) is a third-party service that is used to verify the identity of a user. Through {{ product_name }}, you can configure an IDVP to verify the identity of a user. | ||
|
||
- [Create a new Identity Verification Provider](add-identity-verification-provider.md) | ||
- [Manage created Identity Verification Providers](manage-identity-verification-provider.md) | ||
- You may also use the [Identity Verification Provider management API]({{base_path}}/apis/identity-verification-providers/) to add, update and delete IDVPs. |