Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[SecurityBundle] Add missing argument to security.authentication.provider.simple#26762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedApr 3, 2018
| Q | A |
|---|---|
| Branch? | 3.4 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #26753 |
| License | MIT |
| Doc PR | - |
58c08c6 toe8433cbCompare| <argument /><!-- Simple Authenticator--> | ||
| <argument /><!-- User Provider--> | ||
| <argument /><!-- Provider-shared Key--> | ||
| <argument>null</argument><!-- User Checker--> |
nicolas-grekasApr 3, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Explicitnull because whileSimpleFormFactory::createAuthProvider() does replace the argument,SimplePreAuthenticationFactory::create() doesn't, thus keeps it as is.
andreyboloninApr 3, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@nicolas-grekas success tested on4.0.7
divyeshasplApr 5, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
yes its works for me Thnaks@nicolas-grekas
nicolas-grekas commentedApr 3, 2018
i3or1s commentedApr 3, 2018
@nicolas-grekas Yes i will take a look |
i3or1s commentedApr 3, 2018
@nicolas-grekas I would also replace the argument in the |
nicolas-grekas commentedApr 3, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@i3or1s would you mind opening a PR doing so? (you can borrow the patch here also so I'll close this one.) |
i3or1s commentedApr 3, 2018
@nicolas-grekas No problems I will do so now. |
chalasr commentedApr 3, 2018
Closing in favor of#26774, thanks@nicolas-grekas. |
…cation.provider.simple (i3or1s, chalasr)This PR was merged into the 2.8 branch.Discussion----------[SecurityBundle] Add missing argument to security.authentication.provider.simple| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#26753| License | MIT| Doc PR | -Created PR in relation to a conversation in [PR](#26762)#26762Commits-------c82c2f1 [SecurityBundle] Add test for simple authentication config1b26aac [SecurityBundle] Add missing argument to security.authentication.provider.simple
