AWS solutions documentation change
Summary
Enhanced logout URL documentation with session security rationale and response model updates
Security assessment
Added explanation about session termination reducing unauthorized access risks, documenting security best practices without addressing specific vulnerabilities.
Diff
diff --git a/solutions/latest/dea-api/auth-logouturl.md b/solutions/latest/dea-api/auth-logouturl.md index 34aebf9f0..d02a47c19 100644 --- a//solutions/latest/dea-api/auth-logouturl.md +++ b//solutions/latest/dea-api/auth-logouturl.md @@ -7 +7,3 @@ URIHTTP methodsSchemasProperties -# Auth LogoutUrl +# Auth – Logout URL + +The authorization logout URL initiates the logout process for a user. Implementing an authorization logout URL ensures when a user is done accessing the system, their session is properly closed, reducing the risk of unauthorized access if someone gains access to their device. @@ -27 +29 @@ ResponsesStatus code| Response model| Description -`200`| `GetlogoutUrlresponse`| The request succeeded. +`200`| `getLogoutUrlResponse`| Logout URL for DEA @@ -40 +42 @@ ResponsesStatus code| Response model| Description -### GetlogoutUrlresponse +### getLogoutUrlResponse @@ -54 +56 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Auth LoginUrl +Auth – Login URL @@ -56 +58 @@ Auth LoginUrl -Auth RefreshToken +Auth – Refresh token