Commit Graph

620 Commits (e7d092dae7594647dd0944d023a680bcc0993da5)

Author SHA1 Message Date
Scott Addie 0a6c1f78c5
Update aspnet/AspNetCore & aspnet/Home references to dotnet/As… (#16483)
* React to AspNetCore repo move to dotnet org

* Change aspnet/Home reference to dotnet/aspnetcore

* More replacements of aspnet/Home
2020-01-09 13:30:28 -06:00
Ryan Jackson dc7c9f8109 Fix grammatical issue (#16472)
This was bugging me when reading through the doc. Small change, but I think it's easier to read.
2020-01-08 20:16:33 -08:00
Rick Anderson 66c5b299f5
LIst auth options (#16135)
* LIst auth options

* LIst auth options

* LIst auth options

* Feedback for #16135 (#16449)

* clarified offerings

* clarified offerings

Co-authored-by: Cam Soper <cam.soper@microsoft.com>
2020-01-07 17:04:05 -08:00
damienbod c67273cc8e Adding the default values for the certificate authentication o… (#16353)
* Adding the default values for the certificate authentication options

* default value edits

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-01-02 13:59:23 -06:00
damienbod 34af71102c Adding a note for a common configuration error in cert Auth (#16351)
* Adding a note for a common configuration error

* minor edit

* add missing word

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-01-02 12:53:00 -06:00
Rick Anderson 1e076a56cc
scaffold Identity 3.1 update (#16258)
* scaffold Identity 3.1 update

* scaffold Identity 3.1 update
2019-12-18 15:55:35 -08:00
Luke Latham c9794fca44
Update links to Azure samples (#16268)
* Update links to Azure samples

* React to feedback

* Update topic link
2019-12-18 12:44:16 -06:00
Rick Anderson ddbcfe340d
refactor scaffold identity (#16254) 2019-12-17 17:05:35 -08:00
Dávid Kaya dcd40d407f Fixed typo in the Windows Authentication page (#16214) 2019-12-16 06:07:14 -06:00
Rick Anderson acce06947f
Update index.md (#16184) 2019-12-13 12:05:44 -08:00
Rick Anderson 673fd1d12a
Update azure-ad-b2c-webapi.md (#16185) 2019-12-13 12:00:20 -08:00
Luke Latham 4a16dc236d
3.1 Sample Updates (#16170) 2019-12-12 17:31:22 -06:00
Rick Anderson 452152f02f
Update identity.md (#16151) 2019-12-11 16:33:33 -08:00
Kirk Larkin 48213734e6 Xrefs to authn overview. (#16132) 2019-12-10 15:53:29 -08:00
Luke Latham 653f510bd5
CertAuth topic code block improvements (#16085) 2019-12-09 10:41:35 -06:00
Luke Latham 4381fa5b53
WinAuth Negotiate namespace content (#16084) 2019-12-09 09:49:32 -06:00
Wade Pickett 00be8efa86 Updated twitter-logins.md and code example to 3.0. (#16057) 2019-12-06 16:10:18 -08:00
Luke Latham 2e9bf90656
Drop styled link text (#16042) 2019-12-05 17:12:26 -06:00
Luke Latham faf0363132
Drop 'decorate'/'decorated' for attribute (#16039) 2019-12-05 15:28:49 -06:00
Scott Addie 7a3945f589
edit pass 2019-12-04 21:58:04 -06:00
Wade Pickett c4b177c9e0 Updated Microsoft OAuth topic and code to 3.x (#15985)
* Updated Microsoft OAuth topic and code to 3.x

* patch: added 3.0 or higher moniker in metadata.

* patch: moved new code example to 3.x directory.

* patch: added missing regions to code file.

* patch:Fixed code highlight count which should start from region start.

* Update microsoft-logins.md

* patch: added all review suggestions from Rick Anderson.
2019-12-04 12:05:27 -08:00
Luke Latham f7282cead1
Wording enhancement (#16009)
* Wording enhancement

* Update aspnetcore/security/authentication/index.md

Co-Authored-By: Mike Rousos <mikerou@microsoft.com>
2019-12-04 09:57:16 -06:00
Rick Anderson bf7ba205db
Explain other Identity products (#15995)
* Explain other Identity products

* Explain other Identity products

* Update identity.md
2019-12-03 22:00:32 -08:00
Wade Pickett 3eac82f5aa Updated OAuth Facebook login, screenshot, code (#15838)
* Updated OAuth Facebook login, screenshot, code

* patch: Moved copy of intro to < 3.0 section

* patch: separated into version copies to avoid invalid moniker nesting

* Removed all version specific instruction targeted to 2.2 or lower

* patch: Made all changes suggested by Rick in review.
2019-12-02 17:03:40 -08:00
Eslam Fakhry c6cf4a2ab5 Update tutorial samples (#15924)
* Add dotnet3.0 project in sample-3.0 folder

* Modify add-user-data.md to reference sample-3.0 folder

* Revert "Modify add-user-data.md to reference sample-3.0 folder"

This reverts commit ed0303a9d0.

* Add references to sample-3.0 in add-user-data.md

* Add the entire list in moniker block

* Apply suggestions from code review

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Modify code-cshtml to code-csharp

Modify code-cshtml to code-csharp for cs snippets

* Fix highlight lines in add-user-data.md

* Modify samples folder schema in add-user-data

* Limit the line lengths

Limit the line lengths in the displayed snippets

* Remove "Main" from code snippet

* Remove sampleApp v2.1 and Update reference

* Apply suggestions from code review

Remove extra spaces

Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com>

* Remove specific version API docs links

* Fix code-language block references
2019-11-30 14:05:04 -08:00
Eslam Fakhry d2b6320846 Fix form-group divs nesting (#15921) 2019-11-29 18:13:16 -06:00
Mike Rousos 3f89068edd Add an authentication overview doc (#15735)
* Add an authentication overview doc explaining high-level authentication concepts (schemes, challenges, etc.).

* Update redirect doc to use authentication/index as the authentication landing page

* Update .openpublishing.redirection.json

* Update index.md

* Update index.md

* Revise authentication overview doc based on PR feedback.

* Apply suggestions from code review

Co-Authored-By: Chris Ross <Tratcher@Outlook.com>

* Use scheme names explicitly in authN config sample

* Add an 'Authenticate' section to the concepts to mirror Challenge and Forbid.

* Update index.md

* Replace one bullet point list with a sentence.

* Update index.md
2019-11-27 07:10:40 -10:00
Kirk Larkin 3765f518b9 Social without Identity cleanup. (#15768) 2019-11-20 10:26:21 -10:00
Andrew Stanton-Nurse bdcf99e577
Add a clarifying note about Kestrel's ConfigureEndpointDefault… (#15697) 2019-11-16 10:42:53 -08:00
David Pine 1abb32ad3d Compressed .PNG image files (#15654) 2019-11-11 10:53:59 -06:00
damienbod e53d77adda Adding missing static StringToByteArray method (#15608) 2019-11-08 11:47:00 -06:00
Kirk Larkin 4caf3727c7 Identity with SPA JwtBearerEvents example. (#15594)
* Identity with SPA JwtBearerEvents example.

* Auto-numbering and ms.date.
2019-11-08 07:04:35 -10:00
damienbod a73339fddb fixing text to match code changes (#15598) 2019-11-08 10:03:43 -06:00
damienbod 073b64d01c Damienbod/cert generation validation (#14176)
* Extending the certificate validation docs

* Adding improvements

* small changes

* Adding review fixes from @scottaddie

* using JsonDocument instead of JArray

* adding missing powershell type def

* fix newlines add, remove as required

* review fixes

* adding review improvements

* review fixes

* updating text

* Using certificate authentication in Azure Web Applications., updating title

* Adding text, Do not hardcode passwords in production code, use thumbprint or key vault

* removed text

* fixing validation check now using thumbprints

* fixed text

* updating texts

* fixed texts

* update ms.date value
2019-11-07 20:06:26 -06:00
Scott Addie bebb924bdf
minor edits 2019-11-07 15:30:52 -06:00
Rick Anderson de05c1ed2a
Update identity-custom-storage-providers.md (#15563) 2019-11-06 10:45:46 -10:00
Vitaliy Markitanov 182b33a59f Update certauth.md (#15534)
* Update certauth.md

Updated sample code for host configuration for v.3

* corrected sample code for Host start
2019-11-05 12:56:38 -10:00
Vitaliy Markitanov bca60402de Update certauth.md (#15529)
Changed sample code in method BuildWebHost(). Replaced WebHost to Host as in versions of ASP.NET Core earlier than 3.0, the Web Host is used for HTTP workloads. The Web Host is no longer recommended for web apps and remains available only for backward compatibility.
2019-11-05 11:59:32 -10:00
Scott Addie 52d4cfb29a
Replace invalid method name in cert authN doc (#15525) 2019-11-05 14:02:54 -06:00
Vitaliy Markitanov ff712fc82d Update certauth.md (#15502)
Correction for method name where `AddAuthentication` should be added.
2019-11-05 11:21:25 -06:00
Javier Calvarro Nelson 0e77dc8539 [ApiAuthorization] Fix wrong code-snippet. (#15507) 2019-11-05 07:12:43 -10:00
Rick Anderson f0e7d8e39f
Update cookie.md (#15466) 2019-11-02 07:27:27 -10:00
damienbod 3fd78d5f92 Remove link the SMS 2FA, no longer recommended (#15462) 2019-11-02 07:11:40 -10:00
Kirk Larkin 11179828e3 Javier's instructions for customizing the IdentityServerJwt handler. (#15381) 2019-10-30 07:57:57 -10:00
Dave Pringle 6d7dc602c3 Fix google authentication main code fragment missing (#15389)
* Fix google authentication main code fragment missing

* adjust beginning highlighted line number
2019-10-30 11:28:40 -05:00
Wade Pickett 36556792d1 Moved nuget package instruction out its own H2 (#15361) 2019-10-28 12:24:14 -10:00
Luke Latham 9fd0abc009
Remove Cierge from OSS auth providers table (#15352) 2019-10-28 13:59:44 -05:00
Wade Pickett e39edca55b
3.0 update for OAuth overview + google auth + code. (#15245)
* 3.0 update for OAuth overview + google + code.

* Moniker fix.

* patch fix for monikers

* Added metadata

* mend

* deleted metadata for moniker.

* patch: correcting moniker

* fix for code sample link

* patch: fixing moniker.

* patch; removing tabs from moniker lines.

* Removed all content from previous versons and monikers.

* patch: reverting facebook and additional-claims topics.
2019-10-25 16:00:14 -07:00
Kirk Larkin a3e819914b Use foreach in consoleAddUser. (#15308)
* while(true) impl for consoleAddUser.

* Suggested approach.

* Fixed formatting for docs display.
2019-10-24 11:56:41 -10:00
Rick Anderson e2079feda4
Show how to disable registration (#15265)
* Show how to disable registration

* work

* work

* work

* work

* react to javiercn feedback

* react to javiercn feedback

* clean up

* clean up

* clean up

* clean up

* clean up
2019-10-23 10:00:25 -10:00