You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
).The text was updated successfully, but these errors were encountered: