Task #32864
closedAdd note on modified authentication services to NEWS.txt
100%
Description
Here is my suggestion for NEWS.txt:
- Authentication Services
With this version the authentication chain has been cleaned up so that third party authentication services can benefit from rsa encrypted login without the need of decrypting the submitted password in their own code. The extension rsaauth will now decrypt the password and provide the decrypted version for other services. So external authentication services can access the clear text password always through $this->loginData['uident_text'] no matter if the password has been transmitted a clear text during the login or rsaauth has decrypted it.
Due to major changes in the login service of rsaath all extensions which use XCLASS to extend this class most likely will fail, whereas other extension which make proper use of the public API of the rsaauth extensions will continue working without a problem. In any case it is recommended to adjust external authentication services to benefit from the changes.
Everything will be covered in greater detail in the new chapter about authentication services (#31413)
Updated by Oliver Hader almost 13 years ago
- Tracker changed from Bug to Task
- Subject changed from Add NEWS.txt remark for #30271 to Add note on modified authentication services to NEWS.txt
Updated by Oliver Hader almost 13 years ago
- Project changed from 1109 to TYPO3 Core
- Assignee set to Oliver Hader
Updated by Gerrit Code Review almost 13 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7830
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7831
Updated by Oliver Hader almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 47303d7e92ec9bc2470b591293ea44b3c7df23f8.