Skip to content

Commit

Permalink
docs: add comment #1924 (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Sep 1, 2022
1 parent d45a9d9 commit de70cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/admin/developer/agama/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ cat /root/.config/jans-cli.ini | grep 'jca_client_id'
cat /root/.config/jans-cli.ini | grep 'jca_client_secret_enc'
```

TODO: this will actually give the admin-ui client creds, not the config api client (1800-prefixed inum) ones as required. Need a way to get config api details without forcing users to connect to the underlying database.

The above contains an encoded secret, to decode it run `/opt/jans/bin/encode.py -D <DECODED-PASS>`. Keep this credentials safe.

Tokens are required to have the right scopes depending on the operation to invoke, the following table summarizes this aspect:
Expand Down

0 comments on commit de70cde

Please sign in to comment.