Skip to content

Remove Unneceesary Azure verification method

Cage, Gregory requested to merge hotfix-auth-token-failure into dev

Summary of Changes

A fix to an issue where azure tokens are not being "verified" properly. The Microsoft Graph Api Userinfo endpoint was being used as a pseudo-verification measure for access tokens that aren't verifiable by normal means (because to be fair, it's unnecessary to verify them). However, this was causing issues, so this mr is to remove that bit of unnecessary verification. Should fix the functionality of fetching a Galaxy API key using an azure login.

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Merge request reports