AWS cognito documentation change
Summary
Updated example Host header and client_id placeholder in revocation endpoint documentation
Security assessment
Client ID example changed to a placeholder value, improving security documentation practices by avoiding real-looking credentials.
Diff
diff --git a/cognito/latest/developerguide/revocation-endpoint.md b/cognito/latest/developerguide/revocation-endpoint.md index 507cc7a29..92aa5a642 100644 --- a/cognito/latest/developerguide/revocation-endpoint.md +++ b/cognito/latest/developerguide/revocation-endpoint.md @@ -51 +51 @@ This revocation request revokes a refresh token for an app client that has no cl - Host: https://mydomain.auth.us-east-1.amazoncognito.com + Host: mydomain.auth.us-east-1.amazoncognito.com @@ -55 +55 @@ This revocation request revokes a refresh token for an app client that has no cl - client_id=djc98u3jiedmi283eu928 + client_id=1example23456789 @@ -61 +61 @@ This revocation request revokes a refresh token for an app client that _has_ a c - Host: https://mydomain.auth.us-east-1.amazoncognito.com + Host: mydomain.auth.us-east-1.amazoncognito.com