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
Add a list of allowed_client_ids to EchoApi.get_user_email. (#1992)
The use of an OAuth token issued by accounts.google.com triggers
a special path in Endpoints Framework, which validates if the
client id ('azp' claim of JWT token) is included in allowed_client_ids
list supplied to @endpoints.method decorator.
Without the change, sample client described at [1] receives 401
Unauthorized errors when attempting to access the API.
[1] https://cloud.google.com/endpoints/docs/frameworks/python/javascript-client
0 commit comments