home.social

#pac4j — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pac4j, aggregated by home.social.

fetched live
  1. Back in April, I had to fight with Pac4j adding OpenID Connect to an application that, for the first time in many projects, had a public/anonymous section.
    Out of frustration, I then created my own project, and now after months of procrastination, I'm releasing 1.0.0-rc-1
    github.com/tbroyer/oidc-servle

    (and before you ask, the project at work isn't using this, it's still using Pac4j)

    #oidc #pac4j #OpenIDConnect #java

  2. #Java: Popular Java Security Framework #pac4j Vulnerable to Remote Code Execution (#RCE) Critical Vulnerability CVE-2023-25581.
    Great find and GitHub Advisory by @artsploit:
    👇
    securityonline.info/popular-ja

  3. connect2id's Nimbus OAuth2/OIDC SDK is underrated, particularly as a direct dependency!

    connect2id.com/products/nimbus

    Many people use it through Spring Security or Pac4j but the lib is relatively easy to use directly (particularly if you know the protocols) and can be used to add OIDC support to Java apps with much less complexity than those Spring or Pac4j authentication frameworks (but at the cost of having to handle some of the Web security yourself, mainly around CSRF)

    #Java #OAuth2 #OIDC #OpenIDConnect #SpringSecurity #Pac4j