A recent commit (3cd91cf08edd72877636f1183bc36b6463a6056a) included in the 5.0.13 hotfix release marked a number of controller classes as "final". This obviously makes it so these controllers can not be overwritten or extended. This is not a minor change and breaks compatibility with any module that customizes the default behaviour of these controllers. Can this change please be reverted?
For example, our organization extends the Drupal\o365_sso\Controller\UserLoginController class to change the way that O365 accounts are matched to local accounts and which roles they're granted.
Comments
Comment #3
fabianderijkI didn't think about that. I reverted the change on the 4 controllers used to login/logout a user. Thos are probably the ones that are being extended in one way or another.
It's already available in the dev branch. I will create a new release soon.
Comment #4
fabianderijkComment #5
fabianderijkI've just released the 5.0.14 release with this fix in it