7.78.0
·
16 commits
to master
since this release
Included commits: 7.77.0...7.78.0
Improvements
- Introduced
CustomerFacade::resolveCustomer()andCustomerClient::resolveCustomer()to resolve or create a customer from OAuth resource owner data, supporting SOL-484 aim readiness in existing modules. - Introduced
AcceptOnlyOauthCustomerAuthenticationStrategyPluginandCreateCustomerOauthCustomerAuthenticationStrategyPluginto configure customer resolution behavior on OAuth login. - Added
sendRegistrationTokenproperty toCustomerTransferto control registration token delivery during OAuth-based customer creation. - Introduced new transfers
ResourceOwnerTransfer,ResourceOwnerRequestTransfer,ResourceOwnerResponseTransfer,OauthCustomerResolveRequestTransfer,OauthCustomerResolveResponseTransfer,OauthCustomerRestrictionRequestTransfer, andOauthCustomerRestrictionResponseTransferto support OAuth customer resolution flow.