From 74ef49f0ac08e2c9af3f5ff7341991fe7183a48c Mon Sep 17 00:00:00 2001 From: Dome Pongmongkol Date: Wed, 9 Oct 2024 16:10:36 -0700 Subject: [PATCH] Remove AuthApp --- .gitconfig | 3 --- nativeauthsample | 1 + settings.gradle | 58 +----------------------------------------------- 3 files changed, 2 insertions(+), 60 deletions(-) create mode 160000 nativeauthsample diff --git a/.gitconfig b/.gitconfig index d50111aa..00ac267f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,16 +20,13 @@ 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 working https://msazure.visualstudio.com/DefaultCollection/One/_git/AD-MFA-phonefactor-phoneApp-android authenticator; \ 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; \ git clone -b develop https://github.com/AzureAD/microsoft-authentication-library-for-cpp.git msalcpp; \ - git clone -b master https://onedrive.visualstudio.com/DefaultCollection/SkyDrive/_git/AndroidTokenShare tsl; \ cd msal; git submodule init; git submodule update; cd ..; \ cd adal; git submodule init; git submodule update; cd ..; \ cd broker; git submodule init; git submodule update; cd ..; \ - cd authenticator; git submodule init; git submodule update; cd ..; \ workDir=$(pwd); \ git config --replace-all androidcomplete.workDir $workDir; \ }; f" diff --git a/nativeauthsample b/nativeauthsample new file mode 160000 index 00000000..80ae8e11 --- /dev/null +++ b/nativeauthsample @@ -0,0 +1 @@ +Subproject commit 80ae8e11c9391d7b3a4da2c64daa8c2918db5d01 diff --git a/settings.gradle b/settings.gradle index d6bde5a7..abd5622b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -51,7 +51,6 @@ project(':msalTestApp').projectDir = new File('msal/testapps/testapp') include(":package-inspector") project(':package-inspector').projectDir = new File('msal/package-inspector') - //include(":pop-benchmarker") //project(':pop-benchmarker').projectDir = new File('msal/pop-benchmarker') @@ -120,59 +119,4 @@ include(":mockbrokerapplib") project(':mockbrokerapplib').projectDir = new File('broker/mockbrokers/mockbrokerapplib') include(":NativeAuthSample") -project(':NativeAuthSample').projectDir = new File('nativeauthsample/app') - -//include(":tsl") -//project(':tsl').projectDir = new File('tsl/tokenshare') - - -// Authenticator projects - -//include(":app") -//project(':app').projectDir = new File('authenticator/PhoneFactor/app') -// -//include(":NgcProviderLibrary") -//project(':NgcProviderLibrary').projectDir = new File('authenticator/PhoneFactor/NgcProviderLibrary') -// -//include(":AadRemoteNgcLibrary") -//project(':AadRemoteNgcLibrary').projectDir = new File('authenticator/PhoneFactor/AadRemoteNgcLibrary') -// -//include(":SharedCoreLibrary") -//project(':SharedCoreLibrary').projectDir = new File('authenticator/PhoneFactor/SharedCoreLibrary') -// -//include(":TestUtilitiesLibrary") -//project(':TestUtilitiesLibrary').projectDir = new File('authenticator/PhoneFactor/TestUtilitiesLibrary') -// -//include(":3rdparty") -//project(':3rdparty').projectDir = new File('authenticator/PhoneFactor/3rdparty') -// -//include(":MfaLibrary") -//project(':MfaLibrary').projectDir = new File('authenticator/PhoneFactor/MfaLibrary') -// -//include(":MsaAccountLibrary") -//project(':MsaAccountLibrary').projectDir = new File('authenticator/PhoneFactor/MsaAccountLibrary/') -// -//include(":VerifiableCredential-SDK") -//project(':VerifiableCredential-SDK').projectDir = new File('authenticator/PhoneFactor/VerifiableCredential-SDK/sdk') -// -//include(":VerifiableCredential-Wallet") -//project(':VerifiableCredential-Wallet').projectDir = new File('authenticator/PhoneFactor/VerifiableCredential-Wallet') -// -//include(":CommonUiLibrary") -//project(':CommonUiLibrary').projectDir = new File('authenticator/PhoneFactor/CommonUiLibrary') -// -//include(":ReactNativeLibrary") -//project(':ReactNativeLibrary').projectDir = new File('authenticator/PhoneFactor/ReactNativeLibrary') -// -//include(":GraphClient") -//project(':GraphClient').projectDir = new File('authenticator/PhoneFactor/GraphClient') -// -//include(":LocationLibrary") -//project(':LocationLibrary').projectDir = new File('authenticator/PhoneFactor/LocationLibrary') -// -//include(":Brooklyn") -//project(':Brooklyn').projectDir = new File('authenticator/PhoneFactor/Brooklyn') -// -//include(":RootDetectionLibrary") -//project(':RootDetectionLibrary').projectDir = new File('authenticator/PhoneFactor/RootDetectionLibrary') - +project(':NativeAuthSample').projectDir = new File('nativeauthsample/app') \ No newline at end of file