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

# POST /associateWebsiteAuthorizationProvider

`POST /associateWebsiteAuthorizationProvider`

> **Deprecated.**

Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.

## Request body

- object
  - `FleetArn` string, required — The ARN of the fleet.
  - `AuthorizationProviderType` 'SAML', required — The authorization provider type.
  - `DomainName` string — The domain name of the authorization provider. This applies only to SAML-based authorization providers.

## Response `200`

Success

- AssociateWebsiteAuthorizationProviderResponse
  - `AuthorizationProviderId` string — A unique identifier for the authorization provider.

## Other responses

- `480` — UnauthorizedException
- `481` — InternalServerErrorException
- `482` — InvalidRequestException
- `483` — ResourceNotFoundException
- `484` — ResourceAlreadyExistsException
- `485` — 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)
