Commit Graph

279 Commits (dd52e425383d0fe9bfd1ad288787e4c4b61110d6)

Author SHA1 Message Date
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
Rick Anderson 805298e20b Update enforcing-ssl.md (#3803)
* Update enforcing-ssl.md

* Update enforcing-ssl.md

* work

* work

* work
2017-07-24 15:10:31 -07: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 f4c0ec3ebe Update anti-request-forgery.md (#3785) 2017-07-21 11:24:48 -07:00
Rick Anderson 65929f679f Update enforcing-ssl.md 2017-07-18 16:01:43 -06:00
Ajay Bhargav Baaskaran 108ae806a5 2.0 DataProtection updates (#3708)
* 2.0 DataProtection updates

* tabs for versions

* fix inconsistent indent spacing

* Updated flowcharts
2017-07-17 16:06:33 -06:00
Rick Anderson f4de84612e forms-gen-anti-forgery-tokens (#3743)
* forms-gen-anti-forgery-tokens

* WORK

* WORK

* WORK
2017-07-17 16:05:29 -06:00
Rick Anderson c008925deb Update anti-request-forgery.md (#3733) 2017-07-15 12:41:20 -06:00
Rick Anderson bd1b333ef4 Update anti-request-forgery.md (#3730)
* Update anti-request-forgery.md

* Update anti-request-forgery.md

* Minor tweaks to note
2017-07-15 07:30:19 -06:00
Rick Anderson e1a22c76e6 Update app-secrets.md 2017-07-14 18:05:52 -06:00
Rick Anderson 041ccc059c Update index.md 2017-07-14 14:59:29 -06:00
Tamás Koczka db9ed5f56d Fix typo in cross-site-scripting.md (#3695) 2017-07-12 10:58:10 -04: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 b93c125ec1 Making PNG background white, not transparent, so it works with docs dark theme. (#3679) 2017-07-10 11:30:13 -04:00
Steve Smith 7526517a61 Preventing Open Redirect Attacks (#3619)
* Initial progress

* Adding to TOC

* Ready for review

* redirect (#3631)

* WIP: redirect

* Update preventing-open-redirects.md

* Minor cleanup

* Adding LocalRedirect info and example

* Updating figure

* Fixing typo and adding another example

* Rewording example and adding list.
2017-07-07 13:42:08 -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
Ganesan Arunachalam 28104d5e4b Removed unnecessary user management. (#3616) 2017-07-05 10:14:29 -06:00
Ganesan Arunachalam 80aaf4caab Fix issue which rose when rendering index (#3617)
* Fix issue which rose when rendering index

* Includes check for edit permission before listing.

* Inject authorization service and import libraries.

* Commented out cosmetic
2017-07-05 09:40:32 -06:00
Ganesan Arunachalam 5f4e63ec18 Removed redundant Task.FromResult (#3615) 2017-07-05 08:07:03 -06:00
Scott Addie 7c2e804baf Delete project.json from sample project (#3624) 2017-07-03 15:19:09 -06: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
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