Table of Contents |
---|
...
Create an Application with the following Azure attributes:
Application (client) ID
Directory (tenant) ID
Application password
Follow this guide to obtain give consent for the Application to work with with:
AccessToken
RefreshToken
Note |
---|
Abiquo provides these instructions as a guide only and we update them occasionally. Abiquo recommends that customers follow the instructions of the cloud provider, for example, at the time of writing for Azure: |
...
To create your own server to grant consent for the use of your Azure credentials, follow the instructions in the Azure documentation. For general instructions, see https://docs.microsoft.com/en-us/partner-center/develop/partner-center-authentication#app--user-authentication and for Java instructions: https://docs.microsoft.com/en-us/partner-center/develop/partner-center-authentication#java-appuser-authentication.
...
This means you should enter the text csp#
, the Directory (tenant) ID, Application (client) ID, access token, and refresh token as a single string and separate each element with a #
number/hash character.
Obtain credentials for CSP customers
To activate compute and billing for a CSP customer, create an app in the customer’s Active Directory and add the credentials to the customer enterprise.
...