| urlFragment | azure-blockchain-auth-samples | |||
|---|---|---|---|---|
| topic | sample | |||
| products |
|
|||
| languages |
|
- Create a Service Principle
Instruction for Creating a Service Principle on the Azure Portal:
Go to Azure Active Directory --> App Registrations
Create a New Application Registration
To get the Client Id: Go to the Application you have just created --> Settings --> Keys
Generate a New Key and be sure to save this. This is your Client App Secret.
- Get the latest version of the ADAL Package (Instructions Provided in Samples)
- Use the code samples provided as a guideline of how to get a bearer token for your Workbench Application.
A simple tool that allows you to obtain a bearer token for your Workbench instance to be used for development purposes or through Postman.