Skip to content

Commit

Permalink
Merge branch 'release/1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Mar 10, 2020
2 parents 1785315 + 2baf8c1 commit ed40963
Show file tree
Hide file tree
Showing 3 changed files with 924 additions and 936 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.0
- Session cookies are setup with SameSite=None #22
- JS dependencies have been updated #23

# 1.0.2
- Enforce authentication on RA authenications #21

Expand Down
4 changes: 3 additions & 1 deletion config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ framework:
session:
handler_id: null
cookie_secure: auto
cookie_samesite: lax
# SameSite is set to none. As we must allow receiving a session cookie from the (trusted)
# remote Azure MFA IdP's
cookie_samesite: 'none'
assets: ~
#esi: true
fragments: true
Expand Down
Loading

0 comments on commit ed40963

Please sign in to comment.