From 8e724c4cea0a53f803c719f2f6fae09b2bcd1615 Mon Sep 17 00:00:00 2001 From: pedro romero vargas <76129899+p3dr0rv@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:30:45 -0800 Subject: [PATCH] Update broker repository URL in .gitconfig --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 00ac267f..7afdef01 100644 --- a/.gitconfig +++ b/.gitconfig @@ -19,7 +19,7 @@ git clone -b dev https://github.com/AzureAD/microsoft-authentication-library-for-android.git msal; \ git clone -b dev https://github.com/AzureAD/microsoft-authentication-library-common-for-android.git common; \ git clone -b dev https://github.com/AzureAD/azure-activedirectory-library-for-android.git adal; \ - git clone -b dev https://github.com/AzureAD/ad-accounts-for-android.git broker; \ + git clone -b dev https://github.com/identity-authnz-teams/ad-accounts-for-android.git broker; \ git clone -b master https://github.com/Azure-Samples/ms-identity-android-java.git azuresample; \ git clone -b main https://github.com/Azure-Samples/ms-identity-ciam-native-auth-android-sample.git nativeauthsample; \ git clone -b dev https://office.visualstudio.com/DefaultCollection/OneAuth/_git/OneAuth oneauth; \