寻找与Java 17一起使用的javax servlet的pac4j。

huangapple go评论43阅读模式
英文:

looking for pac4j with javax servlet with java 17

问题

I am trying to use pac4j for my oidc implementation with javax.servlet based web application which already has database authentication. Is there any version which is compatible with java 17 and javax.servlet, and by when should I expect it in production, or will java 17 be delivered with jakarta.servlet only?

Thanks,
Gaurav

英文:

I am trying to use pac4j for my oidc implementation with javax.servlet based we application which already have database authentication .
Is there any version which is compatible with java 17 and javax.servlet. and by when i should expect in production. or java17 will be delivered with jakarta.servlet only.

thanks
Gaurav

答案1

得分: 1

按设计,pac4j 与任何实现无关。因此,您应该能够在 pac4j v6 / JDK 17 中使用 javax 或 jakarta 的 OIDC 支持。

英文:

By design, pac4j is agnostic from any implementation. So you should be able to use the OIDC support with javax or jakarta in pac4j v6 / JDK 17.

huangapple
  • 本文由 发表于 2023年5月24日 19:35:27
  • 转载请务必保留本文链接:https://go.coder-hub.com/76323093.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定