Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/APPROOV_TOKEN_BINDING_QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ Approov tokens are signed with a symmetric secret. To verify tokens, we need to
Retrieve the Approov secret with:

```text
approov secret /path/to/approov/administration.tok -get base64
approov secret -get base64
```

> **NOTE:** The `approov secret` command requires an administration management token to execute successfully. Developer management tokens don't have sufficient privileges to get the secret.
> **NOTE:** The `approov secret` command requires an [administration role](https://approov.io/docs/latest/approov-usage-documentation/#account-access-roles) to execute successfully.

#### Set the Approov Secret

Expand Down
4 changes: 2 additions & 2 deletions docs/APPROOV_TOKEN_QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ Approov tokens are signed with a symmetric secret. To verify tokens, we need to
Retrieve the Approov secret with:

```text
approov secret /path/to/approov/administration.tok -get base64
approov secret -get base64
```

> **NOTE:** The `approov secret` command requires an administration management token to execute successfully. Developer management tokens don't have sufficient privileges to get the secret.
> **NOTE:** The `approov secret` command requires an [administration role](https://approov.io/docs/latest/approov-usage-documentation/#account-access-roles) to execute successfully.

#### Set the Approov Secret

Expand Down