Commit Graph

523 Commits (b4816ac7a33c5632834824a51e47d6c8922099b4)

Author SHA1 Message Date
Scott Addie d0fb08ac83 Convert Mac to macOS (#5709) 2018-03-15 09:48:55 -10:00
Luke Latham 6b0cf1247f Title, description, and H1 updates (2) (#5697)
Updates
2018-03-14 16:51:34 -10:00
Luke Latham a6100d5aaf
Remove LogoutPath from cookie options (#5666) 2018-03-14 19:26:59 -07:00
Luke Latham fcee627e0c
Enhance ClaimsPrincipal/Identity content (#5669) 2018-03-13 10:37:16 -07:00
Luke Latham 2573b3b9d9 Move cookie sharing topic to Security (#5668) 2018-03-13 08:38:44 -05:00
DrakeLambert 708210eb86 Identity Server Link to Original Tutorial (#5665) 2018-03-12 19:46:41 -07:00
Luke Latham 7b9b0488cb
Add lockout feature content (#5582) 2018-03-09 16:38:37 -08:00
Scott Addie 7fb8eb5fea
Expand description of Cookie.Expiration property (#5611) 2018-03-06 17:45:42 -06:00
Rian Stockbower 943325ae99 Iterating the PendingRequirements collection and calling Succeed on an element modifies the collection throwing an InvalidOperationException https://github.com/aspnet/Security/issues/1375 (#5587) 2018-03-05 21:47:17 -06:00
Luke Latham af3096253c
Title, description, and H1 updates (1) (#5574) 2018-03-01 15:21:56 -06:00
Luke Latham 9ecc69974e Servers > ANCM update (#5538)
* Servers > ANCM update

* React to feedback

* React to feedback

* The missing "to" 👽

* React to feedback

* React to feedback
2018-02-27 19:34:22 -06:00
Scott Addie df713f2535
Incorporate review feedback in Windows auth doc (#5564) 2018-02-27 19:09:12 -06:00
Luke Latham d4c466dee9 Fix UID (#5562) 2018-02-27 18:58:13 -06:00
Scott Addie 817ac4deb7
Replace Cookie.Expiration property with ExpireTimeSpan (#5561) 2018-02-27 18:56:40 -06:00
Charles Lowell 9cd92f3f11 Tutorial for WS-Federation middleware (#5532)
* Add WS-Federation middleware doc

* Link to WS-Fed doc in sidebar

* Link to WS-Fed doc in toc

* UE edits

* Remove file extension from xref link

* Link to AAD docs

* Update ws-federation.md

* Add section for AAD

* Minor tweaks
2018-02-27 13:45:04 -06:00
Luke Latham ee823c7e1d Update XSRF example (#5551)
Remove double spaces
2018-02-26 12:01:44 -06:00
Luke Latham eee39c63b4 Link .NET Core tools docs where mentioned (#5548) 2018-02-24 10:10:22 -06:00
Luke Latham f047169540 Drop [Main] from snippet references (#5547) 2018-02-24 10:08:11 -06:00
Trcx cd3d2fb312 Added note regarding Windows auth access denied. (#5512)
* Added note regarding Windows auth access denied.  

Closes #5494

* Minor tweaks
2018-02-21 19:08:00 -06:00
Luke Latham ceb264b696 Identity config topic updates (#5524)
* Identity config topic updates

* React to feedback

* Remove extra pipe

* Nits

* One more nit
2018-02-21 11:24:39 -06:00
Caro Caserio bcba2cc3b9 CC50099: Content updated (#5514)
* CC50099: Content updated

Hello, @rick-anderson,

This proposed file change comes from this Community Contribution: https://github.com/aspnet/Docs.fr-fr/pull/55/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.

* Minor tweaks
2018-02-20 09:30:35 -06:00
Barld Boot fe5a497f57 Update index.md (#5515)
* Update index.md

* Update content
2018-02-20 09:18:46 -06:00
Ivar Nesje 352ce0b4b8 Document ReturnUrlParameter default value (#5517) 2018-02-20 00:46:03 -06:00
Ivar Nesje 399fe31a70 Non-sense default cookie parameters (#5510) 2018-02-19 22:55:43 -06:00
Luke Latham 740fa8e0c3 Remove unused sample file (#5489) (#5497) 2018-02-16 17:09:38 -10:00
Rick Anderson 4d69b62611
remove AuthorizeFolder in secure user data (#5451)
* remove AuthorizeFolder in secure user data

* SSL to HTTPS
2018-02-13 11:39:53 -10:00
Scott Addie 55adac1c98
Mention InvokeHandlersAfterFailure property in policy auth doc (#5445)
* Mention InvokeHandlersAfterFailure property in policy auth doc

* React to feedback

* React to feedback
2018-02-13 13:37:31 -06:00
Rick Anderson 652f09abc6
Update PW recovery to RP and secure templates (#5383)
* Update PW recovery to RP and secure templates

* Update PW recovery to RP and secure templates

* delete mvc controller files

* acrolinx

* work

* work

* Password recovery PR patch

* Update accconfirm.md

* Minor edits to password recovery PR
2018-02-12 12:22:43 -10:00
Sam Foo f235255b83 Remove repeated duplicate words (#5438) 2018-02-11 12:36:03 -06:00
Antoine Griffard a8742d530d Typo in aspnetcore/security/key-vault-configuration.md (#5414)
verus => versus
2018-02-09 10:46:35 -06:00
Mikael 9fc4d1bd64 Replace AllowAnonymousAttribut by AllowAnonymous (#5397)
Replace AllowAnonymousAttribut by AllowAnonymous for the name of the attribut
2018-02-08 10:56:26 -06:00
Rick Anderson 08aad8f5fd
warn about RequireHttpsAttribute with Web APIs (#5381)
* warn about RequireHttpsAttribute with Web APIs

* luke feedback

* luke feedback

* luke feedback

* luke feedback

* luke feedback

* luke feedback

* react 2 blowdart

* react 2 blowdart
2018-02-07 12:26:29 -10:00
Aaron Hanusa 14531a10fd Update claims.md (#5345) 2018-02-02 11:51:36 -10:00
Rick Anderson 00b21a11d9
Update identity-enable-qrcodes.md (#5323) 2018-02-02 11:49:45 -10:00
Rick Anderson b97dfdf3f0
fix range - highlighting (#5337) 2018-02-02 09:16:49 -10:00
Rick Anderson 4c34fcdd48
Update secure-data.md (#5334) 2018-02-01 16:39:39 -10:00
Rick Anderson 6176572dc9
[WIP] Secure user data, react to announcements (#5318)
Secure user data, react to announcements
2018-01-31 17:46:02 -10:00
Rick Anderson 7be48531f4
Update accconfirm.md 2018-01-31 13:44:25 -10:00
Cam Soper 2c12e5dc99
Fix for build warnings (#5313)
fix for build warnings
2018-01-30 12:42:47 -06:00
Luke Latham ab45f0c5d1 IMiddleware/IMiddlewareFactory topic (#5027)
* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* IMiddleware/IMiddlewareFactory topic

Change middleware topic filename + add crosslink

Update

Updates

* Updates

Updates

* React to feedback

* Add conventional middleware activation example
* Use Ninject to make the samp demo a real nonconforming container

* Show the default factory

* React to feedback

* Cut extraneous Ninject bits

* Updates

Update

* React to feedback

* React to feedback

* Use Simple Injector + default IMiddlewareFactory impl

* Updates

* Update

* Revert topic+sample to using the default container

Update

* Updates

* Updates

* Updates

* React to feedback

* Update
2018-01-30 10:53:14 -06:00
Luke Latham 8ac17844d1 Tie sample code (sign in) into topic (#5307) 2018-01-30 09:11:41 -06:00
Cam Soper fc8d193d3e
Azure AD B2C with Web API (#5275)
* initial commit of web API AAD B2C doc

* initial revisions

* minor revisions

* changes from feedback

* Apparently [!INFO] isn't a valid extension.
2018-01-29 13:08:36 -06:00
Luke Latham abbe642741 Organize metadata (#5296)
Updates
2018-01-29 09:21:31 -06:00
Luke Latham 8e33d0e94e Remove redirected topic files (#5299)
Updates
2018-01-29 09:15:04 -06:00
Luke Latham fa24342f38 Remove smart quotes (#5294) 2018-01-28 15:49:15 -06:00
Luke Latham e22c40247e Section header casing and addl resrouce links to xref (#5291)
Fix one link
2018-01-27 10:21:42 -10:00
Rick Anderson 4313ed3047
RP version of secure user data (#5190)
* RP version of secure user data

* work

* work

* work

* work

* work

* work

* work

* ready 4 review

* pdf and fix

* fixes

* fixes

* fixes

* clean up

* clean up

* clean up

* last draft

* last draft

* Updates to Razor Pages user data protection doc

* Page Model to page model

* code fense to bold

* Updates to Razor Pages user data authorization doc

* Enable copying of .NET Core CLI command

* Change HTML code snippets to CSHTML

* Task.CompletedTask;

* Task.CompletedTask;
2018-01-25 21:06:35 -10:00
Luke Latham 313486d76f Taming the savage contraction issue (#5216)
* Form contractions

* Revert two contractions

* Additional reversions

* Additional reversions

* Additional revisions

* Additional revisions

* React to feedback
2018-01-24 09:27:24 -06:00
Rick Anderson f521240adb Update identity.md (#5253)
* ref anchor change

* Update identity.md

* Update identity.md
2018-01-24 12:21:50 +01:00
Luke Latham 1dd1a7fc8a
Remove localization segment from links (#5254) 2018-01-23 19:12:57 -06:00