Nov 23 2017
01:32 PM
- last edited on
May 24 2021
02:32 PM
by
TechCommunityAP
Nov 23 2017
01:32 PM
- last edited on
May 24 2021
02:32 PM
by
TechCommunityAP
I have registered my app on Azure AD. However when i try to gerenate token with graph.windows.net, clientid,with username + password
Future<AuthenticationResult> future = context.acquireToken(
"https://graph.windows.net", CLIENT_ID, username, password,
null);
I receive a 400 error code
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://sso.godaddy.com/v1/wss/mex
Can anyone let me know what step is missing here? I am using a sample active directory native headless client from azure.