fix: update user calls to use updated authentication data and calls
-
fix: remove rolesallowed as it forward request auth in newer versions
-
fix: address some issues with the tests and build from 1.2.2 snapshot
Fix some issues discovered with build, especially around the changed EF user object in the authentication wrapper.
- fix: update user calls to use updated authentication data and calls
Previously, this API relied on fields that would fetch the eclipse user when a user profile was requested. With new changes to the Commons SDK to eagerly fetch when possible, this call was replaced.