Skip to content

Commit 584e8d1

Browse files
committed
Update docs metadata
1 parent 56b43fc commit 584e8d1

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

api/overview/azure/latest/microsoft.azure.webjobs.extensions.authenticationevents-readme.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:
33
keywords: Azure, dotnet, SDK, API, Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents, entra
4-
ms.date: 07/15/2024
4+
ms.date: 07/30/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: entra
@@ -39,7 +39,7 @@ dotnet add package Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents
3939

4040
### Authenticate the client
4141

42-
There are three ways to set up authentication for your Azure Function:
42+
There are three ways to set up authentication for your Azure Function:
4343

4444
- [Set up authentication in the Azure portal using environment variables](#set-up-authentication-in-the-azure-portal-using-environment-variables) (recommended)
4545
- [Set up authentication in your code using `WebJobsAuthenticationEventsTriggerAttribute`](#set-up-authentication-in-your-code-using-webjobsauthenticationeventstriggerattribute)
@@ -48,17 +48,17 @@ There are three ways to set up authentication for your Azure Function:
4848
By default, the code has been set up for authentication in the Azure portal using environment variables. Use the tabs below to select your preferred method of implementing environment variables, or alternatively, refer to the built-in [Azure App service authentication and authorization](https://learn.microsoft.com/azure/app-service/overview-authentication-authorization). For setting up environment variables, use the following values:
4949

5050
| Name | Value |
51-
| ---- | ----- |
51+
| ---- | ----- |
5252
| *AuthenticationEvents__AudienceAppId* | *Custom authentication extension app ID* which is set up in [Configure a custom claim provider for a token issuance event](https://learn.microsoft.com/entra/identity-platform/custom-extension-tokenissuancestart-configuration) |
53-
| *AuthenticationEvents__AuthorityUrl* | &#8226; Workforce tenant `https://login.microsoftonline.com/<tenantID>` <br> &#8226; External tenant `https://<mydomain>.ciamlogin.com/<tenantID>` |
54-
| *AuthenticationEvents__AuthorizedPartyAppId* | `99045fe1-7639-4a75-9d4a-577b6ca3810f` or another authorized party |
53+
| *AuthenticationEvents__AuthorityUrl* | &#8226; Workforce tenant `https://login.microsoftonline.com/<tenantID>` <br> &#8226; External tenant `https://<mydomain>.ciamlogin.com/<tenantID>` |
54+
| *AuthenticationEvents__AuthorizedPartyAppId* | `99045fe1-7639-4a75-9d4a-577b6ca3810f` or another authorized party |
5555

5656

5757
#### Set up authentication in the Azure portal using environment variables
5858

5959
1. Sign in to the [Azure portal](https://portal.azure.com) as at least an [Application Administrator](https://learn.microsoft.com/entra/identity/role-based-access-control/permissions-reference#application-developer) or [Authentication Administrator](https://learn.microsoft.com/entra/identity/role-based-access-control/permissions-reference#authentication-administrator).
6060
2. Navigate to the function app you created, and under **Settings**, select **Configuration**.
61-
3. Under **Application settings**, select **New application setting** and add the environment variables from the table and their associated values.
61+
3. Under **Application settings**, select **New application setting** and add the environment variables from the table and their associated values.
6262
4. Select **Save** to save the application settings.
6363

6464
#### Set up authentication in your code using `WebJobsAuthenticationEventsTriggerAttribute`
@@ -83,7 +83,7 @@ Key concepts of the Azure .NET SDK can be found [here](https://azure.github.io/a
8383

8484
### Microsoft Entra custom extensions
8585

86-
Custom extensions allow you to handle Microsoft Entra authentication events, integrate with external systems, and customize what happens in your application authentication experience. For example, a custom claims provider is a custom extension that allows you to enrich or customize application tokens with information from external systems that can't be stored as part of the Microsoft Entra directory.
86+
Custom extensions allow you to handle Microsoft Entra authentication events, integrate with external systems, and customize what happens in your application authentication experience. For example, a custom claims provider is a custom extension that allows you to enrich or customize application tokens with information from external systems that can't be stored as part of the Microsoft Entra directory.
8787

8888
### Authentication events trigger
8989

@@ -226,7 +226,7 @@ It's a good idea to test the function locally before deploying it to Azure. We c
226226
"customClaim1": "customClaimValue1",
227227
"customClaim2": [
228228
"customClaimString1",
229-
"customClaimString2"
229+
"customClaimString2"
230230
]
231231
}
232232
}
@@ -279,10 +279,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For
279279
more information see the [Code of Conduct FAQ][coc_faq] or contact
280280
<[email protected]> with any additional questions or comments.
281281

282-
283-
284282
<!-- LINKS -->
285-
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.1/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
283+
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.1.0/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
286284
[coc]: https://opensource.microsoft.com/codeofconduct/
287285
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
288286

metadata/latest/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents",
3-
"Version": "1.0.1",
3+
"Version": "1.1.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/entra/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents",
66
"ServiceDirectory": "entra",
@@ -10,7 +10,22 @@
1010
"SdkType": "functions",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents",
13-
"ReleaseStatus": "2024-06-25",
13+
"ReleaseStatus": "2025-07-29",
14+
"IncludedForValidation": false,
15+
"AdditionalValidationPackages": null,
16+
"ArtifactDetails": {
17+
"safeName": "MicrosoftAzureWebJobsExtensionsAuthenticationEvents",
18+
"name": "Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents",
19+
"triggeringPaths": [
20+
"/sdk/entra/ci.yml"
21+
]
22+
},
23+
"CIParameters": {
24+
"CIMatrixConfigs": [],
25+
"CheckAOTCompat": false,
26+
"BuildSnippets": false,
27+
"AOTTestInputs": []
28+
},
1429
"Namespaces": [
1530
"Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents",
1631
"Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart"

0 commit comments

Comments
 (0)