* Adding the default values for the certificate authentication options
* default value edits
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Adding a note for a common configuration error
* minor edit
* add missing word
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Updated Microsoft OAuth topic and code to 3.x
* patch: added 3.0 or higher moniker in metadata.
* patch: moved new code example to 3.x directory.
* patch: added missing regions to code file.
* patch:Fixed code highlight count which should start from region start.
* Update microsoft-logins.md
* patch: added all review suggestions from Rick Anderson.
* Updated OAuth Facebook login, screenshot, code
* patch: Moved copy of intro to < 3.0 section
* patch: separated into version copies to avoid invalid moniker nesting
* Removed all version specific instruction targeted to 2.2 or lower
* patch: Made all changes suggested by Rick in review.
* Add dotnet3.0 project in sample-3.0 folder
* Modify add-user-data.md to reference sample-3.0 folder
* Revert "Modify add-user-data.md to reference sample-3.0 folder"
This reverts commit ed0303a9d0.
* Add references to sample-3.0 in add-user-data.md
* Add the entire list in moniker block
* Apply suggestions from code review
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Modify code-cshtml to code-csharp
Modify code-cshtml to code-csharp for cs snippets
* Fix highlight lines in add-user-data.md
* Modify samples folder schema in add-user-data
* Limit the line lengths
Limit the line lengths in the displayed snippets
* Remove "Main" from code snippet
* Remove sampleApp v2.1 and Update reference
* Apply suggestions from code review
Remove extra spaces
Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Remove specific version API docs links
* Fix code-language block references
* Add an authentication overview doc explaining high-level authentication concepts (schemes, challenges, etc.).
* Update redirect doc to use authentication/index as the authentication landing page
* Update .openpublishing.redirection.json
* Update index.md
* Update index.md
* Revise authentication overview doc based on PR feedback.
* Apply suggestions from code review
Co-Authored-By: Chris Ross <Tratcher@Outlook.com>
* Use scheme names explicitly in authN config sample
* Add an 'Authenticate' section to the concepts to mirror Challenge and Forbid.
* Update index.md
* Replace one bullet point list with a sentence.
* Update index.md
* Extending the certificate validation docs
* Adding improvements
* small changes
* Adding review fixes from @scottaddie
* using JsonDocument instead of JArray
* adding missing powershell type def
* fix newlines add, remove as required
* review fixes
* adding review improvements
* review fixes
* updating text
* Using certificate authentication in Azure Web Applications., updating title
* Adding text, Do not hardcode passwords in production code, use thumbprint or key vault
* removed text
* fixing validation check now using thumbprints
* fixed text
* updating texts
* fixed texts
* update ms.date value
Changed sample code in method BuildWebHost(). Replaced WebHost to Host as in versions of ASP.NET Core earlier than 3.0, the Web Host is used for HTTP workloads. The Web Host is no longer recommended for web apps and remains available only for backward compatibility.
* Show how to disable registration
* work
* work
* work
* work
* react to javiercn feedback
* react to javiercn feedback
* clean up
* clean up
* clean up
* clean up
* clean up