Teams vs Azure AD authentication

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

Never mind - the documentation/page says to use “Application secret” but you should really use “Secret Value”.

All working now, thanks!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.