Skip to content

Commit c57e8d9

Browse files
authored
Revise credentials and app registration instructions
Updated instructions for client secret and app registration in EntraCP.
1 parent 724ad04 commit c57e8d9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Yvand.EntraCP/TEMPLATE/ADMIN/EntraCP/GlobalSettings.ascx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
<wssawc:EncodedLiteral runat="server" Text="Microsoft Entra ID tenants currently registered in EntraCP configuration." EncodeMethod='HtmlEncodeAllowSimpleTextFormatting' />
144144
<br />
145145
<br />
146-
<wssawc:EncodedLiteral runat="server" Text="You can update the client secret here." EncodeMethod='HtmlEncodeAllowSimpleTextFormatting' />
146+
<wssawc:EncodedLiteral runat="server" Text="You can update the client secret by clicking on 'Edit'." EncodeMethod='HtmlEncodeAllowSimpleTextFormatting' />
147147
<br />
148-
<wssawc:EncodedLiteral runat="server" Text="<a href='https://entracp.yvand.net/docs/how-to/set-the-credentials/' target='_blank'>Read this article</a> if you need to set a client certificate." EncodeMethod='NoEncode' />
148+
<wssawc:EncodedLiteral runat="server" Text="<a href='https://entracp.yvand.net/docs/how-to/set-the-credentials/#update-the-credentials-of-a-tenant' target='_blank'>Follow this procedure</a> to set a client certificate instead." EncodeMethod='NoEncode' />
149149
</template_description>
150150
<template_inputformcontrols>
151151
<tr>
@@ -193,7 +193,7 @@
193193
</wssuc:InputFormSection>
194194
<wssuc:InputFormSection Title="Register a new Microsoft Entra ID tenant" runat="server">
195195
<template_description>
196-
<wssawc:EncodedLiteral runat="server" Text="<p>EntraCP needs its own app registration to connect to your Microsoft Entra ID tenant, with permissions 'GroupMember.Read.All' and 'User.Read.All'.<br /><br />Read <a href='https://entracp.yvand.net/docs/how-to/register-your-application/' target='_blank'>this article</a> to find how to register the app in your tenant.<br /><br />EntraCP can authenticate using <a href='https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow#get-a-token' target='_blank'>either a secret or a certificate</a>.</p>" EncodeMethod='NoEncode' />
196+
<wssawc:EncodedLiteral runat="server" Text="<p>EntraCP needs <a href='https://entracp.yvand.net/docs/how-to/register-your-application/' target='_blank'>its own app registration</a> to connect to your Microsoft Entra ID tenant, with the permissions 'GroupMember.Read.All' and 'User.Read.All'. It can authenticate using <a href='https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-client-creds-grant-flow#get-a-token' target='_blank'>either a secret or a certificate</a>.<br /><br />See <a href='https://entracp.yvand.net/docs/how-to/set-the-credentials/' target='_blank'>this documentation</a> on adding or updating a tenant in EntraCP." EncodeMethod='NoEncode' />
197197
</template_description>
198198
<template_inputformcontrols>
199199
<tr>
@@ -268,6 +268,8 @@
268268
<sharepoint:encodedliteral runat="server" text="- For guests:" encodemethod='HtmlEncodeAllowSimpleTextFormatting' />
269269
<br />
270270
<b><span><%= UserIdentifierEncodedValuePrefix %><span id="lblGuestPermissionValuePreview"></span></span></b>
271+
<br />
272+
<wssawc:EncodedLiteral runat="server" Text="<p>Do it <a href='https://entracp.yvand.net/docs/usage/configuration/#configure-the-user-identifier' target='_blank'>in PowerShell</a>.</p>" EncodeMethod='NoEncode' />
271273
</template_description>
272274
<template_inputformcontrols>
273275
<tr>
@@ -316,6 +318,8 @@
316318
<br />
317319
<br />
318320
<sharepoint:encodedliteral runat="server" text="- Augmentation: If enabled, EntraCP gets the group membership of the users when they sign-in, or whenever SharePoint asks for it. If not enabled, permissions granted to Microsoft Entra ID groups may not work." encodemethod='HtmlEncodeAllowSimpleTextFormatting' />
321+
<br />
322+
<wssawc:EncodedLiteral runat="server" Text="<p>Do it <a href='https://entracp.yvand.net/docs/usage/configuration/#configure-the-group-identifier' target='_blank'>in PowerShell</a>.</p>" EncodeMethod='NoEncode' />
319323
</template_description>
320324
<template_inputformcontrols>
321325
<tr>

0 commit comments

Comments
 (0)