This application is not coming OOTB in Atlas, it must be installed explicitly as it will be used to consume ConneX API externally .
In order to install it, you would need to request the script to your CSM called Register-ConneXClientADApp.ps1. The user who is executing the script must be Global Administrator as some permissions need to be granted.
This script receives these input parameters:
- (Mandatory)ConneXAPIAppId: Application Id from Atlas.ConneX API from Azure Active directory.
- (Mandatory)TenantId: Tenant Id where the Office 365 users reside.
Example of use: .\Register-ConneXClientADApp.ps1 -ConnexAPIAppId "xxxx-xxxx-xxxx-xxxx-xxxx" -TenantId "xxxx-xxxx-xxxx-xxxx-xxxx"
Ask your CSM to send the file called AtlasConneXAPIClientScripts.zip, this file contains some modules required for the script and some settings file.
When the script is run you may see some messages in Red.
- The first message in red appears before being prompted for credentials before running the script. Once the credentials are validated, the script will execute.
- The second message in red is a warning as the screen will show:
- ConneX API Client App Id.
- ConneX API Client App Secret.
The above data will also be available to you in 04-ConneX-Client-AD-App.csv file found in the AtlasOutputs folder (yellow message below).
Comments
0 comments
Please sign in to leave a comment.