From 288c506e839a8ac16278744305a803d6f411c4d1 Mon Sep 17 00:00:00 2001 From: Afra Hussaindeen Date: Tue, 3 Sep 2024 19:59:55 +0530 Subject: [PATCH] Add info on enabling idvp feature --- docs/config.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/config.md b/docs/config.md index aafaddb..cbbd2b5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -14,6 +14,13 @@ Please [contact](https://public.support.onfido.com/s/contactsupport) the Onfido 2. This version of the connector is tested with WSO2 Identity Server version 7.0. Make sure to download and set up the correct version of the [Identity Server](https://wso2.com/identity-and-access-management) in your environment. +3. By default, the Identity Verification Provider feature is not enabled in +WSO2 Identity Server version 7.0. To enable it, add the following configuration to the +deployment.toml file: + ```toml + [console.identity_verification_providers] + enabled = true + ``` ## Setting up and Installing the Onfido Connector