github.com/cs3org/reva/v2@v2.27.7/changelog/2.3.0_2022-05-02/oidc-fix.md (about)

     1  Bugfix: made uid, gid claims parsing more robust in OIDC auth provider
     2  
     3  This fix makes sure the uid and gid claims are defined at init time, and that
     4  the necessary typecasts are performed correctly when authenticating users.
     5  A comment was added that in case the uid/gid claims are missing AND that no
     6  mapping takes place, a user entity is returned with uid = gid = 0.
     7  
     8  https://github.com/cs3org/reva/pull/2759