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 cbe5ce2 commit 51c47f2Copy full SHA for 51c47f2
workos/sso.py
@@ -98,3 +98,15 @@ def get_profile(self, code):
98
)
99
100
return WorkOSProfile.construct_from_response(response)
101
+
102
+ def promote_draft_connection(self):
103
+ """Promote a Draft Connection
104
105
+ Promotes a Draft Connection created through the IdP Link embed. A Draft Connection that has
106
+ been promoted will enable Enterprise users of the domain to begin signing in via SSO.
107
108
+ Args:
109
+ token (str): The token supplied via the response when a draft connection is created via
110
+ the Idp Link embed
111
+ """
112
+ pass
0 commit comments