英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论