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

Error decoding JSON from jwks_uri on Nextcloud 30 using Drupal as provider #296

Open
topsot opened this issue Oct 7, 2024 · 0 comments
Open

Comments

@topsot
Copy link

topsot commented Oct 7, 2024

Hello I am using drupal 10 as a provider and I am getting the error:
UI: " Error decoding JSON from jwks_uri"
logs: [oidc_login] Warning: Got non-200 response code when querying JWKs
GET /index.php/apps/oidc_login/oidc?code=c9956117f33d3768b482eeba9a0980ae9688d548&state=afd449fab296fecd81e0f910a428d6fc
from by -- at Oct 7, 2024, 5:06:20 PM

I have tested the Drupal and its working with another openID client.
My config is:
'oidc_login_provider_url' => 'https://d10.portal.opske.allweb.gr',
'oidc_login_client_id' => '---------------',
'oidc_login_client_secret' => '------------------------',
'oidc_login_scope' => 'openid email',
'oidc_login_auto_redirect' => false,
'oidc_login_public_key_caching_time' => 0,
'oidc_login_button_text' => 'Log in with OPSKE Portal d10',
'oidc_login_attributes' => array (
'mail' => 'email',
),

can you please help me?

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

1 participant