Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.33 KB

CREATE_CLIENT.md

File metadata and controls

23 lines (13 loc) · 1.33 KB

Creating an OAuth Client

This document explains how to properly create an OAuth Client which is a requirement for running some projects contained in this repository - the Cloud Manager, for example. By the end of this document, you should have a newly created Client ID which will be used as an environment variable, usually located in a .env file.

Disclaimer

Keep in mind these instructions assume you already have an account with Linode.com. If you do not have an account, please create one here.

Creating a Client ID

The first step in getting UI apps running locally is to create an OAuth Client. You can create one here. On this screen, click Create an OAuth App

Screen Shot 2019-04-10 at 2 47 57 PM

Once the drawer opens up, enter the values below and click Submit

Screen Shot 2019-04-11 at 10 18 01 AM

Finally, keep the client ID in the table row handy. You'll need it later:

Screen Shot 2019-04-10 at 3 04 02 PM