CoreHttpProvider[sendRequestInternal] - 423 Error during http request Throwable com.microsoft.graph.core.ClientException: Error

Sumit Kumar 20 Reputation points
2024-03-16T08:09:54.1533333+00:00

Hi,

I am working on the MSAL SSO and using graph API for fetching the user and groups from the Azure AD. Previously it was working fine but suddenly it was giving me below issue:

CoreHttpProvider[sendRequestInternal] - 423 Error during http request Throwable com.microsoft.graph.core.ClientException: Error

I am using below code for fetching the member data -

graphClient.me().memberOf().buildRequest().get(new ICallback<>() {

@Override

public void success(DirectoryObjectCollectionWithReferencePage drive) {

}

@Override

public void failure(ClientException ex) {

}

});

Can anyone help me on issue.
Thanks in advance.

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
706 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,224 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.