Logout should log you out
Closed this issue · 1 comments
pripley123 commented
As a user of OCWA,
I want to be able to logout
so that others can't access my account.
Test Case
ENV
-
DEV
-
TEST
-
PROD
TESTCASE
Log in as hodor
Logout
Click the Login button
EXPECTED
I should be prompted for my username and password
ACTUAL
I'm back in the app logged in as hodor
Jonesy commented
@BrandonSharratt I added a new logoutURL
config value, should I wait until you've added that value to the build pipeline before submitting a PR or is it okay to do that first? The URL should be whatever the logout URL is in the known configuration, with ?redirect_uri=https://...
in the auth section of the config. Let me know also if I missed a helm value.