Authentication ============== The Crayon API uses OAuth2 to authenticate with the API. ResourcePasswordFlow ^^^^^^^^^^^^^^^^^^^^ When authenticating using ResourcePasswordFlow you need a registered "ClientID" with a "ClientSecret", and username with a password. Steps: 1. Request a Tenant administrator account by your crayon contact. 2. Retrieve token: :doc:`/scenarios/token-get` See samples: `Sample program in C# `_ .. This section is commented Steps: 1. Request a Tenant administrator account by your crayon contact or by filling out this form: - https://cloudiq.crayon.com/apply/ 2. Sign in to the Customer portal and Register a client to retrieve your "ClientID" and "ClientSecret": - https://cloudiq.crayon.com/customerapi/clients/ 3. Create a user account that will be used to communicate with the API: - https://cloudiq.crayon.com/users/ 4. Retrieve token: - :doc:`/scenarios/token-get`