This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###################################################################################### | |
### This sets up OIDC authentication, essentially a federated login with Azure AD. ### | |
###################################################################################### | |
## Walkthrough #################### | |
### ----- Setting up authentication in Azure ----- | |
### 1. Register a new App in Azure (https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade) | |
### 1.1. Replace the variables in this config with the following: | |
### | |
### - Application (client) ID == $CLIENT_ID |