Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tools4everbv/helloid-conn-prov-target-adobe-creativecloud
Adobe Creative Cloud - Target
https://github.com/tools4everbv/helloid-conn-prov-target-adobe-creativecloud
dfm provisioning target
Last synced: about 1 month ago
JSON representation
Adobe Creative Cloud - Target
- Host: GitHub
- URL: https://github.com/tools4everbv/helloid-conn-prov-target-adobe-creativecloud
- Owner: Tools4everBV
- Created: 2022-09-27T15:14:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T09:04:11.000Z (12 months ago)
- Last Synced: 2024-01-09T10:36:12.050Z (12 months ago)
- Topics: dfm, provisioning, target
- Language: PowerShell
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloID-Conn-Prov-Target-Adobe-CreativeCloud
This connector allows you to create, update and delete Federated IDs in Adobe Creative Cloud.
## Table of Contents
* [Setup the Adobe Project](#setup-the-adobe-project)## Setup the Adobe Project
1. Follow the steps in the Adobe guide linked below for setting up service account integration.https://developer.adobe.com/developer-console/docs/guides/authentication/ServiceAccountIntegration/
2. With the public and private key generated during setup use openssl to create a PFX certificate file for use in generating the JWT token.
```
openssl pkcs12 -export -out AdobeCreativeCloud.pfx -inkey private.key -in certificate_pub.crt
```_For more information about our HelloID PowerShell connectors, please refer to our general [Documentation](https://docs.helloid.com/hc/en-us/articles/360012557600-Configure-a-custom-PowerShell-source-system) page_
# HelloID Docs
The official HelloID documentation can be found at: https://docs.helloid.com/