Hi @Siegfried Heintze • Thank you for reaching out and providing the detailed error information.
By tracking the correlation & request ID, I found that the Client Secret for the application "ClusterServicePrincipal-todo-0002" was valid till 2021-10-12 02:28:27, due to which you are getting the AADSTS7000222 error.
To resolve the error, you need to sign in to Azure Portal using Global Administrator or Application Administrator account and navigate to:
Azure Active Directory > Application Registrations > Search for ClusterServicePrincipal-todo-0002 > Under Manage section, click on Certificates & Secrets > Under client secrets, click on + New client secret as highlighted below:
If you have specified the old secret in any your application(s), you need to update your application code with the new code.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.