Skip to content

Commit a1b38b1

Browse files
author
gitName
committed
visibility settings
1 parent f757b0a commit a1b38b1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/api-center/authorize-api-access.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ To manage the secret securely, store it in Azure Key Vault, and access the key v
115115
| **Setting** | **Description** |
116116
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
117117
| **Title** | A name and optional description for the authorization. |
118-
| **Description** | Opitonal description for the authorization. |
118+
| **Description** | Optional description for the authorization. |
119119
| **Security scheme** | Select **OAuth2**. |
120120
| **Client ID** | Client ID of the app that you created in the previous section. |
121-
| **Client secret** | Enter the . |
121+
| **Client secret** | Enter the secret identifier of the client secret in Azure Key Vault. Example: |
122122
| **Authorization URL** | OAuth 2.0 authorization endpoint for the identity provider. |
123123
| **Token URL** | OAuth 2.0 token endpoint for the identity provider. |
124124
| **Refresh URL** | OAuth 2.0 refresh token endpoint for the identity provider. For most providers, same as the Token URL. |
@@ -165,6 +165,9 @@ You can manage access by specific users or groups in your organization to an API
165165

166166
You can use the API Center portal to test an API that you configured for authentication and user access.
167167

168+
> [!TIP]
169+
> In addition to enabling specific users to test specific APIs in the API Center portal, you can also configure [visibility settings](set-up-api-center-portal.md#api-visibility) for APIs in your API center. Visibility settings in the portal control the APIs that appear for all signed-in users..
170+
168171
1. In the [portal](https://azure.microsoft.com), navigate to your API center.
169172
1. In the left menu, under **API Center Portal**, select **Portal settings**.
170173
1. Select **View API Center portal**.

0 commit comments

Comments
 (0)