Fix typo in Azure AD sample README.md (#1155)

Assuming DEVELOPMENMT should be DEVELOPMENT.
This commit is contained in:
Simon Wendel 2017-03-20 23:12:02 +01:00 committed by Chris R
parent 10ef26d63c
commit 923804ab67
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
8. In the keys section add a new key. A key value will be generated. Save the value as "Client Secret"
## Configure the local environment
1. Set environment ASPNETCORE_ENVIRONMENT to DEVELOPMENMT. ([Working with Multiple Environments](https://docs.asp.net/en/latest/fundamentals/environments.html))
1. Set environment ASPNETCORE_ENVIRONMENT to DEVELOPMENT. ([Working with Multiple Environments](https://docs.asp.net/en/latest/fundamentals/environments.html))
2. Set up user secrets:
```
dotnet user-secrets set oidc:clientid <Client Id>