In this tutorial we use GitHub as the Identity Provider, so we need to register the Authorization Provider running on the Vagrant virtual machine as a client application with GitHub.
EBU CPA tutorialhttp://localhost:8001EBU CPA tutorialhttp://localhost:8001/auth/github/callback<client_id> and <client_secret> with the credentials generated by GitHub.
In [0]:
var CLIENT_ID = "<client_id>";
var CLIENT_SECRET = "<client_secret>";
require('/opt/notebooks/tutorial/lib/tutorial-utils')(this);
this.setGithubCredentials(CLIENT_ID, CLIENT_SECRET);
Go to Device Flow (User Mode)