Add New User through Azure Active Directory

Hi,
I am using Jenkins 2.440.2 version and Whenever I try to add a new user to Jenkins and click on ADD, it gets stuck.
Here is the setup that I am using:
Security Realm set to “Azure Active Directoy” with enabled Graph Integration.
Authorization is set to “Azure Active Directory Matrix-Based Security” and I am already added as a administrator for Jenkins.
The response I found on inspecting while adding an user:

And the response of the request is:
{
“error”: {
“code”: “ErrorAccessDenied”,
“message”: “Access is denied. Check credentials and try again.”
}
}

Any suggestion Please.