Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Foundation
IT
Websites
membership.eclipse.org
Commits
25ca6286
Unverified
Commit
25ca6286
authored
Oct 12, 2021
by
Martin Lowe
🇨🇦
Committed by
GitHub
Oct 12, 2021
Browse files
Add secure cookie header to protect login state data (#279)
parent
d47f97d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/application.properties
View file @
25ca6286
...
...
@@ -45,6 +45,7 @@ quarkus.oidc.logout.post-logout-path=/
quarkus.oidc.logout.path
=
/api/logout
security.csrf.enabled
=
true
quarkus.oidc.authentication.java-script-auto-redirect
=
false
quarkus.oidc.authentication.cookie-force-secure
=
true
## Recreate DB profile (easy to trigger in remote envs)
%
dbfresh.quarkus.hibernate-orm.database.generation
=
drop-and-create
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment