From ae842d30439bd78837671011a1fb91f5adc8b8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= <54357991+zc-hmcts@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:24:52 +0100 Subject: [PATCH 1/2] Update B2C documentation to include info on caching --- b2c/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/b2c/README.md b/b2c/README.md index 19f41eca..c90eb50f 100644 --- a/b2c/README.md +++ b/b2c/README.md @@ -13,5 +13,7 @@ The creation of the supporting app registrations which enable us to use custom p ## Custom Policies Uploading of custom policies is automated via a manually triggered GitHub Action. Each environment has its own set of policies to facilitate testing of changes, they can be found under the custom_policies directory. +When updating custom policies, it can take a long time for the changes to be realised in the portal. This is expected behavior due to caching, further information can be found in the [Microsoft docs](https://learn.microsoft.com/en-us/azure/active-directory-b2c/best-practices#operations%22https://learn.microsoft.com/en-us/azure/active-directory-b2c/best-practices#operations%22). + ## Custom Template The static files for the B2C display template (html, css, etc) are hosted in the presa\ storage account. The files can be found under the views directory. From f15d2558370d0115f07e2e54aae34a3f2fce98fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= <54357991+zc-hmcts@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:25:43 +0100 Subject: [PATCH 2/2] Update README.md --- b2c/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2c/README.md b/b2c/README.md index c90eb50f..25e675e6 100644 --- a/b2c/README.md +++ b/b2c/README.md @@ -13,7 +13,7 @@ The creation of the supporting app registrations which enable us to use custom p ## Custom Policies Uploading of custom policies is automated via a manually triggered GitHub Action. Each environment has its own set of policies to facilitate testing of changes, they can be found under the custom_policies directory. -When updating custom policies, it can take a long time for the changes to be realised in the portal. This is expected behavior due to caching, further information can be found in the [Microsoft docs](https://learn.microsoft.com/en-us/azure/active-directory-b2c/best-practices#operations%22https://learn.microsoft.com/en-us/azure/active-directory-b2c/best-practices#operations%22). +When updating custom policies, it can take a long time for the changes to be realised in the portal. This is expected behaviour due to caching, further information can be found in the [Microsoft docs](https://learn.microsoft.com/en-us/azure/active-directory-b2c/best-practices#operations%22https://learn.microsoft.com/en-us/azure/active-directory-b2c/best-practices#operations%22). ## Custom Template The static files for the B2C display template (html, css, etc) are hosted in the presa\ storage account. The files can be found under the views directory.