Update cookie-sharing.md
parent
d9dd9d589c
commit
8bdc280fa7
|
@ -14,7 +14,7 @@ uid: security/data-protection/compatibility/cookie-sharing
|
||||||
---
|
---
|
||||||
# Sharing cookies between applications
|
# Sharing cookies between applications
|
||||||
|
|
||||||
Web sites commonly consist of many individual web applications, all working together harmoniously. If an application developer wants to provide a good single-sign-on experience, he'll often need all of the different web applications within the site to share authentication tickets between each other.
|
Web sites commonly consist of many individual web applications, all working together harmoniously. If an application developer wants to provide a good single-sign-on experience, they'll often need all of the different web applications within the site to share authentication tickets between each other.
|
||||||
|
|
||||||
To support this scenario, the data protection stack allows sharing Katana cookie authentication and ASP.NET Core cookie authentication tickets.
|
To support this scenario, the data protection stack allows sharing Katana cookie authentication and ASP.NET Core cookie authentication tickets.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue