File tree 1 file changed +4
-4
lines changed
endpoints/getting-started/src/main/appengine
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,15 +94,15 @@ securityDefinitions:
94
94
flow : " implicit"
95
95
type : " oauth2"
96
96
# 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"
98
98
# 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"
100
100
# This section configures authentication using Google OAuth2 ID Tokens.
101
101
# ID Tokens can be obtained using OAuth2 clients, and can be used to access
102
102
# your API on behalf of a particular user.
103
103
google_id_token :
104
104
authorizationUrl : " "
105
105
flow : " implicit"
106
106
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