Commit Graph

519 Commits (0419dbe2acfe99d5f9c10d7a083307cb32df49e1)

Author SHA1 Message Date
Scott Addie 9d10977fb1
Remove period from TOC link title (#4703) 2017-11-01 14:22:05 -05:00
Michael DePouw fe216f26e7 Dev2/key management.md (#4691)
* fix anchor link to handler registration

* fix anchor link to automatic key rolling
2017-10-31 12:42:57 -10:00
Michael DePouw 21ff2c2e27 fix anchor link to handler registration (#4690) 2017-10-31 15:42:12 -05:00
Michael DePouw 02c9efa5b2 fix bad anchor link (#4665)
reference: https://github.com/aspnet/Docs/issues/4651
2017-10-30 08:26:07 -10:00
Scott Addie bd4d2a6387
Add missing closing paren 2017-10-30 13:22:50 -05:00
Michael DePouw 5b1257452b add heading for handler registration (#4663)
* add heading for handler registration

this will allow for an anchor link (I think, I know ## does, hoping ### does too).  this will help to fix "Illegal link: `[Authorization handlers must be registered](policies.md#security-authorization-policies-based-handler-registration)` -- missing bookmark." on aspnetcore/security/authorization/dependencyinjection.md

reference: https://opbuildstorageprod.blob.core.windows.net/report/2017%5C10%5C13%5C6a0d29ae-bb37-09f1-c55a-4cfa862c6784%5CPullRequest%5C201710131248087361-4562%5Cworkflow_report.html?sv=2015-02-21&sr=b&sig=GbG0qgcJNtJMXYbbzHZqcp2BJNdAKtUYmbwoSscw5IY%3D&st=2017-10-13T12%3A50%3A41Z&se=2017-11-13T12%3A55%3A41Z&sp=r

* change title to sentence case

* change ## titles to sentence case
2017-10-30 13:11:00 -05:00
Michael DePouw 3636765f02 fix bad anchor links (#4662)
reference: https://opbuildstorageprod.blob.core.windows.net/report/2017%5C10%5C13%5C6a0d29ae-bb37-09f1-c55a-4cfa862c6784%5CPullRequest%5C201710131248087361-4562%5Cworkflow_report.html?sv=2015-02-21&sr=b&sig=GbG0qgcJNtJMXYbbzHZqcp2BJNdAKtUYmbwoSscw5IY%3D&st=2017-10-13T12%3A50%3A41Z&se=2017-11-13T12%3A55%3A41Z&sp=r
2017-10-30 11:03:01 -05:00
Michael DePouw 16d9cb4799 fix page title (#4666)
* fix page title

make it Proper case and remove period in the title

* Update authenticated-encryption-details.md
2017-10-30 11:01:46 -05:00
Scott Addie bd666067fa
Alphanumeric --> non-alphanumeric (#4668) 2017-10-30 10:51:43 -05:00
Michael DePouw 619c44889c fix bad anchor link (#4661)
reference: https://github.com/aspnet/Docs/issues/4649
2017-10-30 10:09:59 -05:00
Michael DePouw aa039cc01b fix bad anchor link (#4660)
reference: https://opbuildstorageprod.blob.core.windows.net/report/2017%5C10%5C13%5C6a0d29ae-bb37-09f1-c55a-4cfa862c6784%5CPullRequest%5C201710131248087361-4562%5Cworkflow_report.html?sv=2015-02-21&sr=b&sig=GbG0qgcJNtJMXYbbzHZqcp2BJNdAKtUYmbwoSscw5IY%3D&st=2017-10-13T12%3A50%3A41Z&se=2017-11-13T12%3A55%3A41Z&sp=r
2017-10-30 10:07:31 -05:00
Scott Addie 2e1012e01b Address customer verbatim in View-based auth doc (#4638)
* Address customer verbatim in View-based auth doc

* Minor edit

* Update TOC link titles
2017-10-26 19:09:55 -10:00
Scott Addie e9984b06a8 Update Windows auth doc to 2.0 (#4617)
* Update Windows auth doc to 2.0

* Add code snippet highlighting

* Convert titles to sentence case

* Tweak titles

* Verbiage tweak

* Minor edits

* Add launchSettings.json file

* Minor edits

* Fix title metadata error

* Shorten sentence

* Replace colon with period

* Link to Simple Authorization doc

* Work with Windows auth section updates

* Swap section orders

* Add RunImpersonated code sample

* Add Startup.cs code snippet import

* Minor tweak
2017-10-26 11:30:04 -05:00
Scott Addie c1c4582ccd Replace magic auth scheme strings (#4626)
* Replace magic auth scheme strings

* Create local constant for storing auth schemes
2017-10-25 15:09:51 -05:00
Luke Latham 58b14853b7 Link fix in cookie.md topic (#4611) 2017-10-23 17:01:56 -10:00
Luke Latham e45d9cb634 security/data-protection/configuration updates (#4549)
* Security/DP/Configuration updates

Updates

Update bookmarks

Updates

* Revert anchor additions

* Update

* Drop lib from sample

* React to feedback
2017-10-20 10:15:26 -10:00
Luke Latham ce215b2a94 Update Cookie Auth without Identity topic (#4538)
* Update Cookie Auth without Identity topic

Addresses #3777

Updates

* React to feedback

* Small change

* React to feedback

* Update for Cookie.SameSite and Cookie Policy Middleware

* React to feedback

* Update warning

* Nit change in method call

* Revert suggestion added to warning
2017-10-18 14:10:53 -10:00
Joachim Sauer e17d0c2593 Broken link fixed. (#4591)
* 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
2017-10-18 14:05:07 -10:00
Anatoliy Siryi 48c94be410 Fixed broken Facebook link (#4592) 2017-10-18 13:54:04 -10:00
Scott Addie 912a1efc8f Fix invalid bookmarks (#4570) 2017-10-13 15:50:30 -05:00
Michael DePouw 364790b503 fix illegal links
aspnetcore/security/authorization/policies.md
•	Line 19: [Warning] Illegal link: `[role authorization](roles.md#security-authorization-role-based)` -- missing bookmark. The file security/authorization/roles.md doesn't contain a bookmark named security-authorization-role-based. 
•	Line 19: [Warning] Illegal link: `[claims authorization](claims.md#security-authorization-claims-based)` -- missing bookmark. The file security/authorization/claims.md doesn't contain a bookmark named security-authorization-claims-based.
2017-10-13 09:34:02 -04:00
Scott Addie e3b1726cc0 Merge pull request #4548 from marekkarbarz/patch-1
Remove unnecessary markup from top of the document
2017-10-12 15:48:15 -05:00
Scott Addie 79f088fbe8 Merge pull request #4550 from guardrex/patch-1
Escape underscores
2017-10-12 15:44:26 -05:00
Scott Addie 1cbd792135 Merge pull request #4531 from aspnet/scottaddie/limiting-identity-2.0
2.0 update of Limiting identity by scheme doc
2017-10-12 15:41:46 -05:00
Luke Latham f55f8c53ad Fence it! 2017-10-12 15:29:48 -05:00
Scott Addie b5a516462e Change snippet types to cshtml 2017-10-12 15:25:57 -05:00
Luke Latham 8831b60762 Escape underscores 2017-10-12 15:19:21 -05:00
Scott Addie 9332fc5940 React to feedback 2017-10-12 15:14:00 -05:00
Marek Karbarz cb9fa97a7b Remove unnecessary markup from top of the document 2017-10-12 12:12:24 -07:00
Scott Addie 9acd1a1db1 Implement Rick's suggestion in cookie doc 2017-10-12 12:22:13 -05:00
Scott Addie c857c8f187 application --> app 2017-10-12 09:35:20 -05:00
Scott Addie 9d6cafcdc8 Minor tweaks 2017-10-12 09:27:46 -05:00
Scott Addie a73fb5161f Fix incorrect file name in QR Code doc 2017-10-11 21:33:55 -05:00
Rick Anderson a06e47425e Update limitingidentitybyscheme.md 2017-10-11 16:32:14 -10:00
Scott Addie 5dda7cb14f Remove unnecessary anchors from social auth docs 2017-10-11 15:56:08 -05:00
Scott Addie 134813bf59 React to feedback 2017-10-11 15:13:20 -05:00
Scott Addie 6625b36aff Convert link to xref style 2017-10-11 14:04:07 -05:00
Scott Addie e0bf5eb48b Dedent code snippet 2017-10-11 13:48:28 -05:00
Scott Addie 87c6f7ecce Provide more context in last code snippet 2017-10-11 13:41:28 -05:00
Scott Addie 304a6352fe Minor edits 2017-10-11 13:37:31 -05:00
Scott Addie 6d03b6651b Update note for 2.0 2017-10-11 11:47:11 -05:00
Scott Addie cc85485f9a Remove unnecessary anchor 2017-10-11 10:44:16 -05:00
Scott Addie 1d087dc6e7 Update 2.0 code snippet 2017-10-10 14:47:05 -05:00
Scott Addie 8c6bb075e5 2.0 update of Limiting identity by scheme doc 2017-10-10 13:34:19 -05:00
Scott Addie 4d886718e9 Fixes #4517 (#4519) 2017-10-09 17:03:02 -10:00
Scott Addie de47f188ea TOC edits for Azure App Service Auth doc 2017-10-05 15:38:46 -05:00
Isaac Levin af6c2a58ea Azure App Service Authentication (Easy Auth) #4095 (#4501)
* add easy auth link to Authentication Index

* absolute url
2017-10-05 12:57:13 -07:00
Derek Christensen b23c8bd76b 2fa twilio sample (#4485)
* Removed unnecessary var.

* Implemented Async Twilio call.
2017-10-03 09:45:25 -07:00
Rick Anderson 53957db410 Update index.md (#4480) 2017-10-03 09:44:18 -07:00
Scott Addie 732cd26842 Merge pull request #4468 from guardrex/guardrex/sample-instructions
Provide link to download instructions for samples
2017-09-30 22:05:56 -05:00
Luke Latham 19ce81f76a Provide link to download instructions for samples 2017-09-30 20:15:54 -05:00
Scott Addie f5cf472d49 Add missing code snippet type 2017-09-29 22:05:53 -05:00
Scott Addie 5c1e8b2db2 Add missing code snippet types 2017-09-29 22:00:33 -05:00
Scott Addie a359d96251 Pass scheme parameters in code snippet 2017-09-29 14:20:49 -05:00
Scott Addie 13291956ad Merge pull request #4437 from aspnet/scottaddie/identity-pks-2.0
Update Identity PKs doc to 2.0
2017-09-29 14:05:08 -05:00
Rick Anderson 68ea9b2193 Update identity-primary-key-configuration.md 2017-09-29 11:33:22 -07:00
Scott Addie 846bad5714 Indent tabs 2017-09-29 11:56:13 -05:00
Scott Addie 026ca74b35 Minor edits 2017-09-29 08:58:43 -05:00
Scott Addie 1e21a36eb8 Remove extra space 2017-09-29 08:49:58 -05:00
Rick Anderson 46df9643e9 Update identity-enable-qrcodes.md 2017-09-28 16:53:18 -07:00
Rick Anderson 183c7ef6f5 Update identity-enable-qrcodes.md 2017-09-28 16:51:48 -07:00
Rick Anderson 0e30d95955 Update identity-enable-qrcodes.md 2017-09-28 16:48:49 -07:00
Scott Addie d5a4a34de8 More edits 2017-09-28 15:38:03 -05:00
Scott Addie ede2daa71c More edits 2017-09-28 15:30:22 -05:00
Scott Addie 11829a7dad More edits 2017-09-28 15:21:51 -05:00
Scott Addie 3371f433f9 More edits 2017-09-28 15:13:03 -05:00
Scott Addie 4c91cd6013 More edits 2017-09-28 14:44:51 -05:00
Scott Addie d165f346ae More edits 2017-09-28 14:30:36 -05:00
Scott Addie 433a0693a5 Introduce tabs 2017-09-28 12:56:53 -05:00
Scott Addie ed1bd23dc8 Alter app cookie configuration code samples 2017-09-28 12:08:38 -05:00
Scott Addie 459733d7a3 Modify section title 2017-09-28 10:18:40 -05:00
Scott Addie 98d8e7774c Upgrade Identity PKs doc to 2.0 2017-09-28 10:05:12 -05:00
Scott Addie c4661e0410 Add missing param to AddCookie call 2017-09-27 11:09:37 -05:00
Scott Addie 1557bef724 Merge pull request #4422 from RyanONeill1970/master
Fix demo code for AddAuthentication.AddCookie
2017-09-27 11:06:00 -05:00
Ryan O'Neill dcf39ad601 Fix demo code for AddAuthentication.AddCookie
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",
2017-09-27 15:05:58 +01:00
Luke Latham 96cca00e38 Drop literal_block comments and fix a few code blocks 2017-09-27 02:38:43 -05:00
Daniel Roth eb4f77fdc3 Use tilda syntax for QR code script reference 2017-09-26 05:50:38 -07:00
Scott Addie 0d3c1fb6de Merge pull request #4389 from aspnet/scottaddie/remove-https-doc
Fixes #4388
2017-09-25 14:01:26 -05:00
Scott Addie 2f59c7a2e9 Create include for duplicated note text 2017-09-25 13:45:31 -05:00
Scott Addie 2d56e61a6f Expand change to all social auth providers 2017-09-25 13:22:14 -05:00
Scott Addie 4a1f227cd5 Fixes #4388 2017-09-25 13:07:35 -05:00
Scott Addie e9ee05a522 Add note regarding AddAuthentication and AddIdentity 2017-09-25 12:46:19 -05:00
Scott Addie 8816cffb0f Remove unnecessary warnings from social auth docs 2017-09-25 09:58:07 -05:00
Daniel Roth 4ba5259755 Remove note about calling AddAuthentcation multiple times 2017-09-25 06:37:16 -07:00
Brian Chavez f51b1c6754 English sentence should be outside of code block 2017-09-24 16:50:26 -07:00
Scott Addie 9139ce9d32 Merge pull request #4368 from guardrex/guardrex/patch-two-samps
Patch two sample project files
2017-09-23 21:07:27 -05:00
Luke Latham 7baaeb390c Patch two sample project files 2017-09-23 12:25:16 -05:00
Luke Latham add022482a Lowercase me
Lowercase me pleez. 🍭
2017-09-22 22:02:59 -05:00
Luke Latham 18d1878f00 Trim keywords of keyword metadata
Patch 3
2017-09-21 02:22:29 -05:00
Scott Addie e1ec11beb0 Merge pull request #4336 from guardrex/guardrex/kill-the-bom
Kill BOM and add end newlines
2017-09-20 09:11:19 -05:00
Luke Latham d157e2ec7a Kill BOM and add end newlines 2017-09-20 02:36:55 -05:00
Scott Addie efd8b8f5a9 Fix invalid ms.date metadata values 2017-09-19 13:44:04 -05:00
Luke Latham d433e24233 Link patch (#4328)
cc/ @blowdart
2017-09-19 11:40:47 -05:00
Luke Latham 652ffb7a4c Link patch (#4324)
* Link patch

* One more
2017-09-19 11:37:22 -05:00
Scott Sauber 76d42f09f3 Add ASP.NET Core 2 features to Identity Configuration. (#4288)
* 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.
2017-09-19 09:44:10 -05:00
Scott Addie ddefc78270 Add missing metadata to Identity configuration doc (#4313) 2017-09-18 10:10:27 -05:00
Rachel Appel f1271b218d update for .net core 2.0 (#4290)
* update for .net core 2.0

* edits

* edits

* code highlights

* cleanup

* tab changes; remove project.json
2017-09-15 14:13:19 +01:00
Scott Addie f8f6b5934b Remove unnecessary section anchor from Configuration doc (#4295) 2017-09-14 14:43:38 -05:00
Scott Addie 68bbc114fd Punctuation corrections 2017-09-12 14:31:37 -05:00
Jonathan d0eb836a6b Fix class modifier (#4261) 2017-09-12 14:28:47 -05:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* 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
2017-09-11 20:58:51 -05:00
Luke Latham b02db6da11 Note ApplicationId is ClientId (#4245)
Fixes #3797

cc/ @moozzyk
2017-09-11 11:35:07 -05:00
Scott Sauber c5649dcfe6 Update Introduction to Identity with ASP.NET Core 2 API's (#4236)
* 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.
2017-09-11 11:34:29 -05:00
piersdb 966baa27bf Fixed broken link (#4244)
* Fixed broken link

Fixed a broken Azure AD B2C sample link.

* Removed localization segment from link
2017-09-11 09:40:25 -05:00
Scott Addie fb518f856f [WIP] Upgrade NuGet packages to 2.0 RTM (#4222)
Upgrade NuGet packages to 2.0 RTM
2017-09-07 09:36:30 -05:00
Bader Nasser Al-Hashmi 73c953f263 Change the name of Microsoft's auth package (#4228) 2017-09-07 09:23:11 -05:00
Luke Latham b71d2350b8 Update Localization sample app to 2.0 (#4219)
* 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.
2017-09-06 15:11:18 -05:00
Luke Latham 6a7cb40282 Fix file path issues (#4196)
* Fix file path problems

Fixes #4192

Add one

* Revert TEMPs
2017-09-05 09:57:46 -05:00
Scott Addie 6e7dacfee4 Fix spelling mistake in header 2017-09-01 15:43:15 -05:00
Scott Addie 5286679ed0 Fix spelling mistake 2017-09-01 15:39:44 -05:00
Tom 72783b218c Fix dead StackExchange.Redis link (#4142) 2017-08-29 09:02:50 -05:00
Andrii Chebukin 30770c2fc1 Very important note about URL format (#4120)
* Very important note about URL format

I spent 4 hours finding what is wrong!
If you can you must highlight it with red font

* Update cors.md

* Update cors.md
2017-08-28 12:09:55 -04:00
Steven Moschidis 74e22e08e3 "fix" code sample (#4061)
* "fix" code sample

* Update views.md

* Update views.md
2017-08-25 17:01:21 -04:00
Scott Addie b3399086db 2.0 updates for social auth (#4096)
* 2.0 updates for social auth

* Clarify AddAuthentication usage
2017-08-25 15:12:32 -05:00
Scott Addie 8d39e02aa2 Add missing hyphen and comma 2017-08-25 09:57:25 -05:00
Brock Allen 720e14af4c Update community.md (#4103)
Removing non-OSS providers
2017-08-25 09:52:48 -05:00
Luke Latham f6333f838a Fixes #4089
* Reverse tab order in topics with tabs (2.x first)

Fixes #4089

* Escape to the stars!

* Escape to the stars ... again!
2017-08-24 12:36:42 -05:00
Luke Latham 70089de5bf Update Azure Key Vault Config Provider topic and sample (#3896)
* [WIP] Update Azure Key Vault Config Provider topic and sample

@Rick-Anderson @tdykstra Would you mind marking this **WIP** right now.
I'll need to make a few passes on it prior to getting review underway.

cc/ @anurse (partner in crime on this topic), @blowdart, @pakrym,
@olavt, @Coderrob

Fixes #3369

:flame: *HOT!* :flame: updates in this one:
* 2.0 samples added (note that tabs aren't required, because the topic's
examples are the same thus far across 1.x and 2.x). However, the 1.1 and
2.0 samples are linked when mentioning to the reader what they can
download.
* Re-organized the topic a bit to accomodate the two samples.
* Reacted to the feedback in #3369 and the discussion in
https://github.com/aspnet/Docs/pull/3525.
* Samples are refactored into an example of placing secrets into a
single key vault for different app *versions*, not app names. Using app
names or the environment isn't a security best practice.

Update

Update

Updates

Updates

Update

Updates

Update

Updates

Updates

* Condition the ItemGroup for netcoreapp2.0

* React to feedback

* Update version references and sample folders

Add one

Minor text change

More minor changes

Even better

One more

* Remove dependency statement

* Update net462 deps

* Even better!

* Reverse order for 2.x tab first

* Update 2.0 samples: Only target netcoreapp
2017-08-23 11:30:39 -04:00
Steven Moschidis 0c188f31bb add missing word (#4060) 2017-08-22 10:48:24 -05:00
Marco Heinrich 3b5d65b253 Update windowsauth.md (#4052)
This just fixes a minor typopgraphical error that sprang to my eye. "rquire" --> "require"
2017-08-21 09:24:53 -05:00
Tom Dykstra 2d5f16969d move sub tocs to main toc (#4029) 2017-08-18 11:51:38 -07:00
Scott Addie f336646101 Fix code snippet types 2017-08-17 22:00:29 -05:00
Scott Addie 7950b1e4bb Add missing code snippet type 2017-08-17 21:57:37 -05:00
Rick Anderson cca03c0f0b make all tabs conform (#4014) 2017-08-17 16:20:27 -04:00
Scott Addie 2afe42b26d Change code snippet types from None to cshtml 2017-08-17 09:39:52 -05:00
Ben Adams e3ae871ee4 Revert "Fix QRCode generation data source" (#4003)
This reverts commit adb98d2355.
2017-08-17 09:37:43 -05:00
Rick Anderson 87d791a72e Update identity-enable-qrcodes.md (#3984)
* Update identity-enable-qrcodes.md

* Update identity-enable-qrcodes.md
2017-08-16 13:55:20 -04:00
Rick Anderson e3f496229d Update community.md (#3995)
* Update community.md

* Update community.md

* Update community.md

* Update community.md

* Update community.md

* Update community.md
2017-08-16 13:52:36 -04:00
Barry Dorrans adb98d2355 Fix QRCode generation data source
Because someone (probably me) forgot to put the darn URI in the model in classic MVC
2017-08-16 16:07:28 +10:00
Rick Anderson a637027472 Update 2fa.md (#3977) 2017-08-15 15:45:35 -04:00
Scott Addie 3becc22fce 2.0 update for cookie middleware doc (#3923)
* 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
2017-08-15 13:51:35 -05:00
Galdin Raphael 0f06dd2e95 Fix typo (#3942) 2017-08-13 19:55:56 -04:00
Rick Anderson d730089fee Update core-crypto.md 2017-08-11 15:01:36 -04:00
Scott Addie ed892edc98 Add missing commas to description 2017-08-04 21:34:17 -05:00
A A f1317f9e11 Added PwdLess to OSS authentication providers (#3892) 2017-08-04 21:32:39 -05:00
Valeriy Novytskyy d0ccaee123 Fixes #3862 Support SDK 1.0 in 2.0 topics (revert and fix) (#3874)
* #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

* #3862 Fix snippets for RTM 2.0 and italicise

* #3862 dotnet CLI > .NET Core CLI

* #3862 Fix snippets for RTM
2017-08-04 09:22:20 -05:00
Devon Jones 52b082f6c6 fix incomplete sentence (#3882) 2017-08-03 21:03:44 -05:00
Valeriy Novytskyy 88069f51c8 Fixes #3862 Support SDK 1.0 in 2.0 topics (#3870)
* #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
2017-08-02 11:42:48 -07:00
Barry Dorrans 2a87d247c6 Create QR Code support for Identity (#3795)
* Create QR Code support for Identity

Addresses #3780

* Update identity-enable-qrcodes.md (#3805)

Update identity-enable-qrcodes.md

* Update identity-enable-qrcodes.md
2017-08-01 12:04:23 -07:00
Felipe Pessoto e09394c51f Match the ASP.NET 4.x cookie name with the AuthenticationScheme created at first section (#3760)
* Match the ASP.NET 4.x cookie name with the AuthenticationScheme created at first section

* CookieName for Identity
2017-08-01 10:21:11 -07:00
Felipe Pessoto dd52e42538 Set TicketDataFormat, or else it doesn't work with Identity (#3761)
Workaround https://github.com/aspnet/Identity/issues/1321
2017-08-01 10:20:27 -07:00
Valeriy Novytskyy 07aedb193b Fixes #3753 update aspnet/core/security/authentication/social/ for 2.0 (#3848)
* #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
2017-08-01 09:06:20 -07:00
Scott Addie fade39c5ee Add missing comma 2017-07-31 22:04:02 -05:00
Jonathan 311e93482a Hyphenation (#3852) 2017-07-31 09:21:42 -05:00
testfirstcoder 01693ada80 remove unnecessary article (#3853) 2017-07-31 09:20:54 -05:00
Ffloriel 55e1422923 Modified enforcing-ssl (#3837)
* Modified enforcing-ssl

- change hard to understand sentence
- highlight line 7 (line 6 is an empty line)

* Update enforcing-ssl.md
2017-07-27 17:18:38 -07:00
Scott Addie 30999bac7c Capitalize occurrences of Identity 2017-07-27 14:50:31 -05:00
Scott Addie d13e37ae06 Change "dotnet CLI" to 2017-07-27 11:18:39 -05:00
Joseph Woodward f15b0b24b6 Increase visibility of alternative (none VS) approach (#3835)
* Increase visibility of alternative (none VS) approach

* Update identity.md

* Update identity.md
2017-07-27 11:14:40 -05:00
Scott Addie 6bc38abf57 Replace "dotnet CLI" with ".NET Core CLI" 2017-07-27 09:49:35 -05:00