Cam Soper
99af336251
Incorporating my team's GREAT feedback!
2018-01-18 17:06:46 -06:00
Cam Soper
19dda6f3fa
AAD B2C and ASP.NET Core web app
2018-01-17 19:32:53 -06:00
Scott Addie
e9643cf034
Address TOC inconsistencies ( #5154 )
...
* Address TOC inconsistencies
* Fix broken links
* Fix security-related TOCs
* Add missing link to Authorization page
2018-01-10 09:58:43 -10:00
Rachel Appel
b02912dedb
Address issues in 3445: add code, fix bugs ( #5152 )
...
UE Edit and address 3445
2018-01-10 11:56:11 -05:00
Luke Latham
3f682a9ef2
Hosting and deployment updates (Stage 1) ( #5127 )
...
* Hosting and deployment updates
Update
Updates
Updates
Updates
Updates
* React to feedback
2018-01-09 15:41:28 -10:00
Jeroen5356
a9bb2c78cc
Inconsistent usage of the 'role' word ( #5143 )
...
* Inconsistent usage of the 'role' word
On line 43 the 'Administrator' gets called a 'role' while at line 25 the 'Administrator' gets called a 'group'
* Minor edits
2018-01-09 09:17:22 -06:00
Rachel Appel
63669cb56b
Add link to code download ( #5125 )
...
* ASP.NET Core Identity sample
* quick fixes after csat mods
* fix path
2018-01-05 15:10:18 -05:00
Scott Addie
7474f0e66d
Rename AddMvc methods to UseMvc ( #5123 )
...
* Rename AddMvc methods to UseMvc
* Change method names
2018-01-05 12:58:50 -06:00
Rachel Appel
ecbecec65a
ASP.NET Core Identity sample ( #5118 )
2018-01-05 12:25:01 -05:00
Rachel Appel
f4e67ddf83
formatting cleanup ( #5105 )
...
* formatting cleanup
* fix rogue tab id
2018-01-04 11:14:19 -05:00
Biarity
ca1a217bd0
PwdLess is now Cierge ( #5077 )
...
The old PwdLess still exists but is no longer maintained.
2018-01-03 15:22:38 -10:00
Rachel Appel
7ef54f663a
CSAT Modifications ( #5097 )
2018-01-03 15:16:31 -10:00
Caro Caserio
5b07686f06
CC45931: Update overview.md #31 ( #5091 )
...
Hello, @rick-anderson,
This proposed file change comes from this Community Contribution: https://github.com/aspnet/Docs.ko-kr/pull/31/files .
Please, help to check this proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR.
Many thanks in advance.
2018-01-02 15:10:52 -10:00
Scott Addie
572899acdc
2.0 updates to Policy Authorization doc ( #4849 )
...
* 2.0 updates to Policy Authorization doc
* More changes
2017-12-15 10:02:25 -06:00
Rachel Appel
a75d5cfe42
identity csat ( #4997 )
2017-12-13 16:59:08 +01:00
Rick Anderson
d0a731836a
Social logins, update FB ( #4980 )
...
* Social logins, update FB
* Social logins, update FB
2017-12-12 11:52:32 -10:00
Luke Latham
f9c17fbb49
Update Key Vault config provider samples ( #4961 )
2017-12-12 10:20:36 -06:00
Luke Latham
c79150ca12
Fix a PS command argument ( #4801 )
2017-12-09 17:16:04 -10:00
Scott Addie
3d4e0e3bf8
Dedent controller code sample
2017-12-06 15:05:16 -06:00
Yi Gyuwon
4e22a25a7e
IsInRole is a method, not a property ( #4918 )
2017-12-04 09:32:59 -06:00
Rick Anderson
b43b5c4b66
Update accconfirm - add work around ( #4907 )
...
* Update accconfirm.md
* Update accconfirm.md
2017-12-01 11:41:34 -10:00
Michael DePouw
4b11174d8c
add comma ( #4894 )
2017-11-29 12:01:14 -10:00
Rick Anderson
604f717e29
landing page for indiv user accounts ( #4883 )
...
* landing page for indiv user accounts
* work
* work
* work
* fix
2017-11-29 11:55:28 -10:00
elayamathy
991fcc21bf
Update cors.md ( #4884 )
...
* Update cors.md
Added the words "in response" and "from the request" under the section "How CORS works" to improve clarity.
* Remove unnecessary period
2017-11-29 09:43:03 -06:00
Luke Latham
374ecc35a7
Documenting Options change for 2.0 ( #4797 )
...
* Documenting Options change for 2.0
Update
Updates
Updates
* Updates
Fix link
Update TOC entry
Fix redo
Updates
* Update index.md
Simple is banned.
* Factor remaining Options out of Config topic
* React to feedback and updates
Update
Updates
Update metadata
* React to feedback
Update
2017-11-28 14:09:16 -10:00
cherish
e081f81ae8
change the template and screenshot for create new project when Introduction to Identity ( #4865 )
...
* Add files via upload
* change the template for create new project
2017-11-27 14:09:17 -10:00
Scott Addie
72fe47d8ae
Update IXmlEncryptor section to 2.0 ( #4851 )
...
* Update IXmlEncryptor section to 2.0
* React to feedback
2017-11-22 12:21:08 -06:00
Rick Anderson
de9c59535d
Merge pull request #4831 from anonymousgituser/patch-2
...
Registering Custom IXmlRepository For 2.0
2017-11-20 08:47:50 -10:00
Scott Addie
676a151fee
Add closing paren
2017-11-20 11:37:05 -06:00
Scott Addie
a16000b19e
chsarp --> csharp
2017-11-20 10:31:07 -06:00
Scott Addie
c82bd004f8
Remove unnecessary separator
2017-11-20 10:30:01 -06:00
anonymousgituser
8190bef2f5
Registering Custom IXmlRepository For 2.0
...
Updated how to register custom IXmlRepository instance for ASP.NET Core 2.0.
2017-11-19 19:25:05 -05:00
vnextcoder
34c7acb797
Update dotnet package version ( #4814 )
...
* Update dotnet package version
Update that dotnet Add Package is required only in ASPNET Core 1.x and not in 2.x
* Update google-logins.md
2017-11-16 10:59:59 -10:00
Triwaters
71a921b612
Incorrect reference to IdentityRole ( #4774 )
...
ApplicationRole is what we're looking for here in this demo
2017-11-15 10:32:56 -10:00
Rachel Appel
9cd5e51258
initial commit security landing page ( #4700 )
2017-11-15 14:24:53 -05:00
Triwaters
852069fbb0
small correction ( #4794 )
...
ContactOperationsRequirements should be ContactOperations
2017-11-14 17:51:29 -10:00
Scott Addie
be2048970e
Fix broken sample apps link
2017-11-09 10:23:17 -06:00
Scott Addie
649a2ac2ac
Overhaul of resource-based auth doc ( #4715 )
...
* Updates to resource based auth doc
* More edits
* More edits
* Tag with mvc metadata
* Verbiage tweaks
* More edits
* More MVC edits
* More edits
* Initial commit of sample app
* Replace inline code with code imports
* Add download link to sample app
* Correct the requirement class name
* Adjust line number
* Verbiage tweak
* More edits
* Add 1.x sample
* Update sample apps folder name in link
* Minor edits
* More edits
* Fix metadata warnings
* Code cleanup
* Update description metadata
* Update property name in csproj file
* Update old namespaces in ASP.NET Core 2.x app
* Update .NET Fx target framework TODO comments
* Prevent action code from scrolling
* Add Razor Pages sample
* Fix line numbers for highlighting
* Return ForbidResult when appropriate in 2.0 app
* Add authentication assumption notes
* Update metadata
* React to Rick's feedback
* Add 1.x handler snippets
2017-11-08 15:47:59 -06:00
Luke Latham
65d60b9783
LoggerMessage topic ( #4697 )
...
* LoggerMessage topic
Updates
Updates
Updates
Update
Updates
Update
* React to feedback
Update
React to feedback
Update
* React to feedback
* Update loggermessage.md
* Updates
Updates
Updates
Update
* React to feedback
2017-11-06 15:41:13 -10:00
Luke Latham
10478fce6a
Razor Pages authorization conventions topic ( #4584 )
...
* Razor Pages auth and custom routing topic
Update
Updates
Updates
Sample update
Updates
Use absolute URLs in sample README
* React to feedback
* Filename change
* React to feedback
* Breakdown 1st sentence
* Error page update
* React to feedback
Update
Updates
* Move topic to security/authorization + add crosslinks
Update sample link
* Move topic to 3rd under Authorization in TOC
2017-11-03 12:52:31 -05:00
Shibu
c4057a9f12
Updated facebook-logins.md with exact instructions to store Facebook … ( #4709 )
...
* Updated facebook-logins.md with exact instructions to store Facebook app id and secret in secret store
* Minor edits
2017-11-02 11:14:57 -05:00
Yan Ivan Evdokimov
5eff35a52c
Changes to resourcebased.md to match Core 2.0 ( #4712 )
...
* Changes to resourcebased.md to match Core 2.0
AuthorizeAsync method returns Task<AuthorizationResult> instead of Task<bool> in 2.0.
* Introduce tabs
2017-11-02 10:21:41 -05:00
Scott Addie
8d78fdb67e
Clarify warning message in views auth doc ( #4673 )
2017-11-01 14:39:15 -05:00
Scott Addie
4c4adff9e8
Add missing description metadata to security docs ( #4702 )
2017-11-01 09:34:09 -10:00
Scott Addie
9d10977fb1
Remove period from TOC link title ( #4703 )
2017-11-01 14:22:05 -05:00
Michael DePouw
fe216f26e7
Dev2/key management.md ( #4691 )
...
* fix anchor link to handler registration
* fix anchor link to automatic key rolling
2017-10-31 12:42:57 -10:00
Michael DePouw
21ff2c2e27
fix anchor link to handler registration ( #4690 )
2017-10-31 15:42:12 -05:00
Michael DePouw
02c9efa5b2
fix bad anchor link ( #4665 )
...
reference: https://github.com/aspnet/Docs/issues/4651
2017-10-30 08:26:07 -10:00
Scott Addie
bd4d2a6387
Add missing closing paren
2017-10-30 13:22:50 -05:00
Michael DePouw
5b1257452b
add heading for handler registration ( #4663 )
...
* add heading for handler registration
this will allow for an anchor link (I think, I know ## does, hoping ### does too). this will help to fix "Illegal link: `[Authorization handlers must be registered](policies.md#security-authorization-policies-based-handler-registration)` -- missing bookmark." on aspnetcore/security/authorization/dependencyinjection.md
reference: https://opbuildstorageprod.blob.core.windows.net/report/2017%5C10%5C13%5C6a0d29ae-bb37-09f1-c55a-4cfa862c6784%5CPullRequest%5C201710131248087361-4562%5Cworkflow_report.html?sv=2015-02-21&sr=b&sig=GbG0qgcJNtJMXYbbzHZqcp2BJNdAKtUYmbwoSscw5IY%3D&st=2017-10-13T12%3A50%3A41Z&se=2017-11-13T12%3A55%3A41Z&sp=r
* change title to sentence case
* change ## titles to sentence case
2017-10-30 13:11:00 -05:00
Michael DePouw
3636765f02
fix bad anchor links ( #4662 )
...
reference: https://opbuildstorageprod.blob.core.windows.net/report/2017%5C10%5C13%5C6a0d29ae-bb37-09f1-c55a-4cfa862c6784%5CPullRequest%5C201710131248087361-4562%5Cworkflow_report.html?sv=2015-02-21&sr=b&sig=GbG0qgcJNtJMXYbbzHZqcp2BJNdAKtUYmbwoSscw5IY%3D&st=2017-10-13T12%3A50%3A41Z&se=2017-11-13T12%3A55%3A41Z&sp=r
2017-10-30 11:03:01 -05:00
Michael DePouw
16d9cb4799
fix page title ( #4666 )
...
* fix page title
make it Proper case and remove period in the title
* Update authenticated-encryption-details.md
2017-10-30 11:01:46 -05:00
Scott Addie
bd666067fa
Alphanumeric --> non-alphanumeric ( #4668 )
2017-10-30 10:51:43 -05:00
Michael DePouw
619c44889c
fix bad anchor link ( #4661 )
...
reference: https://github.com/aspnet/Docs/issues/4649
2017-10-30 10:09:59 -05:00
Michael DePouw
aa039cc01b
fix bad anchor link ( #4660 )
...
reference: https://opbuildstorageprod.blob.core.windows.net/report/2017%5C10%5C13%5C6a0d29ae-bb37-09f1-c55a-4cfa862c6784%5CPullRequest%5C201710131248087361-4562%5Cworkflow_report.html?sv=2015-02-21&sr=b&sig=GbG0qgcJNtJMXYbbzHZqcp2BJNdAKtUYmbwoSscw5IY%3D&st=2017-10-13T12%3A50%3A41Z&se=2017-11-13T12%3A55%3A41Z&sp=r
2017-10-30 10:07:31 -05:00
Scott Addie
2e1012e01b
Address customer verbatim in View-based auth doc ( #4638 )
...
* Address customer verbatim in View-based auth doc
* Minor edit
* Update TOC link titles
2017-10-26 19:09:55 -10:00
Scott Addie
e9984b06a8
Update Windows auth doc to 2.0 ( #4617 )
...
* Update Windows auth doc to 2.0
* Add code snippet highlighting
* Convert titles to sentence case
* Tweak titles
* Verbiage tweak
* Minor edits
* Add launchSettings.json file
* Minor edits
* Fix title metadata error
* Shorten sentence
* Replace colon with period
* Link to Simple Authorization doc
* Work with Windows auth section updates
* Swap section orders
* Add RunImpersonated code sample
* Add Startup.cs code snippet import
* Minor tweak
2017-10-26 11:30:04 -05:00
Scott Addie
c1c4582ccd
Replace magic auth scheme strings ( #4626 )
...
* Replace magic auth scheme strings
* Create local constant for storing auth schemes
2017-10-25 15:09:51 -05:00
Luke Latham
58b14853b7
Link fix in cookie.md topic ( #4611 )
2017-10-23 17:01:56 -10:00
Luke Latham
e45d9cb634
security/data-protection/configuration updates ( #4549 )
...
* Security/DP/Configuration updates
Updates
Update bookmarks
Updates
* Revert anchor additions
* Update
* Drop lib from sample
* React to feedback
2017-10-20 10:15:26 -10:00
Luke Latham
ce215b2a94
Update Cookie Auth without Identity topic ( #4538 )
...
* Update Cookie Auth without Identity topic
Addresses #3777
Updates
* React to feedback
* Small change
* React to feedback
* Update for Cookie.SameSite and Cookie Policy Middleware
* React to feedback
* Update warning
* Nit change in method call
* Revert suggestion added to warning
2017-10-18 14:10:53 -10:00
Joachim Sauer
e17d0c2593
Broken link fixed. ( #4591 )
...
* Broken link fixed.
The the link to "Securing ASP.NET Core apps with IdentityServer4" was broken. The link was replaced with a working one.
* Update index.md
* Update index.md
2017-10-18 14:05:07 -10:00
Anatoliy Siryi
48c94be410
Fixed broken Facebook link ( #4592 )
2017-10-18 13:54:04 -10:00
Scott Addie
912a1efc8f
Fix invalid bookmarks ( #4570 )
2017-10-13 15:50:30 -05:00
Michael DePouw
364790b503
fix illegal links
...
aspnetcore/security/authorization/policies.md
• Line 19: [Warning] Illegal link: `[role authorization](roles.md#security-authorization-role-based)` -- missing bookmark. The file security/authorization/roles.md doesn't contain a bookmark named security-authorization-role-based.
• Line 19: [Warning] Illegal link: `[claims authorization](claims.md#security-authorization-claims-based)` -- missing bookmark. The file security/authorization/claims.md doesn't contain a bookmark named security-authorization-claims-based.
2017-10-13 09:34:02 -04:00
Scott Addie
e3b1726cc0
Merge pull request #4548 from marekkarbarz/patch-1
...
Remove unnecessary markup from top of the document
2017-10-12 15:48:15 -05:00
Scott Addie
79f088fbe8
Merge pull request #4550 from guardrex/patch-1
...
Escape underscores
2017-10-12 15:44:26 -05:00
Scott Addie
1cbd792135
Merge pull request #4531 from aspnet/scottaddie/limiting-identity-2.0
...
2.0 update of Limiting identity by scheme doc
2017-10-12 15:41:46 -05:00
Luke Latham
f55f8c53ad
Fence it!
2017-10-12 15:29:48 -05:00
Scott Addie
b5a516462e
Change snippet types to cshtml
2017-10-12 15:25:57 -05:00
Luke Latham
8831b60762
Escape underscores
2017-10-12 15:19:21 -05:00
Scott Addie
9332fc5940
React to feedback
2017-10-12 15:14:00 -05:00
Marek Karbarz
cb9fa97a7b
Remove unnecessary markup from top of the document
2017-10-12 12:12:24 -07:00
Scott Addie
9acd1a1db1
Implement Rick's suggestion in cookie doc
2017-10-12 12:22:13 -05:00
Scott Addie
c857c8f187
application --> app
2017-10-12 09:35:20 -05:00
Scott Addie
9d6cafcdc8
Minor tweaks
2017-10-12 09:27:46 -05:00
Scott Addie
a73fb5161f
Fix incorrect file name in QR Code doc
2017-10-11 21:33:55 -05:00
Rick Anderson
a06e47425e
Update limitingidentitybyscheme.md
2017-10-11 16:32:14 -10:00
Scott Addie
5dda7cb14f
Remove unnecessary anchors from social auth docs
2017-10-11 15:56:08 -05:00
Scott Addie
134813bf59
React to feedback
2017-10-11 15:13:20 -05:00
Scott Addie
6625b36aff
Convert link to xref style
2017-10-11 14:04:07 -05:00
Scott Addie
e0bf5eb48b
Dedent code snippet
2017-10-11 13:48:28 -05:00
Scott Addie
87c6f7ecce
Provide more context in last code snippet
2017-10-11 13:41:28 -05:00
Scott Addie
304a6352fe
Minor edits
2017-10-11 13:37:31 -05:00
Scott Addie
6d03b6651b
Update note for 2.0
2017-10-11 11:47:11 -05:00
Scott Addie
cc85485f9a
Remove unnecessary anchor
2017-10-11 10:44:16 -05:00
Scott Addie
1d087dc6e7
Update 2.0 code snippet
2017-10-10 14:47:05 -05:00
Scott Addie
8c6bb075e5
2.0 update of Limiting identity by scheme doc
2017-10-10 13:34:19 -05:00
Scott Addie
4d886718e9
Fixes #4517 ( #4519 )
2017-10-09 17:03:02 -10:00
Scott Addie
de47f188ea
TOC edits for Azure App Service Auth doc
2017-10-05 15:38:46 -05:00
Isaac Levin
af6c2a58ea
Azure App Service Authentication (Easy Auth) #4095 ( #4501 )
...
* add easy auth link to Authentication Index
* absolute url
2017-10-05 12:57:13 -07:00
Derek Christensen
b23c8bd76b
2fa twilio sample ( #4485 )
...
* Removed unnecessary var.
* Implemented Async Twilio call.
2017-10-03 09:45:25 -07:00
Rick Anderson
53957db410
Update index.md ( #4480 )
2017-10-03 09:44:18 -07:00
Scott Addie
732cd26842
Merge pull request #4468 from guardrex/guardrex/sample-instructions
...
Provide link to download instructions for samples
2017-09-30 22:05:56 -05:00
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