pac4j

作者: 虾米咬小米 | 来源:发表于2020-07-10 09:44 被阅读0次

1,pac4j是什么?
官网
github项目主页

pac4j是一个支持多种支持多种协议的身份认证的Java客户端。

2,pac4j的12种客户端认证机制:目前我只有用过第一和第八种。

  1. OAuth (1.0 & 2.0): Facebook, Twitter, Google, Yahoo, LinkedIn, Github... using the pac4j-oauth module

  2. CAS (1.0, 2.0, SAML, logout & proxy) + REST API support using the pac4j-cas module

  3. HTTP (form, basic auth, IP, header, GET/POST parameter authentications) using the pac4j-http module

  4. OpenID using the pac4j-openid module

  5. SAML (2.0) using the pac4j-saml module

  6. Google App Engine UserService using the pac4j-gae module

  7. OpenID Connect 1.0 using the pac4j-oidc module

  8. JWT using the pac4j-jwt module

  9. LDAP using the pac4j-ldap module

  10. relational DB using the pac4j-sql module

  11. MongoDB using the pac4j-mongo module

  12. Stormpath using the pac4j-stormpath module.

image.png

相关文章

  • pac4j

    1,pac4j是什么?官网github项目主页 pac4j是一个支持多种支持多种协议的身份认证的Java客户端。 ...

  • CAS单点登录示例

    摘要 CAS Server Cas Client Pac4j 什么是单点登录 单点登录(Single Sign O...

  • shiro、cas、pac4j 实现单点登陆

    前言 先看下实现的效果 项目启动[按照运行顺序] 访问过程数据流转[按照运行顺序] 代码资源

网友评论

      本文标题:pac4j

      本文链接:https://www.haomeiwen.com/subject/xvspcktx.html