Skip to content

Commit e1fb432

Browse files
Merge pull request #250246 from ninpan-ms/ninpan/api-portal
Update api portal doc
2 parents 3afc8ed + 5ffe60e commit e1fb432

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/spring-apps/how-to-use-enterprise-api-portal.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following sections describe configuration in API portal.
3939
API portal supports authentication and authorization using single sign-on (SSO) with an OpenID identity provider (IdP) that supports the OpenID Connect Discovery protocol.
4040

4141
> [!NOTE]
42-
> Only authorization servers supporting the OpenID Connect Discovery protocol are supported. Be sure to configure the external authorization server to allow redirects back to the gateway. Refer to your authorization server's documentation and add `https://<gateway-external-url>/login/oauth2/code/sso` to the list of allowed redirect URIs.
42+
> Only authorization servers supporting the OpenID Connect Discovery protocol are supported. Be sure to configure the external authorization server to allow redirects back to the API portal. Refer to your authorization server's documentation and add `https://<api-portal-external-url>/login/oauth2/code/sso` to the list of allowed redirect URIs.
4343
4444
| Property | Required? | Description |
4545
| - | - | - |
@@ -53,9 +53,6 @@ To set up SSO with Azure AD, see [How to set up single sign-on with Azure AD for
5353
> [!NOTE]
5454
> If you configure the wrong SSO property, such as the wrong password, you should remove the entire SSO property and re-add the correct configuration.
5555
56-
> [!IMPORTANT]
57-
> If you're using the SSO feature, only one instance count is supported.
58-
5956
### Configure the instance count
6057

6158
Configuration of the instance count for API portal is supported, unless you're using SSO. If you're using the SSO feature, only one instance count is supported.

0 commit comments

Comments
 (0)