Hi!
I have a custom service in Dynamics, register my app in Azure AD and test with C# with a console application, like refer from Github documentation. But, when I try to consume form PHP , get an error, befor 2020 July I connect without problem, but now I cannot consume, get error :array(3) { ["Message"]=> string(22) "Error de autenticación". ["StackTrace"]=> NULL ["ExceptionType"]=> string(32) "System.InvalidOperationException" }
I reviewed app register, custom service, code from PHP but not found the issue.