I am trying to implement Google OpenID following the directions at https://docs.directus.io/self-hosted/sso.html#openid.
The Login with Google button shows up for the admin panel. However, I keep running into the following error after selecting the Google Account to use for authentication:
{"errors":[{"message":"Invalid user credentials.","extensions":{"code":"INVALID_CREDENTIALS"}}]}
Can someone throw some light on it?
Single Sign-On is a mechanism which allows to use external providers to login into systems.