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

A logged in user is required to resolve the authorization request. #200

Closed
ro0NL opened this issue Oct 15, 2024 · 2 comments
Closed

A logged in user is required to resolve the authorization request. #200

ro0NL opened this issue Oct 15, 2024 · 2 comments

Comments

@ro0NL
Copy link

ro0NL commented Oct 15, 2024

Hi,

After bumping v0.8.0 to v0.9.0, we see sporadically A logged in user is required to resolve the authorization request. in prod.

Im wondering if it's a tampered/invalid call, and thus the controller should produce 4xx instead.

@krkabol
Copy link

krkabol commented Oct 15, 2024

Please see docs

- { path: ^/authorize, roles: IS_AUTHENTICATED_REMEMBERED }
- it is required to set it after Flex manually

similar to #191

@ro0NL
Copy link
Author

ro0NL commented Oct 15, 2024

oh wow, it was indeed missing in one of our apps 😰

thanks!

@ro0NL ro0NL closed this as completed Oct 15, 2024
chalasr added a commit that referenced this issue Oct 16, 2024
This PR was merged into the 0.9-dev branch.

Discussion
----------

Document the requirement for logged-in users

See #200

Commits
-------

39f71e4 Document the requirement for logged-in user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants