AWS solutions documentation change
Summary
Updated login URL documentation with authentication flow details and response model naming
Security assessment
Added description of authentication process flow which documents security-related functionality, but does not address specific vulnerabilities.
Diff
diff --git a/solutions/latest/dea-api/auth-loginurl.md b/solutions/latest/dea-api/auth-loginurl.md index 03393e634..0227ed036 100644 --- a//solutions/latest/dea-api/auth-loginurl.md +++ b//solutions/latest/dea-api/auth-loginurl.md @@ -7 +7 @@ URIHTTP methodsSchemasProperties -# Auth LoginUrl +# Auth – Login URL @@ -9 +9 @@ URIHTTP methodsSchemasProperties -URL used to access DEA user interface. +When a user attempts to access DEA, the application redirects the user to the authorization login URL to authenticate. After successful authentication, the user receives an authorization token to access DEA's resources. @@ -29 +29 @@ ResponsesStatus code| Response model| Description -`200`| `GetloginUrlresponse`| The request succeeded. +`200`| `getLoginUrlResponse`| Login URL for DEA @@ -42 +42 @@ ResponsesStatus code| Response model| Description -### GetloginUrlresponse +### getLoginUrlResponse @@ -56 +56 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Auth authCode Token +Resources @@ -58 +58 @@ Auth authCode Token -Auth LogoutUrl +Auth – Logout URL