Commit Graph

301 Commits (b0f7101bb09a0effeb0cc94b4bc7dcea9eb3da03)

Author SHA1 Message Date
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
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
Scott Addie fb8d79c28e Implement Rick's suggestion in cookie doc 2017-10-12 12:20:58 -05:00
Scott Addie a73fb5161f Fix incorrect file name in QR Code doc 2017-10-11 21:33:55 -05:00
Scott Addie 5dda7cb14f Remove unnecessary anchors from social auth docs 2017-10-11 15:56:08 -05:00
Scott Addie cc85485f9a Remove unnecessary anchor 2017-10-11 10:44:16 -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 f5cf472d49 Add missing code snippet type 2017-09-29 22:05:53 -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
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
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
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
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
Rick Anderson 13d1b4d904 Account conf and email (#3798)
* Account conf and email

* Account conf and email

* Account conf and email

* work

* work

* work

* work

* work

* work

* work

* Hyphenate "right click".
2017-07-24 10:41:58 -07:00
Rick Anderson 041ccc059c Update index.md 2017-07-14 14:59:29 -06:00
Rick Anderson c23f9b383b remove /en-us/ (#3670) 2017-07-10 12:20:50 -06:00
Steve Smith c26e0c9fe1 Updating Identity (#3652)
* 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.
2017-07-10 11:58:09 -06:00
Steve Smith 38bc89a6b8 Configuring Windows Auth (#3622)
* Initial draft of article

* Adding TOC entries

* Fix TOC link

* Adding sample and figures.

* Ready for PR

* Fixing file reference error; replacing with code listing

* Update windowsauth.md (#3628)

* Removing sample

* responding to feedback

* Update windowsauth.md (#3630)

* Update windowsauth.md

* Update windowsauth.md

* Update windowsauth.md

* Update windowsauth.md

* Responding to feedback and fixing links.

* Update windowsauth.md

* Added black border
2017-07-06 11:52:56 -04:00
Steve Smith 23cae32d3e Custom Storage Providers for ASP.NET Core Identity (#3507)
* 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.
2017-07-03 13:55:11 -06:00
dansoper cff46b1453 Update identity-configuration.md (#3618)
Suggestions by @tdykstra
2017-07-03 10:46:58 -07:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Jason N. Gaylord 619bd3e001 Update ForgotPassword.cshtml file (#3591)
* 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
2017-06-30 15:40:59 +00:00
dansoper 22babd1593 Grammar fix in identity-configuration.md (#3598)
* Grammar fix in identity-configuration.md

* Update identity-configuration.md
2017-06-30 01:27:56 +00:00
dansoper 34cf6cb1ee Update identity-primary-key-configuration.md 2017-06-29 09:19:56 +01:00
Alpha 19cda29edc Second attempt (tabs. vs spaces) 2017-06-28 14:30:03 -04:00
Rick Anderson 7ee7356ecb Update accconfirm.md (#3510)
* Update accconfirm.md

* Update accconfirm.md
2017-06-19 08:49:17 -07:00
Jacob Appleton b870dce7fa Create Startup.cs (#3475)
Moved the snippet region end to after app.UseRewriter(options); so that it appears in the documentation.
2017-06-08 11:43:11 -07:00
Derek Christensen 3a3b79933d Correct async/await usage (#3417)
Fixed async/await usage to not call .Wait() on the task and to not await the Task that is never used.
2017-05-30 16:35:55 -07:00
Tom Dykstra 0adb972b9a add to TOC (#3409) 2017-05-24 13:46:10 -07:00