This may very well be a side-effect of the decommissioning of Google's OpenID provider service and the moving to OpenID Connect.
Could you link which "published Google Libraries for OpenID Connect" you've used, and if possible some of the code relevant to your use-case?
As noted in the
docs, support for OpenID was experimental, probably since the landscape of Auth has been changing quite a bit, as new improvements are made through the experience of successive paradigms, however all I really need to comment on is that it was "experimental". Despite this, I'm committed to helping you find a solution that works.
There are several docs in our Developers resources which discuss OpenID Connect
[1],
[2],
[3], and you might want to give those a read. If the login: admin feature turns out to have been specific to Google OpenID accounts, you can rest assured that:
A) A feature request in the
public issue tracker to get this function updated to work with OpenID Connect is possible and awesome
B) you can implement your own admin feature using an admin check in your request handlers and implementing an OpenID Connect auth scheme which allows accounts from OpenID Connect services (you would add the various sign-in buttons to the sign-in page of your (web)app).
Best wishes,
Nick