HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/lib/python3.6/site-packages/awscli/examples/iam/list-saml-providers.rst
**To list the SAML providers in the AWS account**

This example retrieves the list of SAML 2.0 providers created in the current AWS account::

  aws iam list-saml-providers

Output::

  {
    "SAMLProviderList": [
      {
        "CreateDate": "2015-06-05T22:45:14Z",
        "ValidUntil": "2015-06-05T22:45:14Z",
        "Arn": "arn:aws:iam::123456789012:saml-provider/SAMLADFS"
      }
    ]
  }

For more information, see `Using SAML Providers`_ in the *Using IAM* guide.

.. _`Using SAML Providers`: http://docs.aws.amazon.com/IAM/latest/UserGuide/identity-providers-saml.html