<div dir="ltr">I tried to import the basic IDP config for a custom &quot;OpenID Connect v1.0&quot; provider from the published Google autoconf URL: <a href="https://accounts.google.com/.well-known/openid-configuration">https://accounts.google.com/.well-known/openid-configuration</a><br><div><br></div><div>The URLs are picked up fine but there seem to be two issues:</div><div><br></div><div>1.) the &quot;Issuer&quot; is imported as &quot;<a href="https://accounts.google.com">https://accounts.google.com</a>&quot; when it should be &quot;<a href="http://accounts.google.com">accounts.google.com</a>&quot;</div><div>2.) the public validation keys are not imported correctly. The always produce</div><div><br></div><div><div>12:09:40,416 ERROR [org.keycloak.broker.oidc.AbstractOAuth2IdentityProvider] (default task-17) Failed to make identity provider oauth callback: org.keycloak.broker.provider.IdentityBrokerException: token signature validation failed</div><div>        at org.keycloak.broker.oidc.OIDCIdentityProvider.validateToken(OIDCIdentityProvider.java:286)</div></div><div><br></div><div>when authentication is being performed.</div><div><br></div><div>Are these bugs or is the published discovery document from Google not standard compliant?</div><div><br></div><div>Thanks</div></div>