Commit Graph

1540 Commits (7e8a2966ef9b70418a4de3892ce17403183232e8)

Author SHA1 Message Date
Max Lefebvre e6c93430f5
updated scaffold-identity startup.cs snippet (#23487) 2021-10-07 11:54:38 -10:00
Dina Berry 1b3a00f5c6
JS - remove ms.custom (#23485) 2021-10-07 12:10:08 -05:00
marquisdan 6f81219ee6
Correct typo in example filepath (#23453) 2021-10-05 10:53:22 -05:00
Rick Anderson 20fd87c3aa
.NET 6 CORS /6 (#23220)
* .NET 6 CORS /6

* .NET 6 CORS /6

* .NET 6 CORS /6

* .NET 6 CORS /6

* .NET 6 CORS /6

* .NET 6 CORS /6

* .NET 6 CORS /6

* .NET 6 CORS /6

* .NET 6 CORS /6

* .NET 6 CORS /6

* .NET 6 CORS /6
2021-10-04 14:15:03 -07:00
Luke Latham 62396cb411
Wording change ("unsuitable") (#23429)
* Wording change ("unsuitable")

* Updates
2021-10-01 10:15:03 -07:00
Ted 7b3e18fc43
Cross-link certificate use patterns for App Service (#23359) 2021-09-21 10:20:04 -05:00
Wade Pickett fe9bacf7ea
removed 3 policheck hits from two files. (#23304) 2021-09-16 08:23:18 -07:00
GitHubPang ab52006f94
Fix typos (#23324) 2021-09-15 20:38:34 -05:00
Rick Anderson 1bca9b293f
Update scaffold-identity.md (#23318) 2021-09-15 13:18:00 -07:00
LaughingJohn a66bdec873
Move the creation of the QR code to a js file. (#23306)
* Move the creation of the QR code to a js file.

In-line JavaScript is insecure and breaks script-src 'unsafe-inline' in Content Security Policy.

Note: I think the part about locating the Scripts section in EnableAuthenticator.cshtml should probably go after bit I've added about creating the js file (qr.js), and before updating the scripts section. I haven't moved it as I wasn't sure how the "moniker" directives worked and didn't want to break anything. (my first ever documentation proposal)

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-09-15 10:35:14 -07:00
Rick Anderson d3177f7f77
Update scaffold-identity.md (#23281) 2021-09-12 07:34:51 -07:00
Rick Anderson 02d361d875
V6 intro to Identity /b (#23272)
* V6 intro to Identity /b

* V6 intro to Identity /b

* V6 intro to Identity /b
2021-09-10 14:52:29 -07:00
Rick Anderson b4050da8ef
prep identity for V6 monikers (#23268)
* prep identity for V6 monikers

* prep identity for V6 monikers
2021-09-10 12:29:33 -07:00
Luke Latham 3b8e7fe9e8
Broken link fixups (#23249)
* Broken link fixups

* Updates
2021-09-09 10:01:33 -07:00
Kent Sharkey 3229897eef
Update to policheck-flagged text (#23239) 2021-09-08 16:58:34 -05:00
Alif e224fe6a7e
Update SendGrid Implementation (#23230)
* remove sendgrid user crediential

* removed "user" credential from documentation
2021-09-07 19:38:57 -07:00
Chris Ross 9c8a26ce30
Update optional client cert doc for 6.0 features (#23226) 2021-09-07 15:37:43 -07:00
Rick Anderson 69fc5139c2
prep CORS for V6 monikers /6 (#23217) 2021-09-05 12:01:52 -07:00
IgorP 580b952bdb
Update introduction.md (#23159) 2021-08-30 18:42:04 -05:00
GitHubPang f318d00a99
Fix typos (#23138) 2021-08-26 19:03:31 -05:00
Rick Anderson 3f0a7edae4
Update overview.md 2021-08-25 13:16:55 -07:00
Rick Anderson 3fb8533306
Add logging to dataProtection /4 (#23081)
* Add logging to dataProtection /4

* Add logging to dataProtection /4

* Add logging to dataProtection /4
2021-08-25 07:32:31 -07:00
Martin Costello 992c0fefb8
Fix typo (#23073) 2021-08-20 14:42:03 -05:00
Barry Dorrans 2f141a4397
Add app isolation details from customer feedback (#23068)
* Update overview.md

Add isolation clarification driven by a customer misunderstanding who had used key vault to isolate individual keys in the same vault, causing app crashes.

* Update aspnetcore/security/data-protection/configuration/overview.md

Co-authored-by: Hao Kung <HaoK@users.noreply.github.com>

* Apply Pitch fork guys suggestions (#23071)

* Update overview.md

* Update aspnetcore/security/data-protection/configuration/overview.md

* Update aspnetcore/security/data-protection/configuration/overview.md

* Update aspnetcore/security/data-protection/configuration/overview.md

* Update aspnetcore/security/data-protection/configuration/overview.md

Co-authored-by: Hao Kung <HaoK@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-08-20 10:54:15 -07:00
Luke Latham cb8521414b
Guidance and migration for Duende IdS (#23047) 2021-08-18 09:16:33 -05:00
Wade Pickett 44c9efdf1c
Broken links sweep (#23027)
* Broken links sweep

* fixed link warnings

* update visual-studio-publish-profiles.md
2021-08-16 10:46:33 -07:00
Alexander Georgiadis cae952ef23
Update passwordhasher.cs (#23003) 2021-08-12 14:40:56 -07:00
Ashot Muradian 5880ce663b
Replace mixed up words and add some details (#22978)
* Update mixed up words

`context.Success` and `context.Fail` are void functions

* Update aspnetcore/security/authorization/secure-data.md

* Update aspnetcore/security/authorization/secure-data.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-08-08 10:02:26 -07:00
Ashot Muradian 339d72b1ec
Highlight the correct line of code (#22977)
* Highlight the correct line of code

Highlight call to `AddRoles<IdentityRole>()` instead of `AddEntityFrameworkStores<ApplicationDbContext>()` in the **Add Role services to Identity** section

* Highlight the correct lines of code

Correctly highlight calls to `AddRoles<IdentityRole>()` in the **Add Role services to Identity** sections
2021-08-08 10:01:55 -07:00
Luke Latham c4daaa0bd3
Link update (#22960) 2021-08-05 09:48:31 -05:00
Luke Latham d9f1c24fd5
Resolve suggestion on heading (#22934) 2021-08-02 21:06:27 -05:00
damienbod 80728f28b0
Damienbod-security-authentication-azure-ad-b2c-add-userflow-note (#22841)
* Adding a B2C user flow note

* improve text
2021-07-29 11:28:05 -05:00
Matt Thalman 5ad79935c8
Add info on security risk of redistribution of dev cert (#22878)
* Add info on security risk of redistribution of dev cert

* Adding stronger language

* Update aspnetcore/security/enforcing-ssl.md

* Apply suggestions from code review

Added "> " to warning section.  fixing what I broke.

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

Changes were in that @blowdart requested in review, so I will go ahead and Squash and Merge. - Wade
2021-07-28 13:28:08 -07:00
Cam Soper 6d9542b136
typo fixes (#22838) 2021-07-26 17:46:31 -07:00
damienbod 81b1bd1752
small text fixes to security-authentication-claims doc (#22846)
* small text fixes

* review fixes

* Add spacing

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-07-25 13:14:11 -07:00
Cam Soper 207b403924
Complete rewrite of ASP.NET Core -> B2C article (#22827)
* Revisions

* pushing for a preview build

* Pushing for a preview build

* fixed snippet?

* render test

* final changes

* snippets

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c/sample/Startup.cs

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/authentication/azure-ad-b2c.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-07-23 12:04:18 -05:00
Rick Anderson 605927cfa3
show VS for managing user secrets /a (#22781)
* show VS for managing user secrets /a

* show VS for managing user secrets /a

* show VS for managing user secrets /a

* Update aspnetcore/security/app-secrets.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2021-07-20 16:15:42 -07:00
Remco Eissing ce71472490
Code style fixes cross-site-scripting (#22762)
* Code style fixes cross-site-scripting

* Updates

* Missed one sneaky devil!

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2021-07-18 08:58:38 -07:00
GitHubPang 55faa3bdd3
Fix typo in policies.md (#22748) 2021-07-16 04:05:43 -05:00
Rick Anderson aa21d397b1
Update other-logins.md 2021-07-10 12:13:31 -07:00
Rick Anderson 6ae0df805e
Update docker-https.md (#22666)
* Update docker-https.md

* Update aspnetcore/security/docker-https.md

* Update aspnetcore/security/docker-https.md
2021-07-07 07:47:41 -07:00
adamijak 6bd83a1ff4
Cert trust info for more linux distros (#22654)
* Cert trust info for more linux distros

* Update aspnetcore/security/enforcing-ssl.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-07-05 17:05:08 -07:00
GitHubPang ec9aafa167
Fix link formatting in policies.md (#22634) 2021-06-30 05:24:51 -05:00
Luke Latham d2774a4608
Call out optional claims for tokens (#22621) 2021-06-26 10:20:30 -05:00
Ray 1ed406ace8
Add sample code in docs to handle URL-encoded client certs, eg. on NGINX / Kubernetes NGINX Ingress (#22484) 2021-06-25 07:45:01 -05:00
Barry Dorrans 6de5fc438d
Tweak the docker instructions (#22588) 2021-06-22 07:47:39 -05:00
Barry Dorrans 10e00e155c
Update to include PassThroughAuthorizationHandler (#22551)
* Update to include PassThroughAuthorizationHandler

Adding a description of why mixing a handler and policy in the same class removes the need for DI registration.

Fixes https://github.com/dotnet/AspNetCore.Docs/issues/18695

* Update aspnetcore/security/authorization/policies.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-06-21 15:58:30 -07:00
Rick Anderson fb368d1e9d
Update docker-https.md (#21632) 2021-06-18 08:34:18 -07:00
Luke Latham 4bab198cf1
Fix link (#22557) 2021-06-17 09:12:26 -05:00
reponemec 972fd2141e
Update simple.md (#22547) 2021-06-16 08:25:44 -05:00