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: SSO (Single Sign-On) support #2693

Open
wants to merge 179 commits into
base: main
Choose a base branch
from
Open

feat: SSO (Single Sign-On) support #2693

wants to merge 179 commits into from

Conversation

Anty0
Copy link
Collaborator

@Anty0 Anty0 commented Nov 13, 2024

Fixes #2273

@Anty0 Anty0 requested a review from JanCizmar November 13, 2024 13:21
@JanCizmar JanCizmar marked this pull request as ready for review November 14, 2024 10:25
Copy link
Contributor

@JanCizmar JanCizmar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Check the SQL queries being executed when executing standard requests

e2e/cypress/common/apiCalls/common.ts Outdated Show resolved Hide resolved
e2e/cypress/common/login.ts Outdated Show resolved Hide resolved
e2e/cypress/e2e/security/login.cy.ts Outdated Show resolved Hide resolved
ssoGlobalProperties.jwkSetUri = "http://jwkSetUri"
val response = ssoMultiTenantsMocks.authorize("registrationId")

val result = jacksonObjectMapper().readValue(response.response.contentAsString, HashMap::class.java)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the SSO provider gets the right data

backend/app/src/test/kotlin/io/tolgee/AuthTest.kt Outdated Show resolved Hide resolved
@JanCizmar JanCizmar self-requested a review November 14, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SSO feature to Cloud and Self-hosted
3 participants