github.com/cs3org/reva/v2@v2.27.7/changelog/2.3.0_2022-05-02/unify-oidc.md (about) 1 Change: Merge oidcmapping auth manager into oidc 2 3 The oidcmapping auth manager was created as a separate package to ease testing. As it has now been tested 4 also as a pure OIDC auth provider without mapping, and as the code is largely refactored, it makes 5 sense to merge it back so to maintain a single OIDC manager. 6 7 https://github.com/cs3org/reva/pull/2561