Skip to content

Latest commit

 

History

History

auth-samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Auth Samples and Code Snippets for Workbench

Overview

This folder contains samples for accessing Workbench's API in different languages and frameworks.

Authentication Samples

Instructions for using Postman's OAuth 2.0 authentication mechanism to obtain a bearer token by logging in using your user credentials. This is similar to how Workbench's UI obtains the bearer token, and the token will have the same claims as your user.

Instructions for using Postman to call the AAD token service and obtain a bearer token as using a service principal.

Instructions and code samples for calling Workbench's API in C# (.NET Core).

Instructions and code samples for calling Workbench's API in JavaScript (Node.js).

Instructions and code samples for calling Workbench's API in Python.

This tool is deprecated, please use postman as your user