-
Notifications
You must be signed in to change notification settings - Fork 114
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
authorizationResolution not approving authenticated users #32
Comments
@sidiboshut We are working with ajgarlag to incorporate these changes into main repo. As this is still work in progress it might not be safe to use it for other than development and testing. |
@sidiboshut It would be useful to see the code of the listener that listen to the |
@alenpokos I am using this in dev mode for now and using a fork from @ajgarlag fork. |
Instead of this change to the event class, you should add an event listener to approve the authorization request. |
Yes I was just looking at that bit, it sounds a better fix. |
I have added a Listener for it in here. |
@sidiboshut We have merged #18 into the bundle. Does everything work for you with our |
Closing due to inactivity. If you still have problems with this even with our |
I am using a fork from this repo [ajgarlag]https://github.com/ajgarlag/oauth2-bundle/tree/feature/authorization_code).
I managed to set it up, but there is a bug regarding
AuthorizationRequestResolveEvent
which is not approving authenticated user, so there is unauthorised error being thrown after a user has successfully logged.The text was updated successfully, but these errors were encountered: