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

OpenIDConnect error messages. #2301

Closed
svenoe opened this issue May 9, 2023 · 1 comment
Closed

OpenIDConnect error messages. #2301

svenoe opened this issue May 9, 2023 · 1 comment
Assignees
Labels
bug Something isn't working as intended
Milestone

Comments

@svenoe
Copy link
Contributor

svenoe commented May 9, 2023

There are two bugs in the error handling for OpenIDConnect which cause wrong error messages to be written. Firstly an 'eq' instead of a 'ne', mixing up two possible error messages, secondly the values Kernel/System/Auth/OpenIDConnect.pm (and probably equally CustomerAuth/...) sets for $Self->{AuthError} should be displayed in the frontend, instead of this, the last log entry is shown however. Prio is not high.

@svenoe svenoe added the bug Something isn't working as intended label May 9, 2023
@svenoe svenoe added this to the OTOBO 10.1.9 milestone May 9, 2023
@svenoe
Copy link
Contributor Author

svenoe commented May 9, 2023

Error messages are correctly inverted. $Self->{AuthError} problem is still open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

1 participant