File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
msal/src/main/java/com/microsoft/identity/client/helper Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
22
33vNext
4+ - [PATCH] Add extra '/' in the example intent filter (#1323)
45- [MINOR] Changes to Broker Validation to allow setting whether to trust debug brokers (prod brokers are always trusted) (#1274)
56- [PATCH] Better PublicClientApplicationConfiguration validation to fail when empty string is passed (#1324)
67
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class BrokerHelperActivity extends Activity {
2929 " <category android:name=\" android.intent.category.BROWSABLE\" />\n " +
3030 " <data\n " +
3131 " android:host=\" %s\" \n " +
32- " android:path=\" %s\" \n " +
32+ " android:path=\" / %s\" \n " +
3333 " android:scheme=\" msauth\" />\n " +
3434 " </intent-filter>\n " +
3535 "</activity>" ;
You can’t perform that action at this time.
0 commit comments