summaryrefslogtreecommitdiff
path: root/include
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 /include
parentf268237372d6b990248cecfcf25215d0d4bea7dd (diff)
rename stuff for clarity
authenticationURL will still be used by the client for v1 and v2 of sso
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 0a8ec85f..6d61c6ea 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -1217,6 +1217,11 @@ typedef struct
uint64_t authenticationExpiryTime;
/**
+ * OIDC issuer URL.
+ */
+ char issuerURL[2048];
+
+ /**
* central base URL.
*/
char centralAuthURL[2048];