Skip to content

Reference auth provider factory FQCNs instead of removed service IDs - #612

Draft
promptless-for-oss wants to merge 1 commit into
mautic:7.2from
Promptless:promptless/pr-16875-auth-provider-service-ids
Draft

Reference auth provider factory FQCNs instead of removed service IDs#612
promptless-for-oss wants to merge 1 commit into
mautic:7.2from
Promptless:promptless/pr-16875-auth-provider-service-ids

Conversation

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Open in Promptless

mautic/mautic PR #16875 ("[config] remove unused service aliases") removes the unused string container service IDs mautic.integrations.auth_provider.api_key, mautic.integrations.auth_provider.basic_auth, and mautic.integrations.auth_provider.token_persistence_factory. The plugin integration authentication guide named these string IDs as "the service to use", so that guidance goes stale once the PR merges.

This updates the three affected sentences (API key, Basic auth, and Token persistence sections) to reference the factory classes by their Fully Qualified Class Name, which stay autowire-injectable and are already used in the page's own code samples. The mautic.integrations.helper reference is left unchanged because that service ID is not removed by the PR.

Files touched: docs/plugin_integrations/integrations_authentication.rst.

Trigger Events

mautic/mautic PR #16875 removes the unused string service IDs
mautic.integrations.auth_provider.api_key, .basic_auth, and
.token_persistence_factory. Update the integration authentication
guide to reference the factory classes by FQCN, which stay
autowire-injectable, so copied guidance keeps working.
@adiati98 adiati98 added this to the 7.2 milestone Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants