---
title: "POST /listWebsiteAuthorizationProviders"
method: POST
path: "/listWebsiteAuthorizationProviders"
deprecated: true
---

# POST /listWebsiteAuthorizationProviders

`POST /listWebsiteAuthorizationProviders`

> **Deprecated.**

Retrieves a list of website authorization providers associated with a specified fleet.

## Query parameters

- `MaxResults` string
- `NextToken` string

## Request body

- object
  - `FleetArn` string, required — The ARN of the fleet.
  - `NextToken` string — The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
  - `MaxResults` integer — The maximum number of results to be included in the next page.

## Response `200`

Success

- ListWebsiteAuthorizationProvidersResponse
  - `WebsiteAuthorizationProviders` WebsiteAuthorizationProviderSummary[] — The website authorization providers.
    - `AuthorizationProviderId` string — A unique identifier for the authorization provider.
    - `AuthorizationProviderType` 'SAML', required — The authorization provider type.
    - `DomainName` string — The domain name of the authorization provider. This applies only to SAML-based authorization providers.
    - `CreatedTime` string, date-time — The time of creation.
  - `NextToken` string — The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

## Other responses

- `480` — UnauthorizedException
- `481` — InternalServerErrorException
- `482` — InvalidRequestException
- `483` — ResourceNotFoundException
- `484` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/worklink.md) · [All operations](https://skmtc.net/aws/apis/worklink/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/worklink/versions/b0c00d03aaed/schema)
