Releases: omer-iqbal/AadGraphHelper
Releases · omer-iqbal/AadGraphHelper
Add support for MS Graph Production and PPE environments
This release adds support for URL creation and query execution against MS Graph Production and PPE environments.
The filter query module is left as-is. While it works with MS Graph, some of the AD properties are also shown, which may fail if that property is not exposed in MS Graph. A future release will possibly fix that.
Improved usability
This update provides resizable window with auto adjusting controls.
This release fixes an issue with only base64 passwords accepted
0.3.3 Allow the credential to be non base 64 to support passwords added thr…
Bug fixes for controls and behavior
This release fixes some bugs over the last release on control appearance, and their behavior.
Add filter queries for groups, applications, and service principals.
- Now you can create filter queries for groups, applications and service principals and execute them to get results from the directory.
- This release also adds support for copying userPrincipalName (in addition to objectId) to the request since it can be present in the request URL path.
- Navigation properties are now available for all entities in the drop down to construct appropriate URLs.
Add a query builder to create filter queries for users
- Added a new form that allows users to create queries for users.
- Depending on the data type and property, correct list for comparison operators is populated.
- Only filterable properties are allowed -- minimizes bad requests.
- On "Create request" button, filter query is constructed and added to the request URL.
0.2 + fixes to save and retrieve request templates correctly
Functionality in release 0.2 + preserve request URL when saving and reading request templates as well as bug fixes in that code.
Basic functionality to get tokens, send/retrieve responses
This release has the following features:
- Get application or user tokens (using web application or native application in AAD)
- Send requests against PROD or PPE graph end points
- See response formatted in a table (minus complex types and nulls)
- Save request templates (i.e. the request parameters without associating them with any tenant/app so they can be used with different tenants/apps)
- See error response codes in status bar