diff --git a/packages/shorebird_cli/lib/src/auth/auth.dart b/packages/shorebird_cli/lib/src/auth/auth.dart index 1f79e9f9..16621934 100644 --- a/packages/shorebird_cli/lib/src/auth/auth.dart +++ b/packages/shorebird_cli/lib/src/auth/auth.dart @@ -393,7 +393,7 @@ extension OauthValues on AuthProvider { case AuthProvider.microsoft: return oauth2.ClientId( /// Shorebird CLI's OAuth 2.0 identifier for Azure/Entra. - '0ff83897-ec85-4642-a250-48d5f595137c', + '4fc38981-4ec4-4bd9-a755-e6ad9a413054', ); } }