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

[Feature]增加单点登录集成的支持 #18

Open
freedomkk-qfeng opened this issue Jun 8, 2023 · 3 comments
Open

[Feature]增加单点登录集成的支持 #18

freedomkk-qfeng opened this issue Jun 8, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@freedomkk-qfeng
Copy link
Member

支持 OAuth2/CAS 等 SSO 协议,允许配置选择查询 IP 地理信息时,是否需要先经过企业内部认证。应该允许以配置的方式区分两种场景:

  1. 所有 IP 的查询操作,都需要经过认证,否则拒绝请求。
  2. 允许匿名用户执行 IP 查询,但仅查询外部IP数据库,仅认证用户请求时,查询内部IP数据库。

限流策略应该同时调整,对于认证用户应该将用户名与IP同时列入计数的 key

@freedomkk-qfeng freedomkk-qfeng added the enhancement New feature or request label Jun 8, 2023
@stiei13wangluo
Copy link
Contributor

对于调用API接口模式,还是通过API KEY,还是也走oauth2 模式

@freedomkk-qfeng
Copy link
Member Author

对于调用API接口模式,还是通过API KEY,还是也走oauth2 模式

我觉得应该还是 API KEY,sso 是一层抽象,不止 oauth2 ,还应该保留 cas/saml2/oidc 的拓展

@freedomkk-qfeng
Copy link
Member Author

#21 支持 oauth2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants