"Unable To Find Target Address" when creating community in an application registration context using [POST]/employeeExperience/communities #2697
Labels
Status: No recent activity
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
type:bug
A broken experience
Describe the bug
I've performed some test on the recently released GRAPH endpoint /employeeExperience/communities.
Communities creations using delegated or direct account permissions are working fine (tested via GRAPH explorer) :
But when i try to create a community using an authentication done via Application Registration + Certificate, i have the following error :
Here is the full code of the method :
Remark : i'm not using the last version of the C# graph library since i have in my project a dependency to PnP.PowerShell wich is not compatible with the 5.x versions of the graph library (even if PnP.PowerShell should support versions of graph >= 3.33). That's why i do "raw" http requests to this graph endpoint.
Expected behavior
The community should be created with the specified owner
How to reproduce
Call the [POST]/employeeExperience/communities GRAPH API to create a community with specific owner(s) using a context/authentication done through Application Registration.
SDK Version
3.33.0 (also tested with last version)
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: