Problem/Motivation
Testing auth connection generates log errors.
Deprecated function: Creation of dynamic property Drupal\azure_oauth_sso\Service\OAuthTokenService::$configFactory is deprecated in Drupal\azure_oauth_sso\Service\OAuthTokenService->__construct() (line 39 of /mnt/www/html/hudoigd8dev/docroot/modules/contrib/azure_oauth_sso/src/Service/OAuthTokenService.php)
Steps to reproduce
After registering the server app with the azure authentication end point. Running a test authentication appears to be successful?!? Unsure how to vet is actually connected and authorized.
Proposed resolution
Determine if there is a new inherited class which would accomplish the core functionality used to managing the config factory that is supported with PHP 8.2 and 8.3 as well as Drupal 10 and Drupal 11 core codebase.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | azure_oauth_sso-3467892.patch | 743 bytes | sarwan_verma |
Comments
Comment #2
sarwan_verma commentedHi,
I have resolved the 'Triggers depreciation errors,' created a patch, and also attached the patch .
Please review it.
Thanks!
Comment #3
sarwan_verma commentedComment #4
mahdiwadi commentedI've fixed the patch and successfully applied it. The issues have been resolved.
Comment #5
mahdiwadi commentedComment #6
mahdiwadi commentedComment #7
mahdiwadi commentedComment #8
mahdiwadi commentedComment #9
mahdiwadi commentedComment #10
mahdiwadi commentedComment #11
mahdiwadi commentedI've fixed the patch, applied it successfully, and resolved the issues. Thanks for your support!
Comment #12
ahmadhalah