Why do I have to set all the endpoint in client_secrets.json by myself. Why it does not use all available information in URI/.well-known/openid-configuration by default but it can be overriden with client_secrets.json.
Also why the expected keys in client_secrets.json do not match the URI/.well-known/openid-configuration standard? E.g. you expect auth_uri but it is actually named authorization_endpoint (URI/.well-known/openid-configuration).
Why do I have to set all the endpoint in
client_secrets.json
by myself. Why it does not use all available information inURI/.well-known/openid-configuration
by default but it can be overriden withclient_secrets.json
.Also why the expected keys in
client_secrets.json
do not match theURI/.well-known/openid-configuration
standard? E.g. you expectauth_uri
but it is actually namedauthorization_endpoint
(URI/.well-known/openid-configuration
).