Skip to content
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

IBX-8322: Fixed lack of redirections to last visited pages after successful authentication #389

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

konradoboza
Copy link
Contributor

@konradoboza konradoboza commented Jun 20, 2024

🎫 Issue IBX-8322

Related PRs:

Description:

It seems that AccessDeniedSubscriber is totally excessive. The lack of redirections is caused by Twig templates that attempt to access user properties which isn't always there - in the new Symfony security mechanism anonymous user is replaced with null value. Related AdminUI PR fixes this issue in all the places I was able to spot.

Companion Storefront PR makes sure we won't attempt creating InvalidArgumentException with null value which in turn ends up with error.

For QA:

Documentation:

@konradoboza konradoboza added Bug Something isn't working Ready for review labels Jun 20, 2024
@konradoboza konradoboza requested a review from a team June 20, 2024 13:57
@alongosz alongosz requested a review from a team June 20, 2024 15:01
@konradoboza konradoboza requested a review from a team June 27, 2024 13:40
@konradoboza konradoboza force-pushed the ibx-8322-revived-redirections-after-login branch from c2aeeb5 to fcae367 Compare June 28, 2024 07:59
@konradoboza konradoboza force-pushed the ibx-8322-revived-redirections-after-login branch from fcae367 to da9e0d6 Compare July 1, 2024 11:08
Copy link

sonarqubecloud bot commented Jul 1, 2024

@alongosz alongosz merged commit bc01e2e into main Jul 1, 2024
13 checks passed
@alongosz alongosz deleted the ibx-8322-revived-redirections-after-login branch July 1, 2024 14:12
barw4 pushed a commit that referenced this pull request Oct 17, 2024
…essful authentication (#389)

For more details see https://issues.ibexa.co/browse/IBX-8322 and #389

Key changes:

* Fixed lack of redirections to last visited pages after successful authentication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working QA approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants