Hi folks
I have created a new login method on my Cloudflare for Teams account, linking to my Azure AD. Double checked callback URL, Secret, permissions, app id but getting an error “Failed to get your identity” when clicking “Test”.
The error includes
{
“error”: “invalid_client”,
“error_description”: “AADSTS7000215: Invalid client secret is provided.\r\nTrace ID: 25e89fa8-70a1-42c8-bf7a-74437d70b300\r\nCorrelation ID: 290a1f0d-73b9-4fef-83ca-86b944bdb096\r\nTimestamp: 2021-08-01 21:22:54Z”,
“error_codes”: [
7000215
],
“timestamp”: “2021-08-01 21:22:54Z”,
“trace_id”: “25e89fa8-70a1-42c8-bf7a-74437d70b300”,
“correlation_id”: “290a1f0d-73b9-4fef-83ca-86b944bdb096”,
“error_uri”: “https://login.microsoftonline.com/error?code=7000215”
}
As mentioned, double-checked the secret but the message is pretty clear that this is the problem.
Is this working for everyone else? If someone confirms it’s working then I will recreate the app from scratch.
Thanks