AWS dcv documentation change
Summary
Added 'auth-server-scope' parameter to configure OAuth scopes for external auth providers
Security assessment
Enables proper OAuth scope configuration for authentication but does not address a specific security vulnerability.
Diff
diff --git a/dcv/latest/access-console/web-client-config-files.md b/dcv/latest/access-console/web-client-config-files.md index f82ad4a5a..148f1efcf 100644 --- a//dcv/latest/access-console/web-client-config-files.md +++ b//dcv/latest/access-console/web-client-config-files.md @@ -26,0 +27 @@ Parameter name | Required | Default Value | Description +`auth-server-scope` | Yes | openid | When using an external auth provider the custom scope can be set. Multiple scopes can be specified by separating them with spaces.