Commit Graph

239 Commits (3a0a6a8a3c4d7459972693e9f8202d0695edd917)

Author SHA1 Message Date
Rick Anderson 7ee7356ecb Update accconfirm.md (#3510)
* Update accconfirm.md

* Update accconfirm.md
2017-06-19 08:49:17 -07:00
Rick Anderson cf6fe1568a Create secure-data.md (#3490) 2017-06-12 16:39:19 -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
Pablo Recalde f89bdea48c modified mvc example to use c#7 (#3447)
As suggested by VS2017 I've substituted the 2 line code by an inline temporary variable.
2017-06-07 11:50:22 -07:00
Kevin Hillinger 9814a9b1c9 Making code sample accurate (#3472)
Updating MinimumAge property to public and setter private, since the 'protected' accessibility won't work in the MinimumAgeHandler (given it accesses this property as public).
2017-06-07 11:42:19 -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
Nate McMaster f3040c8ebd Update "Key Encryption At Rest" doc for new API in .NET Core 2.0 (#3430) 2017-05-30 13:37:41 -07:00
Roman Blinkov ab20ece3c2 Fix for pkcs12 certificate export (#3418)
* Fix for pkcs12 certificate export

* Update https.md

Removed extra lines
2017-05-30 13:18:30 -07:00
Rick Anderson c0849eb674 Secure user data (#3336)
* Secure user data

* removed dead code

* Revert "removed dead code"

This reverts commit 3311e8e4d4.

* move snippets to final15

* work

* fix

* work

* work

* work

* work

* work

* work

* work

* work

* work

* CRUD check

* work

* rename

* work

* formatting

* tdykstra feedback

* work

* tom feedback

* work

* work

* joe feedback

* work

* download

* fix

* download link

* download link
2017-05-30 13:11:31 -07:00
Jonathan Menzel 6bbf4f9d6a Minor punctuantion changes (#3423)
Replacing semicolons by the right punctuation in text
2017-05-30 12:18:36 -07:00
Tom Dykstra 0adb972b9a add to TOC (#3409) 2017-05-24 13:46:10 -07:00
Rick Anderson d40cd19b30 Update 2fa.md - download links (#3406)
* Update 2fa.md

* Update 2fa.md

* Update 2fa.md

* Update 2fa.md
2017-05-24 11:22:52 -07:00
Swiss-Devs a05ae67125 Add ASPSMS to 2FA tutorial (#3348)
* Add ASPSMS to 2FA tutorial

* fix requested changes (#3348)
2017-05-23 18:31:55 -07:00
steven ferrell c42fe12bea Missing ending parentheses in AddAuthorization example code (#3374) 2017-05-17 20:22:36 -10:00
Tom Dykstra b0e5fa8c9f CORS doc samples .xproj --> .csproj (#3376) 2017-05-17 15:34:48 -07:00
Tom Dykstra b29dd4b85c add community.md to toc (#3355)
* add community.md to toc

* add community.md
2017-05-15 11:16:58 -07:00
Rick Anderson 3519b67600 remove bad links (#3340) 2017-05-10 13:19:04 -07:00
Daniel Roth 31da7b21f4 Add dev https doc (#3337) 2017-05-10 10:08:24 -07:00
Kévin Chalet 14a94acf1a Update community.md to include AspNet.Security.OpenIdConnect.Server (#3329) 2017-05-08 14:38:14 -07:00
Sayed Ibrahim Hashimi 8639b3b36e Add page for OSS auth options (#3314)
* Add page for OSS auth options
In the One ASP.NET dialog we are adding a link for users to learn more about OSS auth options.
I'm working with @danroth27 on the content here.
2017-05-08 12:52:40 -07:00
Marius Schulz 16255dfe17 Update cookie.md (tiny typo) (#3285) 2017-05-01 18:43:58 -10:00
Sivanantham Padikkasu 80e1203e79 Changed the LogOff action name into LogOut (#3292)
Changed the LogOff action name into LogOut.Asp Net Core defaultly provides Logout action only.
2017-05-01 18:37:20 -10:00
Sivanantham Padikkasu 37fb4e0a8d Changed the "LogOff" action name into "LogOut" (#3293)
Changed the "LogOff" action name into "LogOut".Changed the "LogOff" action name into "LogOut".By default ASP Net core provides Logoff action in "LogOut" ActionResult Only.Also raised PR for changed the action name in account controller .
2017-05-01 18:36:55 -10:00
Sivanantham Padikkasu ebd0b16af5 Changed the "LogOff" action name into "LogOut (#3294)
Changed the "LogOff" action name into "LogOut
2017-05-01 18:36:28 -10:00
Tom Dykstra e4940fb39e remove wrench topics from toc (#3264) 2017-04-24 14:00:39 -07:00
Rick Anderson 641f2d226a Update index.md (#3224) 2017-04-14 09:47:11 -10:00
ch-hristov b3aa458bb5 Update identity-configuration.md (#3226) 2017-04-14 07:48:25 -10:00
Marcin Hoppe 751347380e Fix typo (#3215)
malacious -> malicious
2017-04-13 09:33:55 -04:00
rhires 00e4417c0e Minor copy edits (#3202)
* Minor copy edits 

Apostrophe, indefinite article, and comma for clarity

* Update introduction.md
2017-04-12 07:14:31 -10:00
Andrew Germann 862fb8a1f0 Update views.md (#3203)
* Update views.md

Just adding the using directive for the AuthorizationService injection.

* Update views.md
2017-04-11 08:42:56 -10:00
Scott Addie b4c4f5a180 Provide Visual Studio instructions for installing Secret Manager (#3139) 2017-04-03 14:47:44 -10:00
Rick Anderson 9401ba5592 Add twilio to 2FA tutorial (#3147)
* Add twilio to 2FA tutorial

* fix
2017-04-01 11:08:25 -10:00
Tim Barclay 028098540d Fix markdown formatting around code snippet (#3093) 2017-03-29 07:33:12 -10:00
Scott Addie 8d50926b1d Fix user secrets doc display issues (#3079) 2017-03-28 11:14:46 -10:00
Alex 3c3c484072 Update Login action to call FindByEmailAsync (#3082)
This is consistent with the rest of the sample template and the model property passed to it.
2017-03-28 11:14:09 -10:00
Steve Smith fe1ad66a28 Fixing Link (again)
This didn't get merged in correctly the first time. @tdykstra
2017-03-27 13:27:18 -04:00
Steve Smith 61effecf59 Merge branch 'xsrf' 2017-03-27 10:49:22 -04:00
Steve Smith 223c287a6b Fixing link
Removing wrench icons
2017-03-27 10:44:25 -04:00
Rick Anderson 4896d11eda XSRF (#1945)
* WIP start of XSRF

* MD conversion

* WIP

* Made a lot of progress on filters and javascript impl

* adding sample

* minor updates

* Ajax demo

* Responding to feedback

* Responding to feedback

* Updating JavaScript sample to highlight service injection primarily.

* Updated "session" to "identity" per @blowdart.
Also added a note about use of session elsewhere in the document.
2017-03-27 10:32:27 -04:00
Steve Smith 9f6bdc6348 Updated "session" to "identity" per @blowdart.
Also added a note about use of session elsewhere in the document.
2017-03-24 20:37:03 -04:00
Rick Anderson a7fbb53fd2 Azure key vault to Secrets manager (#3055) 2017-03-23 12:00:08 -10:00
Ibrahim Islam 68724aeff1 Fix grammatical mistake (#3026) 2017-03-21 09:22:19 -07:00
Chad T db468e0cb3 Updated to use generic method of `AddUserSecrets` (#3023)
As the non-generic version is deprecated.
2017-03-20 21:01:16 -10:00
Steve Smith d1ed2c7fc4 Merge branch 'master' into xsrf 2017-03-20 16:40:54 -04:00
Steve Smith 29b51c7921 Updating JavaScript sample to highlight service injection primarily. 2017-03-20 16:39:54 -04:00
Rick Anderson 6d3767417a move require SSL to it's own doc (#3000)
* move require SSL to it's own doc

* td feedback
2017-03-17 15:27:18 -10:00
Brian Hall 9edf578d07 Add troubleshooting tip for `System.TypeLoadException` (#2969)
* Add troubleshooting tip for `System.TypeLoadException`

When running AspNet Core 1.1 on top of .NET 4.6.2 and trying to use the Azure Key Vault configuration extensions, I was encountering an exception that was being thrown for `System.TypeLoadException`. I discovered this originated from the use of the Azure Key Vault API and how it interacted with an older (built-in) version of `System.Net.HTTP`. I ended up installing the updated NuGet package for `System.Net.Http` and that fixed the issue. Hopefully this proposed tip will help someone in the future. Or at least until the packages get more aligned.

* Update key-vault-configuration.md
2017-03-14 09:35:11 -10:00
Rick Anderson c36de3bf7c RTM 1.1 of pw/email reset (#2912)
* RTM 1.1 of pw/email reset

* clean up

* tdysktra feedback

* fix
2017-03-08 09:49:26 -10:00
Tom Dykstra 56899b35bd Merge pull request #2900 from aspnet/csproj
Merge csproj to master
2017-03-06 15:16:00 -08:00
Tom Dykstra 291a450d61 add identity-configuration to toc (#2902) 2017-03-06 11:45:26 -10:00