You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #48385 [Security] Reuse AbstractFactory's config tree in AccessTokenFactory (chalasr)
This PR was merged into the 6.2 branch.
Discussion
----------
[Security] Reuse `AbstractFactory`'s config tree in `AccessTokenFactory`
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
Avoids duplicating options, removing the extra `user_provider` option which is available as `provider` for all authenticator factories extending the abstract one.
Last-time 6.2 adjustment, otherwise we'll have to deprecate in 6.3.
Commits
-------
31f05a4 [Security] Reuse `AbstractFactory`'s config tree in `AccessTokenFactory`
0 commit comments