Create Open I D Connect Provider
GET {{aws_identtity_and_access_management_base_url}}/?ClientIDList.member.N&ThumbprintList.member.N&Url&Version=2010-05-08
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClientIDList.member.N | null | A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.) | |
ThumbprintList.member.N | null | A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificates. Typically this list includes only one entry. However, IAM lets you have up to five thumbprints for an OIDC provider. This lets you maintain multiple thumbprints if the identity provider is rotating certificates. | |
Url | null | The URL of the identity provider. The URL must begin with https:// and should correspond to the iss claim in the provider's OpenID Connect ID tokens. Per the OIDC standard, path components are allowed but query parameters are not. Typically the URL consists of only a hostname, like https://server.example.org or https://example.com. | |
Version | string | The version of the API. |