Commit Graph

763 Commits (ca1e5fba4ee38af67c902bdd5af6365770639bdf)

Author SHA1 Message Date
Rick Anderson 8523625611
remove PDFs (#9312)
Part of #9182
2018-10-29 14:54:58 -10:00
Rick Anderson a755bcb804
Update enforcing-ssl.md (#9231)
Fixes #7351

I tested on a clean 2.2 Preview 3 machine and a 2.1 RTM
2018-10-29 14:48:50 -10:00
Tom Dykstra b6ba3d220c Table of Contents reorg (#9133)
* overview

* whats new to end

* fix migration node

* split fundamentals, move to end

* glob & loc, get started

* security node name

* security section

* azure, client-side, host

* several more sections

* redistribute tutorials

* proofread fixes

* move how to download section

* index files delete and redirect

* fix errors

* reorder some nodes

* scott feedback, flatten main tutorials node

* fix missed feedback items + other issues

* unflatten tutorials node

* move 'how to download'

* more tutorials node tweaks

* standardize view sample links

* db --> DB

* fix build error

* remove link from a parent node

* streamline node names

* xref links

* typos

* typo

* typos and revert some xref links

* scott feedback

* scott feedback

* feedback

* change node name

* safe storage-->protect
2018-10-26 18:34:40 -10:00
Luke Latham 5704de168e Implicit versioning of the All package (#9223)
Fixes #9219 

@JunTaoLuo Dan calls out the implicit versioning "for 2.1 SDK or later;" however, we don't usually version the doc content by SDK release. We might need to say something for this update in the passage that I'm adding to the All topic (*aspnetcore/fundamentals/metapackage.md*) about which SDK version this applies to. I don't know if that's something that you would like to do or what version to call out.

I also remove the version from the samples. We also assume that devs are using the latest SDK with our samples.
2018-10-25 15:16:50 -10:00
Luke Latham 7120a2f985
Azure Apps troubleshooting title change (#9199) 2018-10-24 14:26:16 -05:00
Luke Latham a5b3914bb7
Enforcing HTTPS enhancements (#9044) 2018-10-23 13:03:36 -05:00
Rasto 8acab21019 Document allowing access with one scheme or another (#9010)
Fixes #5542
2018-10-22 22:27:17 -05:00
BrennanConroy 6210895547 Update DataProtection Redis docs (#8984) 2018-10-19 14:45:01 -05:00
Luke Latham 2fe9ca8744 Remove previous Identity Core sample app (#9115)
Fixes #9114 

We're going to keep the cookie sharing auth samples over here on the docs repo and **not** move them to the AuthSamples repo. We don't need to keep the previous Identity Core sample (and it's not linked to anything).
2018-10-18 12:35:06 -10:00
Tom Dykstra df1548c70b
fix xrefs, finish deleting repo pattern (#9110) 2018-10-18 13:37:28 -07:00
Codefridge abc1555e2d Update aspnetcore/security/authorization/razor-pages-authorization/sa… (#9092)
`AuthenticateUser()` now uses the passed in email parameter, instead of the Input class property.

When checking the user entered email address, the `AuthenticateUser()` method was using the bound property `Input`, which is incorrect, the method must use the `email` parameter that is passed into the method.

PS: This is my first pull request, so is the above enough information?
2018-10-18 10:28:01 -05:00
Luke Latham 4bba94bb63
Array support with the AKV configuration provider (#9064) 2018-10-17 12:47:33 -05:00
Cam Soper 2f96b5ba8c
Additional B2C tweaks (#8688)
* Whoops - didn't mean to merge that to this branch!

* minor updates

* minor updates

* Fixed issue #8552

* added a note on URL

* made Auth URL consistent with the portal (rather than Visual Studio)

* added a cool dagger for Luke

* phrasing

* formatting

* formatting - re-adding code fenced URLs

* Update azure-ad-b2c-webapi.md
2018-10-15 18:36:50 -05:00
Luke Latham 7c9361bbd4
Enhance 'edge server' language (#9002) 2018-10-12 14:04:15 -05:00
Luke Latham 95edc2a774
Surface StatusCodes in Enforcing HTTPS topic (#8981) 2018-10-12 11:52:21 -05:00
Luke Latham 0a8f20ebdb
Update antiforgery cookie options (#8980) 2018-10-12 11:43:27 -05:00
Luke Latham 5bffce9501 Clarification on Login form display scenarios (#8878) 2018-10-09 16:44:21 -10:00
Luke Latham 477300456c Fix broken table (#8940)
Fixes #8938 

... and also escapes an underscore in a latter table cell.
2018-10-09 10:36:33 -10:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
John Reese bdbde265b9 Resolve grammar issues (#8879) 2018-10-06 09:20:50 -05:00
Rick Anderson 61f6c2735b
Update secure-data.md (#8856) 2018-10-04 15:21:58 -10:00
Scott Addie f473fbf8c1
Fix Razor view snippet types (#8810) 2018-10-02 15:55:57 -05:00
Steve Patches 79e90ea1b7 mention HTML sanitization as deprecated approach (#8800)
Include some content from https://github.com/aspnet/Docs/issues/7962#issuecomment-410779470 that would be helpful to those who search for this topic.
2018-10-02 15:33:10 -05:00
Luke Latham a6b3666aff
Change code example in auth policy provider topic (#8799) 2018-10-02 08:49:50 -05:00
Tushar Koshti 1f017b785b Fixed typo mistake (#8791) 2018-10-02 08:25:53 -05:00
Scott Addie c5a5a6c00a
Remove link to retired doc (#8773) 2018-10-01 11:04:46 -05:00
Scott Addie 2a07c6f1df
Fix invalid Scaffold Identity link (#8739)
Fixes a link build warning introduced in https://github.com/aspnet/Docs/pull/8640.
2018-09-27 11:57:50 -05:00
Scott Addie 6ee808c991
2.1 updates to Identity PK data type doc (#8640)
* 2.1 updates to Identity PK data type doc

* Fix xref link

* Simplify doc

* Minor tweaks

* Verbiage tweaks

* Fix line highlighting

* Remove unused sample code

* Merge PK doc into larger customization doc

* Add missing property to ApplicationUser class

* Add redirect to retire PK doc

* Add missing file extension to redirect file

* Remove restriction on 2.1+

* Display lazy loading section for 2.1+

* Formatting changes

* Fix line highlighting

* Add property to ApplicationRole class

* Remove unnecessary override from ApplicationDbContext class

* Dedent code snippet

* Update customize-identity-model.md
2018-09-27 09:44:02 -05:00
Nate McMaster ba5171bda9 Add a section about storing data protection keys using the EF Core provider (#8328)
* Add a section about storing data protection keys using the EF Core provider

* UE pass and snippets

* Update key-storage-providers.md
2018-09-26 15:37:55 -10:00
Keyur d0486b8ec6 Issue #8445 - Made the SMS 2FA note as a Warning (#8663)
* Added 'Scaleout differences' section

Saw this in one of the comments. So thought of adding it.

* Edits

* Issue #8445 - Made the SMS 2FA note as a Warning

Issue #8445 - Made the SMS 2FA note as a Warning
2018-09-26 10:14:48 -10:00
Rick Anderson 25864d9dea Update app-secrets.md (#8662)
Need this for a doc in aspnet and it was too awful to copy.
2018-09-24 10:32:29 -05:00
Cam Soper be93b1acb3
B2C doc fix (#8661)
* Whoops - didn't mean to merge that to this branch!

* minor updates

* minor updates

* Fixed issue #8552
2018-09-21 19:48:32 -05:00
Rick Anderson 116fa40551
Update individual.md (#8648)
Arg, now I need a link to win auth.
2018-09-20 14:56:30 -10:00
Rick Anderson 1d2f138aab
Update individual.md 2018-09-20 13:14:11 -10:00
Rick Anderson f5364daade
Update individual.md (#8645)
Fixes #8644

I need a fwlink to "No authentication" for VS.
2018-09-20 13:02:22 -10:00
Luke Latham e5ed43144a
Remove webapp alias notice (#8629) 2018-09-19 23:03:52 -05:00
Rick Anderson ea8f1930c8
Update overview.md 2018-09-19 12:01:41 -10:00
Luke Latham 32cae1342e
Additional content on Cookie Policy Middleware (#8382) 2018-09-18 16:56:10 -05:00
Luke Latham 1d355fd55d
Improve DP Package layout section (#8512) 2018-09-18 15:57:38 -05:00
Luke Latham 513faa11e2
Clarify the AddCookie auth scheme (#8575) 2018-09-17 16:19:21 -05:00
Luke Latham a1428d6601
Repair Custom storage providers links (#8576) 2018-09-17 16:18:54 -05:00
Luke Latham 190c62af0c Add blank lines around versioning lines (#8548)
Fixes #8540 

Now, I'm off to buy some J&J stock ... the parent company of a popular eye care product! 😣
2018-09-16 09:14:07 -10:00
user135711 7d23bb76f7 fixed link not rendered (#8551)
A non standard parenthesis was inserted on the left parenthesis of the link I added likely due to one of the foreign keyboards I use being activated when I entered it.
2018-09-15 08:45:16 -10:00
Rick Anderson c993428091
Update secure-data.md (#8525)
Fixes #8502
2018-09-13 19:27:11 -07:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
user135711 2fe9b9b6b4 Missing link (#8515)
One more missing link
2018-09-13 09:29:11 -05:00
Rick Anderson 4a0afccffe
Identity Scaffolder bug fix (#8458)
Fixes #8435 
[Internal review URL](https://review.docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-2.1&branch=pr-en-us-8458&tabs=visual-studio)
[AddDefaultIdentity and AddIdentity](https://review.docs.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-2.1&branch=pr-en-us-8458&tabs=visual-studio#adddefaultidentity-and-addidentity)
2018-09-12 11:45:39 -07:00
Rick Anderson 00bab87fde
Update scaffold-identity.md (#8499)
* Update scaffold-identity.md

* Update scaffold-identity.md
2018-09-11 21:06:07 -07:00
Rick Anderson a09f423d5e
Update secure-data.md (#8487)
Fixes #8474
@gaazkam @smariussorin @C-BERBER please review
2018-09-11 15:21:34 -07:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00