HealthCatalyst / Fabric.Identity

Identity service to provide authentication
Apache License 2.0
12 stars 6 forks source link

Adding a cookie policy to update to default cookie attributes for Identity #410

Closed tyler-m-cline closed 4 years ago

tyler-m-cline commented 4 years ago

Adding a cookie policy to update to default cookies that IdentityServer4 creates behind the scenes in middleware. Setting SameSite=None and Secure attribute to fix cross site errors with OpenId with future chrome update. See work item 194264 in Azure DevOps for more details about the issues with chrome 80.