Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez authored Jan 10, 2024
1 parent a13d93d commit 2ae393f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _pages/details/pdf/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,13 @@ A Client ID can be obtained from the [Adobe PDF Embed API Credentials](https://a

Since v3.8.0, the client ID can optionally be provided via OSGI configuration, such that it can be maintained in Git. Client IDs provided via Policy will supersede any provided via OSGi configuration.

`/apps/my-app/osgiconfig/config.xxx/com.adobe.aem.commons.assetshare.util.impl.AdobePdfEmbedApiImpl.cfg.json`
```
/apps/my-app/osgiconfig/config.xxx/com.adobe.aem.commons.assetshare.util.impl.AdobePdfEmbedApiImpl.cfg.json
```

```json
{
"config.id": "abcdef0123456789"
"client.id": "abcdef0123456789"
}
```

Expand Down

0 comments on commit 2ae393f

Please sign in to comment.