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: src/sso/__snapshots__/sso.spec.ts.snap
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,6 @@ exports[`SSO SSO getAuthorizationUrl with state generates an authorize url with
19
19
exports[`SSO SSO getProfileAndToken with all information provided sends a request to the WorkOS api for a profile 1`] =`"client_id=proj_123&client_secret=sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU&grant_type=authorization_code&code=authorization_code"`;
20
20
21
21
exports[`SSO SSO getProfileAndToken with all information provided sends a request to the WorkOS api for a profile 2`] =`
exports[`SSO SSO getProfileAndToken with all information provided sends a request to the WorkOS api for a profile 3`] =`
31
22
{
32
23
"connectionId": "conn_123",
33
24
"connectionType": "OktaSAML",
@@ -63,15 +54,6 @@ exports[`SSO SSO getProfileAndToken with all information provided sends a reques
63
54
exports[`SSO SSO getProfileAndToken without a groups attribute sends a request to the WorkOS api for a profile 1`] =`"client_id=proj_123&client_secret=sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU&grant_type=authorization_code&code=authorization_code"`;
64
55
65
56
exports[`SSO SSO getProfileAndToken without a groups attribute sends a request to the WorkOS api for a profile 2`] =`
0 commit comments