Skip to content

[BUGFIX] Fix GenerateRequestTokenListener for FE authentication

Created by: julianhofmann

The event always generated a token for BE logins - but was also executed if an FE login (possibly also without oauth) was executed. This meant that all FE authentication failed. A token for the correct scope is now generated based on the loginType.

Merge request reports