From ca4f1e22df3e5e6de9208476056175a107a81b7d Mon Sep 17 00:00:00 2001 From: James Palfrey <78324123+AppivateTechLead@users.noreply.github.com> Date: Mon, 1 Nov 2021 17:48:06 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ab4bcf9..a43bb2b9a 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ Federated sign-in may fail when attempting to authenticate using the Azure Activ ### Querying cache items -ADAL provides Default cache in SharedPrefrecens with some simple cache query fucntions. You can get the current cache from AuthenticationContext with: +ADAL provides Default cache in SharedPrefrences with some simple cache query fucntions. You can get the current cache from AuthenticationContext with: ```java ITokenCacheStore cache = mContext.getCache(); From 5201bab7d60fb466a72364db00e13a92cb55f314 Mon Sep 17 00:00:00 2001 From: AdamBJohnsonx <63813613+AdamBJohnsonx@users.noreply.github.com> Date: Tue, 16 Nov 2021 09:51:59 -0800 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a43bb2b9a..05d7fb15c 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ Federated sign-in may fail when attempting to authenticate using the Azure Activ ### Querying cache items -ADAL provides Default cache in SharedPrefrences with some simple cache query fucntions. You can get the current cache from AuthenticationContext with: +ADAL provides Default cache in SharedPrefrences with some simple cache query functions. You can get the current cache from AuthenticationContext with: ```java ITokenCacheStore cache = mContext.getCache(); From 7df5ab7a4c2de850401679d365d6aa1fed49403e Mon Sep 17 00:00:00 2001 From: James Palfrey <78324123+AppivateTechLead@users.noreply.github.com> Date: Tue, 16 Nov 2021 17:57:07 +0000 Subject: [PATCH 3/4] Update changelog.txt --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 383b662f1..f2a72665e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,6 +12,7 @@ v.Next - [PATCH] Disregard pageload errors for the non-primary frame during interactive auth (#1603) - [PATCH] Updates Nimbus version 8.2 -> 9.9 (#1600) - [PATCH] Fix for ADAL cache replication to Msal/Common-Cache (#1616) +- [PATCH] Updates to README File. Version 3.1.3 ------------- From 4dbcd4bf2e7e8aa9401230ead444f644a418206f Mon Sep 17 00:00:00 2001 From: AdamBJohnsonx <63813613+AdamBJohnsonx@users.noreply.github.com> Date: Wed, 5 Jan 2022 13:54:01 -0800 Subject: [PATCH 4/4] Update README.md Co-authored-by: Shahzaib <37125644+shahzaibj@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d7fb15c..d5e538da7 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,7 @@ Federated sign-in may fail when attempting to authenticate using the Azure Activ ### Querying cache items -ADAL provides Default cache in SharedPrefrences with some simple cache query functions. You can get the current cache from AuthenticationContext with: +ADAL provides Default cache in SharedPrefrences with some simple cache query methods. You can get the current cache from AuthenticationContext with: ```java ITokenCacheStore cache = mContext.getCache();