Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 767 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 767 Bytes

AzureOAuthTestApps

Building Apps in Azure to Test OAuth Authentication Flows

This repository contains a Powershell Script which creates a Test Environment with multiple Azure Apps.
These Apps are used to test OAuth Authentication flows.

The Postman Collections to Test OAuth are available by Micrsoft directly.
See Top of the Page.

Source: https://docs.microsoft.com/de-de/azure/active-directory/develop/v2-oauth2-auth-code-flow
Postman Direct URL: https://app.getpostman.com/run-collection/f77994d794bab767596d

Client Credential Flow

The first and currently only implementation is the client credential flow.
This Example Uses a Resource Server App that hosts three AppRoles.
The Client receives Permission to two AppRoles from this Server.