Get Signing Certificate
cognitoidentityprovider_get_signing_certificate | R Documentation |
Given a user pool ID, returns the signing certificate for SAML 2¶
Description¶
Given a user pool ID, returns the signing certificate for SAML 2.0 federation.
Issued certificates are valid for 10 years from the date of issue.
Amazon Cognito issues and assigns a new signing certificate annually.
This renewal process returns a new value in the response to
get_signing_certificate
, but doesn't invalidate the original
certificate.
For more information, see Signing SAML requests.
Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For this operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM permission in a policy.
Learn more
Usage¶
cognitoidentityprovider_get_signing_certificate(UserPoolId)
Arguments¶
UserPoolId |
[required] The ID of the user pool where you want to view the signing certificate. |
Value¶
A list with the following syntax:
list(
Certificate = "string"
)
Request syntax¶
svc$get_signing_certificate(
UserPoolId = "string"
)