diff --git a/website/docs/r/ssoadmin_application.html.markdown b/website/docs/r/ssoadmin_application.html.markdown index 4fa1f6f726f6..749c9f1c2cc0 100644 --- a/website/docs/r/ssoadmin_application.html.markdown +++ b/website/docs/r/ssoadmin_application.html.markdown @@ -9,6 +9,10 @@ description: |- Terraform resource for managing an AWS SSO Admin Application. +~> The `CreateApplication` API only supports custom OAuth 2.0 applications. +Creation of 3rd party SAML or OAuth 2.0 applications require setup to be done through the associated app service or AWS console. +See [this issue](https://github.com/hashicorp/terraform-provider-aws/issues/34813#issuecomment-1910380297) for additional context. + ## Example Usage ### Basic Usage