Commit Graph

519 Commits (0419dbe2acfe99d5f9c10d7a083307cb32df49e1)

Author SHA1 Message Date
Luke Latham 19ce81f76a Provide link to download instructions for samples 2017-09-30 20:15:54 -05:00
Scott Addie f5cf472d49 Add missing code snippet type 2017-09-29 22:05:53 -05:00
Scott Addie 5c1e8b2db2 Add missing code snippet types 2017-09-29 22:00:33 -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
Scott Addie 1557bef724 Merge pull request #4422 from RyanONeill1970/master
Fix demo code for AddAuthentication.AddCookie
2017-09-27 11:06:00 -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
Luke Latham 96cca00e38 Drop literal_block comments and fix a few code blocks 2017-09-27 02:38:43 -05: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
Brian Chavez f51b1c6754 English sentence should be outside of code block 2017-09-24 16:50:26 -07:00
Scott Addie 9139ce9d32 Merge pull request #4368 from guardrex/guardrex/patch-two-samps
Patch two sample project files
2017-09-23 21:07:27 -05:00
Luke Latham 7baaeb390c Patch two sample project files 2017-09-23 12:25:16 -05:00
Luke Latham add022482a Lowercase me
Lowercase me pleez. 🍭
2017-09-22 22:02:59 -05: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
Luke Latham d433e24233 Link patch (#4328)
cc/ @blowdart
2017-09-19 11:40:47 -05:00
Luke Latham 652ffb7a4c Link patch (#4324)
* Link patch

* One more
2017-09-19 11:37:22 -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
Rachel Appel f1271b218d update for .net core 2.0 (#4290)
* update for .net core 2.0

* edits

* edits

* code highlights

* cleanup

* tab changes; remove project.json
2017-09-15 14:13:19 +01:00
Scott Addie f8f6b5934b Remove unnecessary section anchor from Configuration doc (#4295) 2017-09-14 14:43:38 -05:00
Scott Addie 68bbc114fd Punctuation corrections 2017-09-12 14:31:37 -05:00
Jonathan d0eb836a6b Fix class modifier (#4261) 2017-09-12 14:28:47 -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
piersdb 966baa27bf Fixed broken link (#4244)
* Fixed broken link

Fixed a broken Azure AD B2C sample link.

* Removed localization segment from link
2017-09-11 09:40:25 -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
Luke Latham 6a7cb40282 Fix file path issues (#4196)
* Fix file path problems

Fixes #4192

Add one

* Revert TEMPs
2017-09-05 09:57:46 -05:00
Scott Addie 6e7dacfee4 Fix spelling mistake in header 2017-09-01 15:43:15 -05:00
Scott Addie 5286679ed0 Fix spelling mistake 2017-09-01 15:39:44 -05:00
Tom 72783b218c Fix dead StackExchange.Redis link (#4142) 2017-08-29 09:02:50 -05:00
Andrii Chebukin 30770c2fc1 Very important note about URL format (#4120)
* Very important note about URL format

I spent 4 hours finding what is wrong!
If you can you must highlight it with red font

* Update cors.md

* Update cors.md
2017-08-28 12:09:55 -04:00
Steven Moschidis 74e22e08e3 "fix" code sample (#4061)
* "fix" code sample

* Update views.md

* Update views.md
2017-08-25 17:01:21 -04: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
Luke Latham 70089de5bf Update Azure Key Vault Config Provider topic and sample (#3896)
* [WIP] Update Azure Key Vault Config Provider topic and sample

@Rick-Anderson @tdykstra Would you mind marking this **WIP** right now.
I'll need to make a few passes on it prior to getting review underway.

cc/ @anurse (partner in crime on this topic), @blowdart, @pakrym,
@olavt, @Coderrob

Fixes #3369

:flame: *HOT!* :flame: updates in this one:
* 2.0 samples added (note that tabs aren't required, because the topic's
examples are the same thus far across 1.x and 2.x). However, the 1.1 and
2.0 samples are linked when mentioning to the reader what they can
download.
* Re-organized the topic a bit to accomodate the two samples.
* Reacted to the feedback in #3369 and the discussion in
https://github.com/aspnet/Docs/pull/3525.
* Samples are refactored into an example of placing secrets into a
single key vault for different app *versions*, not app names. Using app
names or the environment isn't a security best practice.

Update

Update

Updates

Updates

Update

Updates

Update

Updates

Updates

* Condition the ItemGroup for netcoreapp2.0

* React to feedback

* Update version references and sample folders

Add one

Minor text change

More minor changes

Even better

One more

* Remove dependency statement

* Update net462 deps

* Even better!

* Reverse order for 2.x tab first

* Update 2.0 samples: Only target netcoreapp
2017-08-23 11:30:39 -04:00
Steven Moschidis 0c188f31bb add missing word (#4060) 2017-08-22 10:48:24 -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
Galdin Raphael 0f06dd2e95 Fix typo (#3942) 2017-08-13 19:55:56 -04:00
Rick Anderson d730089fee Update core-crypto.md 2017-08-11 15:01:36 -04: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
Felipe Pessoto e09394c51f Match the ASP.NET 4.x cookie name with the AuthenticationScheme created at first section (#3760)
* Match the ASP.NET 4.x cookie name with the AuthenticationScheme created at first section

* CookieName for Identity
2017-08-01 10:21:11 -07:00
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
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