Task #2928
closedProxy setting in connector is not working
100%
Description
Proxy setting in connector is not working in current version.
Issue is probably in MS SDK version https://github.com/microsoftgraph/msgraph-sdk-java/issues/162#issuecomment-781239750
We will try tu update SDK dependencies to current version and then we will see if proxy is working
Updated by Roman Kučera over 3 years ago
- % Done changed from 0 to 50
Implementation in https://github.com/bcvsolutions/ms-graph-api-connector/tree/2928-proxy-setting
Connector is now using SDK in version 5.0.0 previous used version was 2.6.0
MS changed packages and some other classes so some refactoring was done almost in every part of connector.
Build is working
Briefly tested. That's mean, that connector test is working and getting one user is working to.
Other use cases will be tested later.
Updated by Roman Kučera over 3 years ago
- % Done changed from 50 to 80
- create user/guest
- assign/remove roles
- assign/remove license
- load groups and its member and owners
- update user
proxy was tested in customer environment
fixed use-case when you want to remove all roles from users which does nothing
fixes loading assigned license to user after SDK update
Updated by Tomáš Doischer over 3 years ago
Code looks good, thank you for the fix.
Updated by Roman Kučera over 3 years ago
- Status changed from In Progress to Resolved
- % Done changed from 80 to 100
Released