Skip to content

Commit

Permalink
Fixing logout URL (MID-4492)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Mar 2, 2018
1 parent d82790f commit d7aafcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/admin-gui/src/main/resources/application.yml
Expand Up @@ -22,7 +22,7 @@ server:

auth:
logout:
url: /midpoint
url: / # NOTE: This URL is relative to application root

#security:
# enable-csrf: false # default for midpoint is true
Expand Down

0 comments on commit d7aafcc

Please sign in to comment.