Skip to content

Commit 2ea1f80

Browse files
Merge pull request #313529 from v-thpra/tjp-fresh-azcontapps-002
Q&M Freshness - Azure Container Apps - TJP002
2 parents b44d8a4 + 388d759 commit 2ea1f80

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

articles/container-apps/authentication-github.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 10/28/2024
8+
ms.date: 03/23/2026
99
ms.author: cshoe
1010
---
1111

@@ -15,7 +15,7 @@ This article shows how to configure Azure Container Apps to use GitHub as an aut
1515

1616
To complete the procedure in this article, you need a GitHub account. To create a new GitHub account, go to [GitHub](https://github.com/).
1717

18-
## <a name="github-register"> </a>Register your application with GitHub
18+
## Register your application with GitHub
1919

2020
1. Sign in to the [Azure portal] and go to your application. Copy your **URL**. You use it to configure your GitHub app.
2121
1. Follow the instructions for [creating an OAuth app on GitHub](https://docs.github.com/developers/apps/building-oauth-apps/creating-an-oauth-app). In the **Authorization callback URL** section, enter the HTTPS URL of your app and append the path `/.auth/login/github/callback`. For example, `https://<hostname>.azurecontainerapps.io/.auth/login/github/callback`.
@@ -24,19 +24,19 @@ To complete the procedure in this article, you need a GitHub account. To create
2424
1. Make note of the client secret value, which you need later.
2525

2626
> [!IMPORTANT]
27-
> The client secret is an important security credential. Do not share this secret with anyone or distribute it with your app.
27+
> The client secret is an important security credential. Don't share this secret with anyone or distribute it with your app.
2828
29-
## <a name="github-secrets"> </a>Add GitHub information to your application
29+
## Add GitHub information to your application
3030

3131
1. Sign in to the [Azure portal] and navigate to your app.
3232
1. Select **Authentication** in the menu on the left. Select **Add identity provider**.
3333
1. Select **GitHub** in the identity provider dropdown. Paste in the `Client ID` and `Client secret` values that you obtained previously.
3434

35-
The secret is stored as a secret in your container app.
35+
The secret is stored as a secret in your container app.
3636

3737
1. If you're configuring the first identity provider for this application, you also see a **Container Apps authentication settings** section. Otherwise, you can move on to the next step.
3838

39-
These options determine how your application responds to unauthenticated requests. The default selections redirect all requests to sign in with this new provider. You can change customize this behavior now or adjust these settings later from the main **Authentication** screen by choosing **Edit** next to **Authentication settings**. To learn more about these options, see [Authentication flow](./authentication.md#authentication-flow).
39+
These options determine how your application responds to unauthenticated requests. The default selections redirect all requests to sign in with this new provider. You can change customize this behavior now or adjust these settings later from the main **Authentication** screen by choosing **Edit** next to **Authentication settings**. To learn more about these options, see [Authentication flow](./authentication.md#authentication-flow).
4040

4141
1. Select **Add**.
4242

@@ -46,8 +46,8 @@ You're now ready to use GitHub for authentication in your app. The provider is l
4646

4747
Use the following guides for details on working with authenticated users.
4848

49-
* [Customize sign-in and sign-out](authentication.md#customize-sign-in-and-sign-out)
50-
* [Access user claims in application code](authentication.md#access-user-claims-in-application-code)
49+
- [Customize sign-in and sign out](authentication.md#customize-sign-in-and-sign-out)
50+
- [Access user claims in application code](authentication.md#access-user-claims-in-application-code)
5151

5252
## Next steps
5353

0 commit comments

Comments
 (0)