We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f316286 commit e72859eCopy full SHA for e72859e
workos/__about__.py
@@ -12,7 +12,7 @@
12
13
__package_url__ = "https://github.com/workos-inc/workos-python"
14
15
-__version__ = "0.8.1"
+__version__ = "0.8.2"
16
17
__author__ = "WorkOS"
18
workos/utils/connection_types.py
@@ -4,5 +4,13 @@
4
class ConnectionType(Enum):
5
ADFSSAML = "ADFSSAML"
6
AzureSAML = "AzureSAML"
7
+ GenericOIDC = "GenericOIDC"
8
+ GenericSAML = "GenericSAML"
9
GoogleOAuth = "GoogleOAuth"
10
+ GoogleSAML = "GoogleSAML"
11
+ MagicLink = "MagicLink"
OktaSAML = "OktaSAML"
+ OneLoginSAML = "OneLoginSAML"
+ PingFederateSAML = "PingFederateSAML"
+ PingOneSAML = "PingOneSAML"
+ VMwareSAML = "VMwareSAML"
0 commit comments