-
Notifications
You must be signed in to change notification settings - Fork 33
External Authentication Setup
asyasky edited this page Dec 12, 2018
·
3 revisions
Right click on the ServerCore project and pick "Manage User Secrets" (this creates a file with the correct guid for the project). Add the values sent out in the email (or talk to someone who is already set up) for the client id & password.
If you added the values before the policy changes were merged in on 12/12/18 make the following changes to the secrets in the json:
Authentication:Microsoft:ApplicationId >>>>>> Authentication-Microsoft-ApplicationId
Authentication:Microsoft:Password >>>>>> Authentication-Microsoft-Password
More details: https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-2.1&tabs=windows#secret-manager
- First-time setup
- Contributing using git
- Local Development Environment Setup
- External Authentication Setup
- Build and run locally
- Best practices
- Common Errors
- Making a page Event aware
- Making your page aware of the current user
- PageFilter and on page authorization check example
- Updating the DataModel and or Database Schema
- Debugging the database locally
- FAQ
- Onboarding
- Puzzle setup
- Puzzle properties defined
- Webification Hub
- Unlock a puzzle for a team
- Setting up hints
- Puzzle lockout
- Annotations