-
-
Notifications
You must be signed in to change notification settings - Fork 221
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 implementation #2523
feat: sso implementation #2523
Conversation
…n a JWT token for login.
… integrity exception.
…n that issued the sso provider
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are also a lot of unrelated formatting changes as part of the PR. They seem irrelevant to the PR, and I'd rather see them reverted.
backend/data/src/main/kotlin/io/tolgee/repository/UserAccountRepository.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/service/organization/OrganizationRoleService.kt
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/service/organization/OrganizationService.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/service/security/SignUpService.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/configuration/tolgee/AuthenticationProperties.kt
Show resolved
Hide resolved
backend/api/src/main/kotlin/io/tolgee/configuration/PublicConfigurationDTO.kt
Show resolved
Hide resolved
backend/api/src/main/kotlin/io/tolgee/hateoas/ee/SsoTenantModel.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/configuration/tolgee/AuthenticationProperties.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll merge the changes to the sso
branch to start writing code on top of them, but all open review notes still apply—please check and fix them. Notably, there are still many formatting changes throughout the patch set.
What I have done:
What I plan to add:
tbc