* Broken link fixed.
The the link to "Securing ASP.NET Core apps with IdentityServer4" was broken. The link was replaced with a working one.
* Update index.md
* Update index.md
In .Net Core 2.0 using the code as supplied results in an exception, the fix is to pass the scheme name when calling AddCookie.
Fails:
services.AddAuthentication("MyCookieAuthenticationScheme")
.AddCookie
Works:
Fix demo code for services.AddAuthentication.AddCookie
services.AddAuthentication("MyCookieAuthenticationScheme")
.AddCookie("MyCookieAuthenticationScheme",
* Add ASP.NET Core 2 features to Identity Configuration.
Fixed typo with ASP.NET Core 1 Cookie Name.
* Make things more clear and call out the specific options.
* Fix wording, spacing, typo on folder name. Display 1.x snippets with more context
* Fix typo
* Move properties and call out ASP.NET Core 1.x ones.
* Create mvc2.md
Added temp file to house doc requested in #3809
* Initial outline of document
* Added Note for Special Tooling (VS 2017 Preview 3)
Will remove when Preview 3 is updated into Release
* Added Porting Link
* Added Core DI Sample
* added DI Section
* Added Storing Configuration Settings Section
* Adding Custom Settings samples
* part of static content
* static content section
* .net standard section
* Adding Edit in VS 2017 Image
* Samples for Startup
* startup and csproj section
* update image reference
* Updates to Migration Doc
changes per @scottaddie
* Final round of changes
Please review
* Edits
* Fix invalid xref link
* More edits
* More edits
* More edits
* More edits
* More edits
* More edits
* Move Content to different directory
* Update Code Sample Links
* change sample location
* ::
* Update Sample Filenames
* Minor edit
* Remove extra space
* More edits
* Move Static Folder
* update reference to image
* Update mvc2.md
* Minor tweaks
* Changes to sample file
* Change copy for Configuration Section
* Fix code formatting
* Remove extra line feed
* Remove extra line feed
* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder
* Take out locality references in urls:
* change MSDN urls to docs.microsoft if possible
* Update aspnet-core-module.md
* Update iis.md
* Remove localization from external links
* Changes to split out the ASP.NET Core 2 Identity cofig from ASP.NET Core 1.
* Fix problem with number rendering
Show differences between ASP.NET Core 1.x and 2.x config.
* Fix extra spaces
Add snippet_ prefix to regions
* Correct what UseAuthentication does.
* Update snippet regions with snippet_ prefix.
* Update Localization sample app
Fixes#2943
* Takes the sample to 2.0
* HTML5 (I gave this some thought, and I still prefer unclosed void
elements. Content-Type = "text/html" and doctype is HTML5. I think the
spec (making the closure optional) is a bit of a hack on their part.
These tags do not contain content, so imo they really shouldn't be
closed (logically).
* Bower out: Adds too many complications. We have *www/lib* locked out
of the source; therefore, the sample will break if the machine is
offline and Bower isn't run. Bower requires npm. Many *many* devs and
shops don't like it and don't want it. It has nothing to do with
localization. imo samples should run everywhere possible with minimal
config and setup and only use the tech required to demo the focused
tech.
*
Add one file
Updates
* React to feedback
Also patched the title, description, and keywords on this pass.
* 2.0 update for cookie middleware doc
* More changes
* More changes
* More changes
* Replace banned words
* More changes
* More changes
* More changes
* Implement suggestions
* Add Hao's suggestions
* #3753 Update social logins index
* #3753 Update facebook logins
* #3753 Update Google logins
* #3753 Update Twitter logins
* #3753 Update Microsoft logins
* #3753 Combine social and local login accounts screenshot update
* #3753 Fix app name in screenshot
* #3753 QA pass
* #3753 Put borders on screenshots to replace shadows
* Update facebook-logins.md
Minor clean up - remove future tense. Split up long sentences to help software translators.
* Update facebook-logins.md
* Update google-logins.md
* Update index.md
* #3753 Fix missing anchor
* Merge with origin
* #3862 Social snippets by SDK vesion
* #3753 Update social logins index
* #3753 Update facebook logins
* #3753 Update Google logins
* #3753 Update Twitter logins
* #3753 Update Microsoft logins
* #3753 Combine social and local login accounts screenshot update
* #3753 Fix app name in screenshot
* #3753 QA pass
* #3753 Put borders on screenshots to replace shadows
* Update facebook-logins.md
Minor clean up - remove future tense. Split up long sentences to help software translators.
* Update facebook-logins.md
* Update google-logins.md
* Update index.md
* #3753 Fix missing anchor
* Updating to latest, cleaning up article and screenshots
* Update of Identity (#3653)
* WIP: Update of Identity
* Update identity.md
* Adding red box; adding link to account confirmation.
* stub for custom providers doc
* progress
* more progress
* Updating TKey references.
* More progress
* adding sample project with default identity controllers and views
* Final updates before PR
* Update identity-custom-storage-providers.md (#3509)
* Update identity-custom-storage-providers.md
* Update identity-custom-storage-providers.md
* Minor tweaks to Identity storage providers doc
* Change "a" to "an"
* Update identity-custom-storage-providers.md
* Responding to Tom's feedback in Rick's PR.
* Responding to feedback
* Updated home page to provide instructions. Updated ApplicationUser to implement IIdentity.
* Commented out the reset password link
* Updated the instructions to update the ForgotPassword.cshtml page.
* Update accconfirm.md
* Update accconfirm.md
* Minor updates to text and to fix the code block.
* Update accconfirm.md