Skip to content

v2.0.1

Compare
Choose a tag to compare
@ahaenggli ahaenggli released this 21 Jul 10:49
· 22 commits to main since this release

[2.0.1] - 2023-07-21

Changed

  • Set ConsistencyLevel to eventual to enable the use of advanced queries and filters. (#55)
  • Set $count parameter to to true for fetching users and groups, allowing the use of advanced queries and filters.
  • Removed LDAP_BASEDN in dockerfile, because the value is generated by default from LDAP_DOMAIN.

Fixed

  • Include specific error from the Graph API as graphErrorDetail instead of displaying only 'Request failed with status code 400' to failing fetching requests. (#55)
  • Detection of external users (#61)
  • Treat error code AADSTS50158 also as successful login if env var GRAPH_IGNORE_MFA_ERRORS is set. (#62)