Skip to content

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.

const provider = yield* SAMLProvider("WorkforceSaml", {
name: "workforce-saml",
samlMetadataDocument: "<EntityDescriptor>...</EntityDescriptor>",
});