Commit Graph

228 Commits (846bad571473dc906139fafc409769b08c28ad6b)

Author SHA1 Message Date
Scott Addie 846bad5714 Indent tabs 2017-09-29 11:56:13 -05: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 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
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
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
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
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
Scott Addie f8f6b5934b Remove unnecessary section anchor from Configuration doc (#4295) 2017-09-14 14:43:38 -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
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
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
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
Scott Addie ed892edc98 Add missing commas to description 2017-08-04 21:34:17 -05:00