From de70cde82acb5a24b6135f392e0561bee49eda7b Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 1 Sep 2022 10:01:36 -0500 Subject: [PATCH] docs: add comment #1924 (#2289) --- docs/admin/developer/agama/quick-start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/admin/developer/agama/quick-start.md b/docs/admin/developer/agama/quick-start.md index 6ceab790613..7d1ac97f16c 100644 --- a/docs/admin/developer/agama/quick-start.md +++ b/docs/admin/developer/agama/quick-start.md @@ -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 `. Keep this credentials safe. Tokens are required to have the right scopes depending on the operation to invoke, the following table summarizes this aspect: