Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): implement enterprise sso verification flow #6198

Merged
merged 1 commit into from
Jul 9, 2024

feat(core): implement enterprise sso verification flow

36fc1a4
Select commit
Loading
Failed to load commit list.
Merged

feat(core): implement enterprise sso verification flow #6198

feat(core): implement enterprise sso verification flow
36fc1a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 9, 2024 in 1s

50.44% of diff hit (target 70.00%)

View this Pull Request on Codecov

50.44% of diff hit (target 70.00%)

Annotations

Check warning on line 62 in packages/core/src/routes/experience/classes/experience-interaction.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/experience-interaction.ts#L62

Added line #L62 was not covered by tests

Check warning on line 131 in packages/core/src/routes/experience/classes/experience-interaction.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/experience-interaction.ts#L128-L131

Added lines #L128 - L131 were not covered by tests

Check warning on line 133 in packages/core/src/routes/experience/classes/experience-interaction.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/experience-interaction.ts#L133

Added line #L133 was not covered by tests

Check warning on line 55 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L50-L55

Added lines #L50 - L55 were not covered by tests

Check warning on line 77 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L66-L77

Added lines #L66 - L77 were not covered by tests

Check warning on line 82 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 88 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L85-L88

Added lines #L85 - L88 were not covered by tests

Check warning on line 109 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L103-L109

Added lines #L103 - L109 were not covered by tests

Check warning on line 130 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L120-L130

Added lines #L120 - L130 were not covered by tests

Check warning on line 153 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L133-L153

Added lines #L133 - L153 were not covered by tests

Check warning on line 165 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L156-L165

Added lines #L156 - L165 were not covered by tests

Check warning on line 192 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L168-L192

Added lines #L168 - L192 were not covered by tests

Check warning on line 207 in packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/enterprise-sso-verification.ts#L198-L207

Added lines #L198 - L207 were not covered by tests

Check warning on line 75 in packages/core/src/routes/experience/classes/verifications/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/index.ts#L73-L75

Added lines #L73 - L75 were not covered by tests

Check warning on line 133 in packages/core/src/routes/experience/classes/verifications/social-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/social-verification.ts#L133

Added line #L133 was not covered by tests

Check warning on line 137 in packages/core/src/routes/experience/classes/verifications/social-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/classes/verifications/social-verification.ts#L136-L137

Added lines #L136 - L137 were not covered by tests

Check warning on line 63 in packages/core/src/routes/experience/verification-routes/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/verification-routes/enterprise-sso-verification.ts#L39-L63

Added lines #L39 - L63 were not covered by tests

Check warning on line 101 in packages/core/src/routes/experience/verification-routes/enterprise-sso-verification.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/core/src/routes/experience/verification-routes/enterprise-sso-verification.ts#L79-L101

Added lines #L79 - L101 were not covered by tests