summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGrant Limberg <[email protected]>2023-01-19 15:39:15 -0800
committerGitHub <[email protected]>2023-01-19 15:39:15 -0800
commit0ae09577f63943ee0c3ea8b0b0d44a23bd539892 (patch)
tree74a8ca2eaa0df40cc176550b5b295ce56175697d /include
parenta59f82093af743453c89db638d8f1016722d3a7e (diff)
Client & Central Controller updates to support additonal OIDC features (#1848)
Client side: * Fix compatibility with OneLogin * Requested scopes vary by OIDC provider. Different providers have different Controller side: *Update Postgres queries to latest Central schema * Added Central Controller support for the different providers * Base OIDC provider details are still attached to an org. Client ID & group/email lists are now associated with individual networks.
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 a12b3291..a60116bd 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -1246,6 +1246,11 @@ typedef struct
* oidc client id
*/
char ssoClientID[256];
+
+ /**
+ * sso provider
+ **/
+ char ssoProvider[64];
} ZT_VirtualNetworkConfig;
/**