Commit Graph

771 Commits (af27696750c0e92a3722d458d09430638e880b11)

Author SHA1 Message Date
Scott Addie c3eb79666f
c# --> csharp 2018-11-06 14:13:36 -06:00
Pranav K 11aa616f3b Add docs for CORS specify origins (#9446)
Fixes https://github.com/aspnet/Docs/issues/2386
2018-11-05 15:38:14 -06:00
Rick Anderson 100970349d
Update identity.md (#9383)
* Update identity.md

* Update identity.md
2018-11-01 15:06:04 -10:00
Luke Latham 47b1df5b89 Surface Nano Server content in Windows Auth topic (#9392)
Fixes #9212
<!--
When creating a new PR, please do the following:

* Reference the issue number if there is one, e.g.:

Fixes #Issue_Number

The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.

NOTE: This is a comment; please type your descriptions above or below it.
-->
2018-11-01 13:57:42 -10:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Niladri Dutta 3b583593fb use "SetClickTracking" method to disable clicktracking (#9325)
use `SetClickTracking` method instead of directly accessing the public property `TrackingSettings`.

Reference #9235 
Related to #6268
2018-10-30 18:08:24 -10:00
Scott Addie fcf473f19a
Fix DocFX build warnings from retired index pages (#9339) 2018-10-30 15:48:01 -05:00
Scott Addie fc1d9f663e Remove 2.2 preview version text (#9334) 2018-10-30 10:27:24 -10:00
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