Commit Graph

70 Commits (ed6a1f1e7a397c7a38824e07f82b30f6edc97d5d)

Author SHA1 Message Date
Petr Onderka 8209e68ce1 Example URIs should not be links
This includes:

* localhost
* example.com
* example email addresses
* schema URI
2016-04-28 22:40:38 +02:00
danroth27 9a1816faf0 Merge branch 'master' into dev 2016-04-22 15:30:58 -07:00
Sebas- 6b71a8ab54 Update roles.rst
51d47c7be1/src/Microsoft.AspNet.Mvc.Core/Filters/AuthorizeAttribute.cs (L38)

Input is not being trimmed (remove spaces), so if you follow the documentation, the second role will never be able to access the method.
2016-04-22 14:12:32 -07:00
danroth27 f965804df9 Rename ASP.NET 5 to ASP.NET Core and other general cleanups 2016-03-28 16:29:22 -07:00
danroth27 5a12f2ac7e Remove dnx folder and related content 2016-03-25 13:56:44 -07:00
Javier Calvarro Nelson 167046001a Update DataProtection docs
Update code to reflect changes in https://github.com/aspnet/dataprotection/issues/120
2016-03-17 10:53:37 -07:00
Asad fcc66a8db9 Update roles.rst
removed double you word
2016-03-14 13:26:45 -07:00
whytheday 70b2a362d9 Fixed link to PasswordHasher. 2016-03-11 13:18:37 -08:00
Martín Coll 7901bfe456 Fix a typo
Probably a typo from copy and pasting from other examples. We are already in the context of the lambda.
2016-03-10 14:41:22 -08:00
Johnny Cucerzan 51a4f5c687 Fixed typo.
Fixed typo from 'have a change to ...' to 'have a chance to ...'.
2016-03-07 09:52:15 -08:00
Johnny Cucerzan 90996bab76 Fixed typo.
The wrong method name "AuthorizeSync" is specified in the code explanation, instead of "AuthorizeAsync".
2016-03-06 15:54:22 +13:00
danroth27 88130df2c5 Remove mvc sphinx project files and intersphinx links 2016-03-02 11:19:51 -08:00
danroth27 0b1ce0e4f0 Remove mvc security node and merge context with aspnet security node 2016-03-02 11:19:44 -08:00
Sourabh Shirhatti 321423fce2 Fix casing for date of birth 2016-02-29 10:47:58 -08:00
smelons 7f6f2cdadc Fix AddAuthorization syntax 2016-02-29 10:41:15 -08:00
danroth27 d1cff85fec Clarify that the CORS middleware needs to be added before any endpoints in the request pipeline 2016-02-24 22:34:41 -08:00
Leon Cullens 8f5d002724 Update cors.rst.
Add explanation that app.UseCors must be called before app.UseMvc.
2016-02-22 23:41:08 +01:00
Jimmy Hannon 29c3d17dde Update policies.rst 2016-02-22 11:50:19 -08:00
Daniel Roth adc48727d8 Use gender neutral language
Addresses https://github.com/aspnet/Docs/issues/745
2016-02-16 15:05:45 -08:00
Erik Reitan aafa0cb397 Add links to articles on azure.com 2016-02-12 09:18:18 -08:00
Sourabh Shirhatti a978f2df64 Update identity links 2016-02-08 18:15:28 -08:00
Marcellus Miles 65dae0bdfe fixing broken links 2016-02-08 18:15:27 -08:00
Sergey Guryev 195ce02086 Updating the SecretManager package name
Here is the manual for installing the SecretManager http://docs.asp.net/en/latest/security/app-secrets.html#installing-the-secret-manager-tool
Here is the issue about the old name and NullReferenceException: https://github.com/aspnet/UserSecrets/issues/34
2016-02-01 16:28:51 -08:00
Johnwii.Chang eeea2b0b98 Update views.rst
Origin: href="@Url.Action("Edit", "Document", new {id= Model.Id})"">Edit</a></p>
Extra " was typed in this document. Delete it already.
2016-01-25 10:30:41 -08:00
Jared Thirsk 92b6146de9 Correct IOptions<T>.Options propery is now Value 2016-01-19 22:49:05 -08:00
vmh32 06c6b65211 Update policies.rst
Missing closing parenthesis in code
2016-01-15 10:54:52 -08:00
Rick Anderson 5f2f371de0 Update replacing-machinekey.rst
disambiguate 4.5+ from 5.X
2016-01-05 11:06:49 -10:00
Kevin Pilch-Bisson c631d98feb Fix typo (period to comma) 2016-01-05 10:12:09 -08:00
RachelAppel a7d49a96ef Merge branch '1.0.0-rc1' 2015-12-29 15:47:18 -05:00
Robert Foster a3a13d5574 Update sociallogins.rst
Added note to install the Microsoft.AspNet.Authentication.Facebook package as it's not installed by default.
2015-12-29 15:44:49 -05:00
Nicholas P Nelson 8436f688c2 Fix typo in CookieAuthentication article 2015-12-23 09:33:04 -05:00
Barry Dorrans 8d47b40619 Added example on how to call into operational requirement. 2015-12-22 11:11:04 -08:00
Barry Dorrans bcc486f506 Add new section on DI and update the old DI syntax to the new syntax.
Removing namespaces to make the samples easier.
2015-12-21 11:40:28 -05:00
danroth27 b74d5c2db5 Rename cookie authentication file 2015-12-14 21:24:49 -08:00
danroth27 86a8440fbf Fix typo 2015-12-14 21:22:31 -08:00
Barry Dorrans 43e2d26c02 Add using cookie middleware without identity 2015-12-14 21:19:13 -08:00
John Rowley 9276c3b78c Update Cors Example to RC1 2015-12-14 13:23:55 -08:00
RachelAppel ca8d1bd1ad Merge branch '1.0.0-rc1' 2015-12-09 15:07:06 -05:00
Brock Allen 2745ff021a Update roles.rst 2015-12-09 14:31:23 -05:00
Barry Dorrans 61fac0cbe1 Change broken doc links are file moves to will always work ref links 2015-12-09 11:14:53 -08:00
Barry Dorrans c90cdcb231 Add Authz documentation and cleanup authn to its own section 2015-12-08 12:24:37 -08:00
pottereric e9a36dd88a Don't show suggest a specific AppId
The instructions suggest that the user use the same AppId as the one shown in the screenshots. I practice, they will have their own AppId.
2015-12-04 16:24:48 -05:00
Chris Dufour a6d251b740 Update app-secrets.rst
Update the UserSecrets package names to new names
2015-12-02 10:56:11 -08:00
danroth27 2574881093 Update links to secret manager doc 2015-12-01 13:31:50 -08:00
Rich Turner 8417187417 Updated Secret Manager instructions for RC1 2015-12-01 13:31:49 -08:00
Barry Dorrans 2bb2365272 Add link to IIS registry powershell script and configuration apis 2015-11-18 10:14:47 -08:00
danroth27 83f074dc6e Update literalincludes for RC1 common samples 2015-11-18 03:37:22 -08:00
danroth27 a7022e5b82 Clean up formatting and code snippets 2015-11-18 00:42:19 -08:00
Rich Turner 05fc5fd2b5 Fixed instructions for configuring social logins 2015-11-18 00:30:37 -08:00
RachelAppel ffdd10d60a deleted unnecessary 03-1small.png file 2015-11-13 13:04:11 -05:00