-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
Documentation (Ref Guide, User Guide, etc.)
In the following documentation Basic Authentication is suggested. I have two comments:
- The documentation should clearly state that SSL (so HTTPS) should be used when using Basic authentication or Digest authentication. Usernames and Passwords will be sent in Cleartext in every single HTTP request to the server if SSL is not used when using Basic authentication. Which is clearly a security issue.
- The documentation should suggest Digest authentication rather than Basic authentication.
https://docs.jboss.org/author/display/WFLY8/WS-Security#WS-Security-Authenticationandauthorization
The same problem exists for the AS7 documentation: