Forum Discussion
AlexHolmeset
Helper III
8 years agoThe request body must contain the following parameter: 'client_secret or client_assertion'.
Any idea whats wronge here?
- 8 years ago
AlexHolmeset wrote:
Any idea whats wronge here?
What type is the AAD registered Application in your case? If the clientId is from a "Server-side Web app", then specify an extra option -clientsercet. Otherwise register a "Native app" and use the clientid alone.
AlexHolmeset
Helper III
8 years agoWorked when using using Native app. Thanks.