You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Service/SSO.php
+6-19Lines changed: 6 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@
8
8
9
9
useWorkOS\Resource\Connection;
10
10
useWorkOS\Resource\Profile;
11
-
useWorkOS\Resource\SSOAuthorizeUrlResponse;
12
11
useWorkOS\Resource\SSOLogoutAuthorizeResponse;
13
12
useWorkOS\Resource\SSOTokenResponse;
14
13
@@ -119,7 +118,7 @@ public function deleteConnection(
119
118
* @param string|null $domainHint Can be used to pre-fill the domain field when initiating authentication with Microsoft OAuth or with a Google SAML connection type.
120
119
* @param string|null $loginHint Can be used to pre-fill the username/email address field of the IdP sign-in page for the user, if you know their username ahead of time. Currently supported for OAuth, OpenID Connect, Okta, and Entra ID connections.
121
120
* @param string|null $nonce A random string generated by the client that is used to mitigate replay attacks.
@@ -166,22 +159,16 @@ public function getAuthorizationUrl(
166
159
*
167
160
* Before redirecting to this endpoint, you need to generate a short-lived logout token using the [Logout Authorize](https://workos.com/docs/reference/sso/logout/authorize) endpoint.
168
161
* @param string $token The logout token returned from the [Logout Authorize](https://workos.com/docs/reference/sso/logout/authorize) endpoint.
0 commit comments