Commit Graph

26 Commits (main)

Author SHA1 Message Date
dependabot[bot] 7f544ffcf4
Bump Microsoft.AspNet.Identity.Owin
Bumps [Microsoft.AspNet.Identity.Owin](https://github.com/aspnet/AspNetIdentity) from 2.2.3 to 2.2.4.
- [Commits](https://github.com/aspnet/AspNetIdentity/commits)

---
updated-dependencies:
- dependency-name: Microsoft.AspNet.Identity.Owin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 23:32:50 +00:00
dependabot[bot] fe2e060c98
Bump jQuery.Validation (#29386)
Bumps jQuery.Validation from 1.19.3 to 1.19.4.

---
updated-dependencies:
- dependency-name: jQuery.Validation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-01 03:21:27 +00:00
dependabot[bot] a0cc58053e
Bump jQuery
Bumps jQuery from 3.4.1 to 3.5.0.

---
updated-dependencies:
- dependency-name: jQuery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-31 21:14:35 +00:00
dependabot[bot] 27808143fc
Bump jQuery.Validation
Bumps jQuery.Validation from 1.17.0 to 1.19.3.

---
updated-dependencies:
- dependency-name: jQuery.Validation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 02:13:49 +00:00
dependabot[bot] b3f3f05aeb
Bump Newtonsoft.Json (#28086)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-12 14:09:09 -10:00
dependabot[bot] 48148ae598
Bump System.Text.Encodings.Web (#28087)
Bumps [System.Text.Encodings.Web](https://github.com/dotnet/corefx) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

---
updated-dependencies:
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-12 14:08:40 -10:00
dependabot[bot] 0a75867854
Bump System.Security.Cryptography.Xml
Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/corefx) from 4.5.0 to 4.7.1.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

---
updated-dependencies:
- dependency-name: System.Security.Cryptography.Xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 23:57:28 +00:00
Mike Rousos 72b477563d
Add docs and sample code for sharing auth cookies between ASP.NET and ASP.NET Core (#28020)
* Add docs and sample code for sharing auth cookies between ASP.NET and ASP.NET Core

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Chris Ross <Tratcher@Outlook.com>

* Update aspnetcore/migration/inc/remote-authentication.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/cookie-sharing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/cookie-sharing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Update aspnetcore/security/cookie-sharing.md

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Add details about how users should decide between auth sharing options

* Clarify that auth cookie sharing between ASP.NET and ASP.NET Core allows using cookies but not signing in from both apps.

* Move the last couple ASP.NET Core/ASP.NET Core sharing sections above the now-expanded ASP.NET/ASP.NET Core sharing section.

* Apply suggestions from code review

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Small rearrangement of content in a bulleted list

Co-authored-by: Chris Ross <Tratcher@Outlook.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-01-12 08:40:54 -10:00
Rick Anderson 39b7df2ca8
Remove .min ref from all non-Blazor projects /2 (#26216) 2022-06-23 15:27:45 -10:00
Rick Anderson 14fb699c7f
.net 6 update of sharer app cookies /1 (#26068)
* .net 6 update of sharer app cookies /1

* .net 6 update of sharer app cookies /1

* .net 6 update of sharer app cookies /1

* .net 6 update of sharer app cookies /1
2022-06-07 10:53:43 -10:00
Rick Anderson 65556442eb
Moniker prep for cookie sharing (#26067) 2022-06-06 13:07:45 -10:00
Luke Latham 1ea9fda18b
Auth Cookie Sharing topic updates (#13195) 2019-07-15 15:19:32 -05:00
Luke Latham 9cf8937f39
Security vulnerabilities in sample app (#12912) 2019-06-17 16:36:22 -05:00
Rick Anderson fcd04d7593
update BS to secure version (#11068)
Fixes #11067
2019-02-22 13:46:33 -10:00
Rick Anderson 0ee6b101d9
delete map and min files (#9310) 2018-10-31 14:26:48 -10:00
Luke Latham 2fe9ca8744 Remove previous Identity Core sample app (#9115)
Fixes #9114 

We're going to keep the cookie sharing auth samples over here on the docs repo and **not** move them to the AuthSamples repo. We don't need to keep the previous Identity Core sample (and it's not linked to anything).
2018-10-18 12:35:06 -10:00
Luke Latham 8e6dd4a7f4 Drop version from App package (#8881)
Addresses #8579 

I might be getting the hang of **_find and replace_** now. 😝

This doesn't touch a couple that ref 2.2.0. I'll tidy those up on https://github.com/aspnet/Docs/issues/8518 after 2.2 RTM.
2018-10-06 17:10:28 -10:00
Luke Latham 46f41d4774
Update All and App package versions (#8513) 2018-09-13 11:39:23 -05:00
Luke Latham 1a0f79a8fe
Update All/App package version (#8489) 2018-09-11 08:53:03 -05:00
Luke Latham 232d345f9e
Specify "Core" for ASP.NET Core refs (#8110) 2018-08-15 22:30:29 -05:00
Luke Latham 109b1c4c98
Add subdomain config in cookie sharing topic (#7791) 2018-07-24 13:33:07 -05:00
Luke Latham 34b33e245b Add version to App package references (#7551)
Fixes #7532
2018-07-10 22:43:09 -05:00
Luke Latham 515b23ba30
2.1 Sample Updates (Round 9) (#6839) 2018-06-04 12:04:36 -05:00
Luke Latham bdb6d7cafc Title, description, and H1 updates (4) (#5745)
* Title, description, and H1 updates (4)

* Updates

* Updates

* Drop gerunds and update link text

* Update

* Update next.md

* Update routing.md
2018-03-21 14:18:35 -10:00
Luke Latham 93efce8003
Update cookie sharing topic (#5723) 2018-03-20 11:50:36 -07:00
Luke Latham 2573b3b9d9 Move cookie sharing topic to Security (#5668) 2018-03-13 08:38:44 -05:00