---
title: "GET /devops/services/{extension_id}/environments/{id}/logs-analytics/sso"
method: GET
path: "/devops/services/{extension_id}/environments/{id}/logs-analytics/sso"
tags: ["DevOps"]
---

# GET /devops/services/{extension_id}/environments/{id}/logs-analytics/sso

`GET /devops/services/{extension_id}/environments/{id}/logs-analytics/sso`

Retrieves signed SAML2 assertion to do SSO with Logz.io
logging service given an Environment `id` and `extension_id`. (`cloud` mode only).

## Path parameters

- `extension_id` string, required
- `id` string, required

## Response `200`

- EaasSamlResponse — SAML Response Serializer. Is used to return base64 encoded SAML Response in `saml_response` and `url` parameter which contains ACS URL of remote service. User needs to be redirected to `url` doing POST with form-data `SAMLResponse`=`saml_response`
  - `saml_response` string, required
  - `url` string, uri, required

## Other responses

- `400`

---

[API](https://skmtc.dev/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.dev/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
