-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[proposal] Remove Spring Social Integration #7308
Comments
Oh we kept the social login for you, so if you want to remove it, let's do it! Indeed we have better options with Keycloak and Okta. |
I'm planning to integrate the social connectors into jhipster-uaa, I'm planning to write down a complete lib for it and integrate it in UAA. |
I can do the PR later today. @BhawaniSingh The main challenge is that Twitter/Facebook don't always return an email, so you need to set up a post-login flow to collect the missing information before they can be registered. |
Yeah I know that, I’m working on it for the client, if it goes well I’ll
raise the ticket
…On Sat, 17 Mar 2018 at 8:06 PM, Jon Ruddell ***@***.***> wrote:
I can do the PR later today.
@BhawaniSingh <https://github.com/bhawanisingh> The main challenge is
that Twitter/Facebook don't always return an email, so you need to set up a
post-login flow to collect the missing information before they can be
registered.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7308 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACk9e-Tbv2HFYOE6xM0NdMx2Z01hns50ks5tfR9fgaJpZM4Suhpr>
.
|
@BhawaniSingh I wouldn't be in favor of adding this for the UAA option as the UAA is pretty similar to the OIDC option so people who want social login should rather use Keycloak than UAA, this way we wouldn't have to reimplement and maintain what is already supported by Keykloak |
Appreciate your efforts @ruddell. Looking forward to use this feature with keykloak... May be better replacement of tableau for new product's social login feature. |
@dearnani Thanks! 😄 Social Login is already available if you use OAuth2 auth type with Keycloak or Okta, you just have to add an identity provider in the management pages. |
@ruddell makes sense to me. Simplification. I wouldn't add it to UAA either as OIDC (oauth2) is a superior solution (IMO) for federated identity for the reasons you gave. |
Commenting this here so I have somewhere to point when someone asks why social login was removed, which happens every so often. Issues include:
|
Overview of the issue
I'm proposing to remove our custom Social Login option.
Few reasons for this:
Related issues
Social login is acting anti-social and email isNull problem #7032
Remove Spring Social Facebook #7201 (I had not seen Keycloak/Okta social login at this time)
Any thoughts or reasons not to remove it? Personally, I don't have the free time to rewrite the social login flow to account for empty social profile fields (and not sure how to do it), and we already have a working replacement.
The text was updated successfully, but these errors were encountered: