summaryrefslogtreecommitdiff
path: root/controller/DB.hpp
diff options
context:
space:
mode:
authorGrant Limberg <[email protected]>2021-11-11 16:19:26 -0800
committerGrant Limberg <[email protected]>2021-11-11 16:19:26 -0800
commitfa21fdc1cc45623e7eaf1696e3eb0a268a2dea7e (patch)
treed62b5f53336993c15158914178fe9a09171dc680 /controller/DB.hpp
parentf268237372d6b990248cecfcf25215d0d4bea7dd (diff)
rename stuff for clarity
authenticationURL will still be used by the client for v1 and v2 of sso
Diffstat (limited to 'controller/DB.hpp')
-rw-r--r--controller/DB.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/controller/DB.hpp b/controller/DB.hpp
index 24f388b8..d0641d72 100644
--- a/controller/DB.hpp
+++ b/controller/DB.hpp
@@ -48,6 +48,7 @@ public:
, version(0)
, authenticationURL()
, authenticationExpiryTime(0)
+ , issuerURL()
, centralAuthURL()
, ssoNonce()
, ssoState()
@@ -58,6 +59,7 @@ public:
uint64_t version;
std::string authenticationURL;
uint64_t authenticationExpiryTime;
+ std::string issuerURL;
std::string centralAuthURL;
std::string ssoNonce;
std::string ssoState;