SAMLProvider
Source:
src/AWS/IAM/SAMLProvider.ts
An IAM SAML identity provider.
SAMLProvider registers a SAML metadata document so IAM roles can trust an
external workforce or application identity provider.
Federating with SAML
Section titled “Federating with SAML”const provider = yield* SAMLProvider("WorkforceSaml", { name: "workforce-saml", samlMetadataDocument: "<EntityDescriptor>...</EntityDescriptor>",});