Hello all,
I'm trying to create a client secret programmatically with WAAD Graph API, but not sure that it is possible.
Can we make a new client secret by sending a POST or PATCH request to the following REST API URL?
https://graph.windows.net/<name>.onmicrosoft.com/applications/<object id>?api-version=1.5
Thanks for any help.