File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
endpoints/getting-started/src/main/appengine Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,15 +94,15 @@ securityDefinitions:
9494 flow : " implicit"
9595 type : " oauth2"
9696 # This must match the 'iss' field in the JWT.
97- x-issuer : " jwt-client.endpoints.sample.google.com"
97+ x-google- issuer : " jwt-client.endpoints.sample.google.com"
9898 # Update this with your service account's email address.
99- x-jwks_uri : " https://www.googleapis.com/service_accounts/v1/jwk/YOUR-SERVICE-ACCOUNT-EMAIL"
99+ x-google- jwks_uri : " https://www.googleapis.com/service_accounts/v1/jwk/YOUR-SERVICE-ACCOUNT-EMAIL"
100100 # This section configures authentication using Google OAuth2 ID Tokens.
101101 # ID Tokens can be obtained using OAuth2 clients, and can be used to access
102102 # your API on behalf of a particular user.
103103 google_id_token :
104104 authorizationUrl : " "
105105 flow : " implicit"
106106 type : " oauth2"
107- x-issuer : " accounts.google.com"
108- x-jwks_uri : " https://www.googleapis.com/oauth2/v1/certs"
107+ x-google- issuer : " accounts.google.com"
108+ x-google- jwks_uri : " https://www.googleapis.com/oauth2/v1/certs"
You can’t perform that action at this time.
0 commit comments