Skip to content

Commit

Permalink
Update developer-faq.md (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
manojs1978 authored Oct 21, 2022
1 parent c02beb4 commit 9469b8c
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/developer/developer-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 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

0 comments on commit 9469b8c

Please sign in to comment.