When trying to login, I am redirect to https://accounts.google.com/o/oauth2/auth?scope=openid%20profile%20email%20name%20admin%20authorizedPatterns&&claims=email%20name&client_id=xxx.apps.googleusercontent.com&response_type=code&redirect_uri=http://localhost:8080/api/auth/callback?desc=izanami
Google OAuth2 fails with :
Erreur 400 : invalid_request
Invalid parameter value for claims: Invalid claims: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 8 path $
It seems the claims parameter is not allowed by Google.
When trying to use Google OAuth2, an error is raised by Google on authorize endpoint call.
I am running izanami with docker :
When trying to login, I am redirect to
https://accounts.google.com/o/oauth2/auth?scope=openid%20profile%20email%20name%20admin%20authorizedPatterns&&claims=email%20name&client_id=xxx.apps.googleusercontent.com&response_type=code&redirect_uri=http://localhost:8080/api/auth/callback?desc=izanami
Google OAuth2 fails with :
It seems the claims parameter is not allowed by Google.