From 9469b8c6d8eca1af02c2df47d621b5a103b3caa6 Mon Sep 17 00:00:00 2001 From: manoj suryawanshi Date: Fri, 21 Oct 2022 14:21:41 +0530 Subject: [PATCH] Update developer-faq.md (#2690) --- docs/developer/developer-faq.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/developer/developer-faq.md b/docs/developer/developer-faq.md index d0ffa92ce91..2c5ef138c37 100644 --- a/docs/developer/developer-faq.md +++ b/docs/developer/developer-faq.md @@ -46,4 +46,29 @@ Use external key? [Y|n] : y ### Test -Janssen Server open-banking is ready for testing. Visit [testing]() instructions to know more. \ No newline at end of file + +## How to test OpenBanking? + +This test uses Gluu Testing certificate. + +### device authentication +After installation we have to complete device authentication to use openbanking. + +### Testing using IM mode +launch jans-cli using below command + +``` +/opt/jans/jans-cli/config-cli.py -CC /opt/jans/jans-setup/output/CA/client.crt -CK /opt/jans/jans-setup/output/CA/client.key +``` +further testing is same as jans server + +### Testing using commnd line mode + +we can run below command at command line. +for ex: +``` +/opt/jans/jans-cli/config-cli.py -CC /opt/jans/jans-setup/output/CA/client.crt -CK /opt/jans/jans-setup/output/CA/client.key –operation-id get-oauth-openid-clients +``` + +same way we can run other commands. +rest is same for jans and openbanking