Skip to content

Commit ae4b158

Browse files
authored
Merge branch 'main' into leemthomypo
2 parents e661c03 + 6c77c5c commit ae4b158

21 files changed

+85
-116
lines changed

deploy-manage/users-roles/cloud-organization/configure-saml-authentication.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -226,25 +226,5 @@ If SSO enforcement is enabled, then you must disable SSO enforcement before you
226226
2. In the **User authentication** section, click **Edit**.
227227
3. Click **Disable SAML SSO**.
228228

229-
230-
## Troubleshoot SSO [ec_troubleshoot_sso]
231-
232-
233-
### SSO screen is not redirecting to my IdP [ec_sso_screen_is_not_redirecting_to_my_idp]
234-
235-
Double check the `saml_idp.sso_url` provided during IdP registration. This should be the HTTP-POST binding URL to your IdP’s SAML application. {{ecloud}} will redirect to this URL during sign in.
236-
237-
238-
### Failure to redirect back to {{ecloud}} after IdP log in, or redirected to `/access-denied` [ec_failure_to_redirect_back_to_ecloud_after_idp_log_in_or_redirected_to_access_denied]
239-
240-
There could be a variety of issues that might result in sign in failure. Try tracing the SAML request and response with a SAML tracer. You should see a `SAMLRequest` field when redirecting to your IdP, and a `SAMLResponse` field when redirecting to the Cloud ACS.
241-
242-
If there was an error in your IdP, there may be a non-success `Status` field which should describe the error that occurred.
243-
244-
If the SAML response was successful, double-check the components of the SAML response:
245-
246-
* The `Destination` and `Recipient` should match the `acs` provided by the {{ecloud}} IdP registration API.
247-
* An `AttributeStatement` named `email` should be sent with the email matching a domain claimed by your {{ecloud}} organization. If the domain of the email doesn’t match a claimed domain, the authentication flow will not complete.
248-
* The `AudienceRestriction` `Audience` should match the `sp_entity_id` provided by the {{ecloud}} IdP registration API.
249-
* The `Issuer` should match the value provided to the {{ecloud}} IdP registration API.
250-
* The signature of the SAML response should be verifiable by the certificate provided during IdP configuration in Cloud.
229+
## Resources
230+
[](/troubleshoot/deployments/elastic-cloud/sso.md)

solutions/search/inference-api/alibabacloud-ai-search-inference-integration.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ applies:
99

1010
# AlibabaCloud AI Search inference integration [infer-service-alibabacloud-ai-search]
1111

12-
::::{admonition} New API reference
13-
For the most up-to-date API details, refer to [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference).
14-
15-
::::
12+
:::{tip} Inference API reference
13+
Refer to the [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) for further information.
14+
:::
1615

1716

1817
Creates an {{infer}} endpoint to perform an {{infer}} task with the `alibabacloud-ai-search` service.

solutions/search/inference-api/amazon-bedrock-inference-integration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ applies:
99

1010
# Amazon Bedrock inference integration [infer-service-amazon-bedrock]
1111

12-
::::{admonition} New API reference
13-
For the most up-to-date API details, refer to [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference).
14-
15-
::::
16-
12+
:::{tip} Inference API reference
13+
Refer to the [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) for further information.
14+
:::
1715

1816
Creates an {{infer}} endpoint to perform an {{infer}} task with the `amazonbedrock` service.
1917

solutions/search/inference-api/anthropic-inference-integration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ applies:
99

1010
# Anthropic inference integration [infer-service-anthropic]
1111

12-
::::{admonition} New API reference
13-
For the most up-to-date API details, refer to [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference).
14-
15-
::::
16-
12+
:::{tip} Inference API reference
13+
Refer to the [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) for further information.
14+
:::
1715

1816
Creates an {{infer}} endpoint to perform an {{infer}} task with the `anthropic` service.
1917

solutions/search/inference-api/azure-ai-studio-inference-integration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ applies:
99

1010
# Azure AI Studio inference integration [infer-service-azure-ai-studio]
1111

12-
::::{admonition} New API reference
13-
For the most up-to-date API details, refer to [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference).
14-
15-
::::
16-
12+
:::{tip} Inference API reference
13+
Refer to the [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) for further information.
14+
:::
1715

1816
Creates an {{infer}} endpoint to perform an {{infer}} task with the `azureaistudio` service.
1917

solutions/search/inference-api/azure-openai-inference-integration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ applies:
99

1010
# Azure OpenAI inference integration [infer-service-azure-openai]
1111

12-
::::{admonition} New API reference
13-
For the most up-to-date API details, refer to [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference).
14-
15-
::::
16-
12+
:::{tip} Inference API reference
13+
Refer to the [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) for further information.
14+
:::
1715

1816
Creates an {{infer}} endpoint to perform an {{infer}} task with the `azureopenai` service.
1917

solutions/search/inference-api/chat-completion-inference-api.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ applies:
99

1010
# Chat completion inference API [chat-completion-inference-api]
1111

12-
::::{admonition} New API reference
13-
For the most up-to-date API details, refer to [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference).
14-
15-
::::
12+
:::{tip} Inference API reference
13+
Refer to the [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) for further information.
14+
:::
1615

1716
Streams a chat completion response.
1817

solutions/search/inference-api/cohere-inference-integration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ applies:
99

1010
# Cohere inference integration [infer-service-cohere]
1111

12-
::::{admonition} New API reference
13-
For the most up-to-date API details, refer to [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference).
14-
15-
::::
16-
12+
:::{tip} Inference API reference
13+
Refer to the [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) for further information.
14+
:::
1715

1816
Creates an {{infer}} endpoint to perform an {{infer}} task with the `cohere` service.
1917

solutions/search/inference-api/elastic-inference-service-eis.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ applies:
99

1010
# Elastic Inference Service (EIS) [infer-service-elastic]
1111

12-
::::{admonition} New API reference
13-
For the most up-to-date API details, refer to [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference).
14-
15-
::::
16-
12+
:::{tip} Inference API reference
13+
Refer to the [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) for further information.
14+
:::
1715

1816
Creates an {{infer}} endpoint to perform an {{infer}} task with the `elastic` service.
1917

solutions/search/inference-api/elasticsearch-inference-integration.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ applies:
99

1010
# Elasticsearch inference integration [infer-service-elasticsearch]
1111

12-
::::{admonition} New API reference
13-
For the most up-to-date API details, refer to [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference).
14-
15-
::::
16-
12+
:::{tip} Inference API reference
13+
Refer to the [{{infer-cap}} APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-inference) for further information.
14+
:::
1715

1816
Creates an {{infer}} endpoint to perform an {{infer}} task with the `elasticsearch` service.
1917

0 commit comments

Comments
 (0)