diff --git a/roles/openshift-apps/testdays/templates/client_secrets.json b/roles/openshift-apps/testdays/templates/client_secrets.json index 60e7531919..e4af088763 100644 --- a/roles/openshift-apps/testdays/templates/client_secrets.json +++ b/roles/openshift-apps/testdays/templates/client_secrets.json @@ -6,9 +6,8 @@ "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_secret": "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", - "redirect_uris": [ - "http://localhost:5050/flask_oidc/authorize", - "https://testdays.stg.fedoraproject.org/flask_oidc/authorize" - ] + "redirect_uris": ["http://localhost:5050/flask_oidc/authorize","https://testdays.stg.fedoraproject.org/flask_oidc/authorize"], + "userinfo_uri": "https://www.googleapis.com/oauth2/v3/userinfo", + "issuer": "https://accounts.google.com/" } }