Skip to content

Commit e353b92

Browse files
committed
feat: document feature flag ENABLE_ANONCRED #199
Signed-off-by: FabioPinheiro <[email protected]>
1 parent 23b9940 commit e353b92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/docs/identus/cloud-agent/environment-variables.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Environment Variables
22

3-
The following enviroment variables can be used to configure Cloud Agent:
3+
The following enviroment variables can be used to configure Identus Cloud Agent:
44

55
| Variable Name | Description | Type | Default |
66
|--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------|----------------------------------------------|
@@ -66,4 +66,5 @@ The following enviroment variables can be used to configure Cloud Agent:
6666
| KEYCLOAK_UMA_AUTO_UPGRADE_RPT | Whether or not to enable automatic upgrade of RPT tokens. If disabled, `accessToken` must be RPT and include the permission claims. | Boolean | true |
6767
| KEYKLOAK_ROLES_CLAIM_PATH | The json path to the `roles` claim in the JWT payload . Used for role-based authorization (e.g. admin or tenant). | String | `resource_access.<KEYCLOAK_CLIENT_ID>.roles` |
6868
| PRESENTATION_INVITATION_EXPIRY | The presentation invitation expiry duration e.g 300 seconds. After which the OOB Request Presentation will expire | String | 300 seconds |
69-
| ISSUANCE_INVITATION_EXPIRY | The presentation invitation expiry duration e.g 300 seconds. After which the OOB Credential Offer will expire | String | 300 seconds |
69+
| ISSUANCE_INVITATION_EXPIRY | The presentation invitation expiry duration e.g 300 seconds. After which the OOB Credential Offer will expire | String | 300 seconds |
70+
| ENABLE_ANONCRED | Enable support for Anoncred Credential type via API and DIDComm | Boolean | false |

0 commit comments

Comments
 (0)