Skip to content

Commit

Permalink
Merge pull request #1 from himeshsiriwardana/pr-4803
Browse files Browse the repository at this point in the history
improvements to the idvp documentation
  • Loading branch information
JayaShakthi97 authored Oct 15, 2024
2 parents 117a297 + 22679e6 commit f6f945a
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 35 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% include "../../../../includes/guides/identity-verification/configure-identity-verification-provider.md" %}

This file was deleted.

3 changes: 1 addition & 2 deletions en/asgardeo/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ nav:
- User Impersonation: guides/authorization/impersonation/user-impersonation.md
- Identity Verification:
- Identity Verification: guides/identity-verification/index.md
- Registering an Identity Verification Provider: guides/identity-verification/add-identity-verification-provider.md
- Manage an Identity Verification Provider: guides/identity-verification/manage-identity-verification-provider.md
- Configure an Identity Verification Provider: guides/identity-verification/configure-identity-verification-provider.md
- User management:
- User management: guides/users/index.md
- Manage administrators: guides/users/manage-administrators.md
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Manage an Identity Verification Provider
# Configure an Identity Verification Provider

This section provides instructions on how to manage Identity Verification Providers (IDVPs) once they are created.
Identity verification Providers (IDVP) lets you confirm the identity of users by checking legal documents such as passports, national identification cards, and driver's licenses. {{ product_name }} allows you to add Identity Verification Providers and specify various details that help you link the IDVP to {{ product_name }}. To properly configure the IDVPs, you must specify all information required to perform identity verification.

This guide walks you through adding and configuring IDVPs based on your requirements.

## Register an Identity Verification Provider

Follow the steps below to add an IDVP to {{product_name}}:

1. On the {{ product_name }} Console, go to **Connections**.

2. Click **New Connection** and select the **Identity-Verification** filter tag.

![create-idvp]({{base_path}}/assets/img/guides/identity-verification/create-idvp.png){width=700}

3. Select the preferred IDVP template and follow the setup wizard to register the preferred IDVP.

## Manage your Identity Verification Provider

This section provides instructions on how to manage the created IDVPs.

### View an Identity Verification Provider

Expand Down Expand Up @@ -58,3 +76,6 @@ To delete an IDVP:
![idvp-delete]({{base_path}}/assets/img/guides/identity-verification/delete-idvp.png)

4. Click **Confirm**.



15 changes: 5 additions & 10 deletions en/includes/guides/identity-verification/overview.md
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.

0 comments on commit f6f945a

Please sign in to comment.