Skip to content

Latest commit

 

History

History
 
 

auth-samples

urlFragment topic products languages
azure-blockchain-auth-samples
sample
azure
python
csharp
javascript

Auth Samples and Code Snippets for Workbench

Overview

Steps for Workbench Authentication

  1. 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.

  1. Get the latest version of the ADAL Package (Instructions Provided in Samples)
  2. 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.