Skip to content

Commit d68cc07

Browse files
sheldon-workosSheldon Vaughnmaxdeviant
authored
Add Microsoft OAuth to the connection type options (#85)
Co-authored-by: Sheldon Vaughn <[email protected]> Co-authored-by: Marshall Bowers <[email protected]>
1 parent 2744d29 commit d68cc07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workos/utils/connection_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class ConnectionType(Enum):
99
GoogleOAuth = "GoogleOAuth"
1010
GoogleSAML = "GoogleSAML"
1111
MagicLink = "MagicLink"
12+
MicrosoftOAuth = "MicrosoftOAuth"
1213
OktaSAML = "OktaSAML"
1314
OneLoginSAML = "OneLoginSAML"
1415
PingFederateSAML = "PingFederateSAML"

0 commit comments

Comments
 (0)