Update entra-conditional-access-policy.md#364
Conversation
Added note to add a Service Principal for the app Microsoft Defender for Cloud Apps - Session Controls to make it available in the Conditional Access Account Picker
|
Learn Build status updates of commit 5ea927a:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| defender-for-cloud-apps/includes/entra-conditional-access-policy.md | Details |
defender-for-cloud-apps/includes/entra-conditional-access-policy.md
- Line 44, Column 2: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 'Connect with the appropriate scopes to create service principal'(access-policy-aad.md(38,1) -> includes/entra-conditional-access-policy.md(44,2))) are not allowed. You can only have one top-level heading. - Line 44, Column 2: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 'Connect with the appropriate scopes to create service principal'(session-policy-aad.md(40,1) -> includes/entra-conditional-access-policy.md(44,2))) are not allowed. You can only have one top-level heading. - Line 44, Column 2: [Warning: duplicate-h1s - See documentation]
H1 'Connect with the appropriate scopes to create service principal' is duplicated with other articles: 'includes/entra-conditional-access-policy.md(44,2), includes/entra-conditional-access-policy.md(44,2)'. First level headings must be unique within a docset. - Line 47, Column 1: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 'Create service principal for the service Microsoft Defender for Cloud Apps - Session Controls'(access-policy-aad.md(38,1) -> includes/entra-conditional-access-policy.md(47,1))) are not allowed. You can only have one top-level heading. - Line 47, Column 1: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 'Create service principal for the service Microsoft Defender for Cloud Apps - Session Controls'(session-policy-aad.md(40,1) -> includes/entra-conditional-access-policy.md(47,1))) are not allowed. You can only have one top-level heading. - Line 47, Column 1: [Warning: duplicate-h1s - See documentation]
H1 'Create service principal for the service Microsoft Defender for Cloud Apps - Session Controls' is duplicated with other articles: 'includes/entra-conditional-access-policy.md(47,1), includes/entra-conditional-access-policy.md(47,1)'. First level headings must be unique within a docset.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
@Rockstarpunched0007 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit a3292ca:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| defender-for-cloud-apps/includes/entra-conditional-access-policy.md | Details |
defender-for-cloud-apps/includes/entra-conditional-access-policy.md
- Line 44, Column 2: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 'Connect with the appropriate scopes to create service principal'(access-policy-aad.md(38,1) -> includes/entra-conditional-access-policy.md(44,2))) are not allowed. You can only have one top-level heading. - Line 44, Column 2: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 'Connect with the appropriate scopes to create service principal'(session-policy-aad.md(40,1) -> includes/entra-conditional-access-policy.md(44,2))) are not allowed. You can only have one top-level heading. - Line 44, Column 2: [Warning: duplicate-h1s - See documentation]
H1 'Connect with the appropriate scopes to create service principal' is duplicated with other articles: 'includes/entra-conditional-access-policy.md(44,2), includes/entra-conditional-access-policy.md(44,2)'. First level headings must be unique within a docset. - Line 47, Column 1: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 'Create service principal for the service Microsoft Defender for Cloud Apps - Session Controls'(access-policy-aad.md(38,1) -> includes/entra-conditional-access-policy.md(47,1))) are not allowed. You can only have one top-level heading. - Line 47, Column 1: [Warning: multiple-h1s - See documentation]
Multiple H1s(H1 'Create service principal for the service Microsoft Defender for Cloud Apps - Session Controls'(session-policy-aad.md(40,1) -> includes/entra-conditional-access-policy.md(47,1))) are not allowed. You can only have one top-level heading. - Line 47, Column 1: [Warning: duplicate-h1s - See documentation]
H1 'Create service principal for the service Microsoft Defender for Cloud Apps - Session Controls' is duplicated with other articles: 'includes/entra-conditional-access-policy.md(47,1), includes/entra-conditional-access-policy.md(47,1)'. First level headings must be unique within a docset.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
Could you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding an approval and a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
This PR updates the Conditional Access policy include to document an additional prerequisite: creating a service principal for Microsoft Defender for Cloud Apps - Session Controls so it appears in the Conditional Access app picker.
Changes:
- Added guidance about creating the service principal for the Session Controls app.
- Included Microsoft Graph PowerShell commands intended to create the service principal.
| >You may need to add create the following service principal to make the app available in the Conditional Access app picker. | ||
| ># Connect with the appropriate scopes to create service principal | ||
| Connect-MgGraph -Scopes "Application.ReadWrite.All" | ||
|
|
||
| # Create service principal for the service **Microsoft Defender for Cloud Apps - Session Controls** | ||
| New-MgServicePrincipal -AppId 8a0c2593-9cbc-4f86-a247-beb7aab00d83<br> |
|
@Rockstarpunched0007 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Added note to add a Service Principal for the app "Microsoft Defender for Cloud Apps - Session Controls" to make it available in the Conditional Access Account Picker.