Skip to content

Commit fd59e0a

Browse files
Merge pull request #249038 from madansr7/spfreezeDoc
GA - Removed preview tag and added note
2 parents 29f5d7a + 591c257 commit fd59e0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/active-directory/develop/howto-configure-app-instance-property-locks.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: henrymbugua
1313
ms.reviewer: madansr7
1414
# Customer intent: As an application developer, I want to learn how to protect properties of my application instance of being modified.
1515
---
16-
# How to configure app instance property lock for your applications (Preview)
16+
# How to configure app instance property lock for your applications
1717

1818
Application instance lock is a feature in Azure Active Directory (Azure AD) that allows sensitive properties of a multi-tenant application object to be locked for modification after the application is provisioned in another tenant.
1919
This feature provides application developers with the ability to lock certain properties if the application doesn't support scenarios that require configuring those properties.
@@ -27,6 +27,9 @@ The following property usage scenarios are considered as sensitive:
2727
- Credentials (`keyCredentials`, `passwordCredentials`) where usage type is `Verify`. In this scenario, your application supports an OIDC client credentials flow.
2828
- `TokenEncryptionKeyId` which specifies the keyId of a public key from the keyCredentials collection. When configured, Azure AD encrypts all the tokens it emits by using the key to which this property points. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.
2929

30+
> [!NOTE]
31+
> App instance lock is enabled by default for all new applications created using the Microsoft Entra admin center.
32+
3033
## Configure an app instance lock
3134

3235
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]

0 commit comments

Comments
 (0)