---
title: "Websso"
method: POST
path: "/api/v1/websso"
tags: ["Login"]
---

# Websso

`POST /api/v1/websso`

Websso

## Headers

- `X-Openstack-Request-Id` string

## Other responses

- `302` — Redirect to SSO provider
- `401` — Unauthorized
- `422` — Validation Error

## Changes

- **2026-07-17** `4b7c0ce8c025` — 1 warning, 2 info
  - changed the pattern of the `header` request parameter `X-Openstack-Request-Id` from `^req-\w{8}(-\w{4}){3}-\w{12}` to `^$|^req-\w{8}(-\w{4}){3}-\w{12}`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-06-24** `0c09cad5e8d9` — 1 breaking
  - response property `detail/items/loc/items/` list-of-types was widened by adding types `integer` to media type `application/json` of response `422`
- **2022-08-19** `033c8fe2fe57` — 3 warning, 1 info
  - changed the pattern of the `header` request parameter `X-Openstack-Request-Id` from `^$|^req-\w{8}(-\w{4}){3}-\w{12}` to `^req-\w{8}(-\w{4}){3}-\w{12}`
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - response property `detail/items/loc/items/` list-of-types was narrowed by removing types `integer` from media type `application/json` of response `422`

[Change history](https://skmtc.dev/openstack/apis/skyline-api/changes/api/v1/websso/post.md)

---

[API](https://skmtc.dev/openstack/apis/skyline-api.md) · [All operations](https://skmtc.dev/openstack/apis/skyline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openstack/skyline-api/revisions/4b7c0ce8c025/schema)
