apollo Support common oauth logins through configuration?

vngu2lb8  于 2022-10-22  发布在  其他
关注(0)|答案(7)|浏览(112)

More companies are using corporate email as an account system.
Eg: google, github, gitlab, ms, aliyun, tencent, dingding,.......

qnyhuwrf

qnyhuwrf1#

Sounds like a good idea, any suggestion?

zour9fqk

zour9fqk3#

There are 2 aspects:

  1. login with all kinds of providers
  2. implement UserService for all kinds of providers
rur96b6h

rur96b6h4#

@nobodyiam
This process can be simplified by using components like JustAuth , for which only one userservice needs to be implemented.

E.g: Spring Boot 快速集成第三方登录功能 .

I am not familiar with the world of java, maybe you have better suggestions.

egmofgnx

egmofgnx5#

I think with JustAuth, login is easy with all kinds of providers. But I don't see how we could implement UserService for all kinds of providers, e.g. search users

vbkedwbf

vbkedwbf6#

excuse me, is this enhancement/feature request will be implemented in the future?

ttcibm8c

ttcibm8c7#

There are 2 aspects:

  1. login with all kinds of providers
  2. implement UserService for all kinds of providers

@GeorgioWan I think this proposal is still valid as long as the above 2 points could be met.

相关问题