From 527925f12bbd5f77ca2d0339b6be27f8c4028a88 Mon Sep 17 00:00:00 2001 From: Seth Cleaver Date: Fri, 2 Sep 2022 16:41:25 +1000 Subject: [PATCH 1/2] Fix error in readme.md --- Policies/MultiTenant/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Policies/MultiTenant/Readme.md b/Policies/MultiTenant/Readme.md index dd155d7..266535d 100644 --- a/Policies/MultiTenant/Readme.md +++ b/Policies/MultiTenant/Readme.md @@ -55,7 +55,7 @@ Connect-IefPolicies ```PowerShell New-IefPoliciesCert RestClient -validityMonths 24 -```PowerShell +``` 7. Register the REST function app in your B2C tenant as two application: a regular B2C API and an AAD client credentials app 8. The former should expose 2 API permissions: User.Invite and Members.Read.All. Its configuration (id, etc.) should be stored in the *B2C* property of the appSettings.json From 741a05979a4aaa57d797f93509c7d0cef0d7d78f Mon Sep 17 00:00:00 2001 From: Seth Cleaver Date: Fri, 2 Sep 2022 19:26:45 +1000 Subject: [PATCH 2/2] Numbering --- Policies/MultiTenant/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Policies/MultiTenant/Readme.md b/Policies/MultiTenant/Readme.md index 266535d..089d4bc 100644 --- a/Policies/MultiTenant/Readme.md +++ b/Policies/MultiTenant/Readme.md @@ -59,8 +59,8 @@ New-IefPoliciesCert RestClient -validityMonths 24 7. Register the REST function app in your B2C tenant as two application: a regular B2C API and an AAD client credentials app 8. The former should expose 2 API permissions: User.Invite and Members.Read.All. Its configuration (id, etc.) should be stored in the *B2C* property of the appSettings.json -8. The latter (Client Creds app) must have MS Graph Application permissions: Directory.Read.All and Group.Readwrite.All. -9. Its app id, tenant id and secret should be deployed as part of the *ClientCreds* property of the REST function appSettings.json +9. The latter (Client Creds app) must have MS Graph Application permissions: Directory.Read.All and Group.Readwrite.All. +10. Its app id, tenant id and secret should be deployed as part of the *ClientCreds* property of the REST function appSettings.json #### SPA