Commit Graph

38 Commits (abf1465c827fffe4a298ffc37a289c50879f9b56)

Author SHA1 Message Date
Scott Addie 6e7dacfee4 Fix spelling mistake in header 2017-09-01 15:43:15 -05:00
Scott Addie 5286679ed0 Fix spelling mistake 2017-09-01 15:39:44 -05:00
Steven Moschidis 74e22e08e3 "fix" code sample (#4061)
* "fix" code sample

* Update views.md

* Update views.md
2017-08-25 17:01:21 -04:00
Steven Moschidis 0c188f31bb add missing word (#4060) 2017-08-22 10:48:24 -05:00
Tom Dykstra 2d5f16969d move sub tocs to main toc (#4029) 2017-08-18 11:51:38 -07:00
Rick Anderson c23f9b383b remove /en-us/ (#3670) 2017-07-10 12:20:50 -06:00
Ganesan Arunachalam 28104d5e4b Removed unnecessary user management. (#3616) 2017-07-05 10:14:29 -06:00
Ganesan Arunachalam 80aaf4caab Fix issue which rose when rendering index (#3617)
* Fix issue which rose when rendering index

* Includes check for edit permission before listing.

* Inject authorization service and import libraries.

* Commented out cosmetic
2017-07-05 09:40:32 -06:00
Ganesan Arunachalam 5f4e63ec18 Removed redundant Task.FromResult (#3615) 2017-07-05 08:07:03 -06:00
Scott Addie 7c2e804baf Delete project.json from sample project (#3624) 2017-07-03 15:19:09 -06:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Alpha 357cdbf575 Resource-based authorization: code formatting (#3561) 2017-06-23 09:46:23 -07:00
Rick Anderson cf6fe1568a Create secure-data.md (#3490) 2017-06-12 16:39:19 -07:00
Pablo Recalde f89bdea48c modified mvc example to use c#7 (#3447)
As suggested by VS2017 I've substituted the 2 line code by an inline temporary variable.
2017-06-07 11:50:22 -07:00
Kevin Hillinger 9814a9b1c9 Making code sample accurate (#3472)
Updating MinimumAge property to public and setter private, since the 'protected' accessibility won't work in the MinimumAgeHandler (given it accesses this property as public).
2017-06-07 11:42:19 -07:00
Rick Anderson c0849eb674 Secure user data (#3336)
* Secure user data

* removed dead code

* Revert "removed dead code"

This reverts commit 3311e8e4d4.

* move snippets to final15

* work

* fix

* work

* work

* work

* work

* work

* work

* work

* work

* work

* CRUD check

* work

* rename

* work

* formatting

* tdykstra feedback

* work

* tom feedback

* work

* work

* joe feedback

* work

* download

* fix

* download link

* download link
2017-05-30 13:11:31 -07:00
Jonathan Menzel 6bbf4f9d6a Minor punctuantion changes (#3423)
Replacing semicolons by the right punctuation in text
2017-05-30 12:18:36 -07:00
steven ferrell c42fe12bea Missing ending parentheses in AddAuthorization example code (#3374) 2017-05-17 20:22:36 -10:00
rhires 00e4417c0e Minor copy edits (#3202)
* Minor copy edits 

Apostrophe, indefinite article, and comma for clarity

* Update introduction.md
2017-04-12 07:14:31 -10:00
Andrew Germann 862fb8a1f0 Update views.md (#3203)
* Update views.md

Just adding the using directive for the AuthorizationService injection.

* Update views.md
2017-04-11 08:42:56 -10:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
otamimi 2e3970ffb1 Update policies.md 2017-02-15 15:16:05 +03:00
rhires 80aee95a68 "takes part in" -> occurs (#2652) 2017-02-01 19:04:51 -10:00
Rick Anderson d54bf9faa6 title dup and seo (#2578) 2017-01-23 11:42:08 -08:00
Matthew Harris bb6e3cfd2f [Fixes #2519] Injected authorizationService typo (#2528)
Fixes #2519
2017-01-16 11:22:32 -08:00
Tom Dykstra 42d5f34243 remove auth filters stub (#2497)
* remove auth filters stub

* remove refs to auth filters doc
2017-01-11 14:08:39 -10:00
Fabien f6b1023350 Fix typo of word Policies (#2449) 2016-12-28 11:57:04 -08:00
Marcus cdd911c900 AddPolicy over21 incorrect brace closer (#2420)
code snippet had either 1 too many brace closure (if was just the begining of the method and remainder was removed for brevity) or the close parenthesis was misplaced.
2016-12-19 08:54:17 -10:00
Luke Latham f4bc4c0059 Update introduction.md 2016-12-03 20:04:32 -06:00
Luke Latham 37029d0e62 Update resourcebased.md 2016-12-03 12:18:37 -06:00
Jerrie Pelser b188fdc5a8 AuthorizationContext => AuthorizationHandlerContext
`AuthorizationContext` in the code sample should be `AuthorizationHandlerContext`
2016-11-23 11:00:09 +07:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Erik Schierboom 42e2ef014f Fix code indentation in Claims-Based Authorization docs 2016-11-16 11:24:07 +01:00
Andy Pasic 81425c2f2a Api link fix (#2115)
* quick test

* quick test

* quick test

* Revert "quick test"

This reverts commit 91b07a3df5.

* Revert "quick test"

This reverts commit e44af19bb4.

* Revert "quick test"

This reverts commit 6872a1921d.

* Removed links to old api site

* Fixed link to H1

* quick fix

* Fixed link to H1

* reverted to match master

* removed random character.

* removed random unix character

* removed random unix character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* removed random UTF character

* Quick fixes

* Update CONTRIBUTING.md

* removed random UTF character

* removed random UTF character

* Update routing.md

* Update validation.md

* Update overview.md

* Update linuxproduction.md

* Update web-publishing-vs.md

* Update sociallogins.md

* Update cors.md

* Update cross-site-scripting.md

* Update overview.md

* Update key-encryption-at-rest.md

* Update adding-model.md

* Update new-field.md

* Update validation.md

* Update first-web-api.md

* Update nano-server.md

* Update your-first-mac-aspnet.md

* Update linuxproduction.md
2016-11-07 07:58:40 -10:00
Rick Anderson 5b103c1d6a fix link warnings (#2108) 2016-11-04 10:25:06 -10:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00