Commit Graph

298 Commits (e832a9b9f41a8b26a8c88edfd8fc35b8bfd97d5d)

Author SHA1 Message Date
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
Nate McMaster 21f5d4ad35 Update the version of dotnet-user-secrets in sample documentation 2017-06-30 09:24:35 -07: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
Alpha 357cdbf575 Resource-based authorization: code formatting (#3561) 2017-06-23 09:46:23 -07:00
Rob Lindley 75b1816ad8 Add KeyDelimiter replacement to GetKey function. (#3525)
Without the handling of "--" the keys never get turned into sections seperated by the ConfigurationPath delimiter.
2017-06-21 08:25:28 -07:00
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
Rick Anderson 5caf86f9b2 add msbuild support to Secrets MGR (#2671)
* add msbuild support

* update 1

* csproj

* fix

* react to TD feedback

* fix TD

* final fix
2017-03-06 09:16:44 -08:00
geeeyetee 561c535315 Update cross-site-scripting.md (#2873) 2017-03-02 17:38:31 -10:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Rick Anderson 945251fdaf add code ticks to `<>` (#2848) 2017-02-27 12:14:24 -10:00
Rick Anderson 3dc13554a7 Delete gulpfile.js (#2847) 2017-02-27 10:31:59 -10:00
Rick Anderson 6a4263c503 convert to csproj (#2833) 2017-02-24 11:00:49 -10:00
Steve Smith 515908b78c Responding to feedback 2017-02-24 13:51:45 -05:00
Steve Smith e5598fe36b Responding to feedback 2017-02-24 12:16:38 -05:00
Steve Smith 03a132347b Ajax demo 2017-02-22 17:36:23 -05:00
Steve Smith ee9d805976 minor updates 2017-02-22 15:50:29 -05:00
Steve Smith d4704850c2 adding sample 2017-02-21 17:31:58 -05:00
Rick Anderson 29cf8f385d fix links 2017-02-21 08:06:42 -10:00
Steve Smith fe0ecaff0a Made a lot of progress on filters and javascript impl 2017-02-20 15:15:48 -05:00
Sergey Lymar 631f5c0229 Update cookie-sharing.md (#2790)
* Update cookie-sharing.md

Added a tip to suggest to add a dependency for the code to start working. It was not obvious and made me search through source code

* removed tip
2017-02-17 16:28:26 -10:00
Swiss-Devs 4fc27f085b set ASPSMS as SMS provider for 2fa (#2782)
* set ASPSMS as SMS provider for 2fa

* Convert warning to note and adjust version infos
new co-author added

* Update 2fa.md
2017-02-17 10:21:13 -10:00
Shayne Boyer d1069c888d whitespace 2017-02-17 09:49:34 -05:00
Andrew Stegmaier f667a52817 Update dotnet CLI syntax for adding packages. (#2776) 2017-02-15 18:53:34 -10:00
Tyf0x 10ad53cbf3 Fix display for machineKey tag (#2775)
The \<machineKey\> tag wasn't escaped and therefore considered as a tag by Markdown and not displayed.
2017-02-15 18:12:15 -10:00
otamimi 2e3970ffb1 Update policies.md 2017-02-15 15:16:05 +03:00
Luke Latham b7ba995925 Key Vault Configuration Provider doc (#2531)
* Update configuration.md

* Create key-vault-configuration.md

* Create appsettings.json

* Add files via upload

* Update README.md

* Update KeyVaultConfigProviderSample.csproj

* Create sample-output.png

* Add files via upload

* Update key-vault-configuration.md

* Update Startup.cs

* Add files via upload

* Add files via upload

* Add files via upload

* Update Startup.cs

* Update appsettings.json

* Update Startup.cs

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Add files via upload

* Add files via upload

* Add files via upload

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update appsettings.json

* React to feedback

* React to feedback

* Update index.md

* Update toc.md

* Update configuration.md

* React to feedback - "When to use" section

* Add a phrase to KeyVaultClient bit

* Update key-vault-configuration.md

* React to feedback

* Minor update to ms.date

* New implementation and local secret storage

* Update KeyVaultConfigProviderSample.csproj

* Update Program.cs

* Minor phrasing adjustments

* Update KeyVaultConfigProviderSample.csproj

* Minor phrasing update

* Add files via upload

* Remove en-us from links

* Update web.config

* Delete License.txt

* Update Markup.cs

* Update Program.cs

* Update Startup.cs

* Update ms.date

* Note .NET Core target 1.1.0+

* Update KeyVaultConfigProviderSample.csproj

* Update KeyVaultConfigProviderSample.csproj

* Remove compiler\resources line

It isn't necessary, and it isn't in the templates.

* Update KeyVaultConfigProviderSample.csproj

* Create launchSettings.json

* Update KeyVaultConfigProviderSample.csproj

* Update Startup.cs

* Update KeyVaultConfigProviderSample.csproj

* Update KeyVaultConfigProviderSample.csproj

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Update key-vault-configuration.md

* Minor updates

* Minor update

* Update the doc ms.date

* Minor update
2017-02-13 10:03:08 -10:00
Rick Anderson 1b3d804820 Delete Project_Readme.html 2017-02-08 15:17:29 -10:00
Henk Mollema bb5c21ba1d Refer to correct abstractions package (#2684)
The `Microsoft.AspNetCore.DataProtection.Abstractions` package contains the interfaces. There is no such package as `Microsoft.AspNetCore.DataProtection.Interfaces`.
2017-02-07 13:58:59 -10:00
Steve Smith 343c82d138 WIP 2017-02-07 15:54:53 -05:00
rhires 80aee95a68 "takes part in" -> occurs (#2652) 2017-02-01 19:04:51 -10:00
Luke Latham 7d0d9da8f0 Fix links and anchors (#2639)
* Update app-state.md

* Update dependency-injection.md

* Update aspnet-core-module.md

* Update http-modules.md

* Update other-logins.md

* The Walther blog post is gone

* Update cors.md

* Update context-headers.md

* Update subkeyderivation.md

* Update index.md

* Update app-state.md

* Update dependency-injection.md

* Update routing.md

* Update mvc.md

* Update testing.md

* Update razor.md

* Update memory.md

* Update cors.md

* Update iis.md

* Update integration-testing.md

* Update index.md

* Update integration-testing.md
2017-02-01 14:49:21 -10:00
Yann Crumeyrolle 1872986da0 Update subkeyderivation.md (#2537)
Fix `nounce` to `nonce`
2017-01-30 14:12:38 -09:00
Jie RONG 6e6ad45c27 update identity.md by adding missing \ (#2627) 2017-01-30 13:37:24 -09:00
Jie RONG de29ba345c Update default-settings.md (#2629) 2017-01-30 13:36:40 -09:00
Dave Brock 550bd05b85 Changed to reflect current OAuth Facebook registration steps (#2621)
* Minor changes with Facebook registration process.

* More changes

* added "and" back in per @guardrex

* Updates based on feedback.
2017-01-30 14:05:11 -08:00
Jonathan Harrison 507d136c5c Displaying HTML code for < (#2611)
* Displaying HTML code for <

* Changing to non code.

* Escaping angular brackets

* Replacing escaped angular brackets with HTML codes

* Update cross-site-scripting.md
2017-01-30 10:32:42 -08:00
Shayne Boyer 801a6d9222 title to sentence case (#2588)
* title to sentence case

* Address comments
2017-01-23 13:15:29 -08:00
Rick Anderson d54bf9faa6 title dup and seo (#2578) 2017-01-23 11:42:08 -08:00
Rick Anderson 73068a87ec dup title (#2581)
* dup title

* capitalization
2017-01-23 11:39:43 -08:00
Rick Anderson 2891f74dc2 Update index.md (#2582) 2017-01-23 11:37:45 -08:00
Rick Anderson 04c17992ef dup title (#2584) 2017-01-23 11:30:06 -08:00
Rick Anderson 8f405ca0ea Update index.md (#2583) 2017-01-23 11:29:56 -08:00
Tom Dykstra 2118ca49c8 remove refs to project.json (#2563)
* remove refs to project.json

* use code formatting
2017-01-20 13:21:55 -08:00
Simon Butler b4d441a0fe error occurs when using MvcOptions (#2526)
* error occurs when using MvcOptions

When following the guide and adding the service.configure for mvcoptions a compile error occurs using a base .netcore mvc project.
The startup.cs file by default does not include the declaration for the namespace microsoft.aspnetcore.mvc which resolves the compile error.

* Update accconfirm.md
2017-01-18 15:13:28 -10:00
Rick Anderson 86d8cc532b azure and redis key providers (#2510)
* azure and redis key providers

* typo

* links
2017-01-18 15:04:53 -10:00
Simon Butler 5daff548f8 Reference for code in file incorrect (#2527)
For the Code block relating to Configure startup to use AuthMessageSenderOptions the referenced line numbers have changed since this page was updated. Edited the line numbers to properly reference the correct lines
2017-01-18 14:31:58 -10:00
Matthew Harris bb6e3cfd2f [Fixes #2519] Injected authorizationService typo (#2528)
Fixes #2519
2017-01-16 11:22:32 -08:00