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

Unexpected response from OAuth service #84

Open
karuppiah-a opened this issue Dec 20, 2022 · 4 comments
Open

Unexpected response from OAuth service #84

karuppiah-a opened this issue Dec 20, 2022 · 4 comments

Comments

@karuppiah-a
Copy link

Currently we are testing the Login OIDC plugin with the AWS Cognito but we are getting the below issue.

image

Any help would be much appreciated

@luketainton
Copy link

I'm having this issue too. I'm getting the following line in my log file:
WARNING LoginOIDC[2022-12-23 21:46:14 UTC] [a5e20] /matomo/plugins/LoginOIDC/Controller.php(254): Warning - Undefined property: stdClass::$username - Matomo 4.13.0 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already) #0/plugins/LoginOIDC/Controller.php(254),[internal function]: Piwik\Plugins\LoginOIDC\Controller->callback(),#2/core/FrontController.php(631),#3/core/FrontController.php(169),#4/core/dispatch.php(32),#5/index.php(25)

@Eagle-Admin
Copy link

Same issue here.

I can sign in with my user, but the response fails.

I have everything set up as #5
Including the NGINX redirect.

@ataraxus
Copy link

ataraxus commented May 4, 2023

did you somehow fixed it? im stuck at the same issue

@ataraxus
Copy link

ataraxus commented May 4, 2023

i fixed it for me. I followed this advice: #5 (comment)
and discoverd, that i c&p the wrong token url for my oidc config for Keycloak, i used:

https://auth.xxx.de/auth/realms/xxx/protocol/openid-connect/access_token
but the correct should be:
https://auth.xxx.de/auth/realms/xxx/protocol/openid-connect/token

I hope this helps you too

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

4 participants