Skip to content

Commit 60db0de

Browse files
[Azure AD] Identity Protection - Backlog 1103288 Sample and PowerShell
1 parent 1729783 commit 60db0de

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/active-directory/identity-protection/howto-identity-protection-graph-api.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: identity-protection
88
ms.topic: how-to
9-
ms.date: 07/14/2020
9+
ms.date: 10/06/2020
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -102,6 +102,8 @@ The response, if successful, is a collection of identity risk detections and ass
102102

103103
### Sample
104104

105+
This sample shows the use of a shared secret to authenticate. In a production environment storing secrets in code is generally frowned upon. Organizations can make use of managed identities for Azure resources to secure these credentials. For more information about managed identities see the article, [What are managed identities for Azure resources](../managed-identities-azure-resources/overview.md).
106+
105107
Here’s sample code for authenticating and calling the API using PowerShell.
106108
Just add your client ID, the secret key, and the tenant domain.
107109

articles/active-directory/identity-protection/howto-identity-protection-remediate-unblock.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: identity-protection
88
ms.topic: how-to
9-
ms.date: 06/05/2020
9+
ms.date: 10/06/2020
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -86,6 +86,10 @@ To unblock an account based on sign-in risk, administrators have the following o
8686
1. **Exclude the user from policy** - If you think that the current configuration of your sign-in policy is causing issues for specific users, you can exclude the users from it. For more information, see the section Exclusions in the article [How To: Configure and enable risk policies](howto-identity-protection-configure-risk-policies.md#exclusions).
8787
1. **Disable policy** - If you think that your policy configuration is causing issues for all your users, you can disable the policy. For more information, see the article [How To: Configure and enable risk policies](howto-identity-protection-configure-risk-policies.md).
8888

89+
## PowerShell preview
90+
91+
Using the Microsoft Graph PowerShell SDK Preview module, organizations can manage risk using PowerShell. The preview modules and sample code can be found in the [Azure AD GitHub repo](https://github.com/AzureAD/IdentityProtectionTools).
92+
8993
## Next steps
9094

9195
To get an overview of Azure AD Identity Protection, see the [Azure AD Identity Protection overview](overview-identity-protection.md).

0 commit comments

Comments
 (0)