-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
To enhance the security of our application and prevent Cross-Site Request Forgery (CSRF) attacks, we have updated the SameSite attribute of the build in Identity Provider (IDP) cookies to Strict.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Enhancement: Make IDP cookies same site strict | ||
|
||
To enhance the security of our application and prevent Cross-Site Request Forgery (CSRF) attacks, we have updated the | ||
SameSite attribute of the build in Identity Provider (IDP) cookies to Strict. | ||
|
||
This change restricts the browser from sending these cookies with any cross-site requests, | ||
thereby limiting the exposure of the user's session to potential threats. | ||
|
||
This update does not impact the existing functionality of the application but provides an additional layer of security | ||
where needed. | ||
|
||
https://github.com/owncloud/ocis/pull/8716 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.