Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update developer-faq.md #2690

Merged
merged 1 commit into from
Oct 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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