@@ -121,9 +121,9 @@ securityDefinitions:
121
121
flow : " implicit"
122
122
type : " oauth2"
123
123
# This must match the 'iss' field in the JWT.
124
- x-issuer : " jwt-client.endpoints.sample.google.com"
124
+ x-google- issuer : " jwt-client.endpoints.sample.google.com"
125
125
# Update this with your service account's email address.
126
- x-jwks_uri : " https://www.googleapis.com/service_accounts/v1/jwk/YOUR-SERVICE-ACCOUNT-EMAIL"
126
+ x-google- jwks_uri : " https://www.googleapis.com/service_accounts/v1/jwk/YOUR-SERVICE-ACCOUNT-EMAIL"
127
127
# This section configures authentication using Google App Engine default
128
128
# service account to sign a json web token. This is mostly used for
129
129
# server-to-server communication.
@@ -132,9 +132,9 @@ securityDefinitions:
132
132
flow : " implicit"
133
133
type : " oauth2"
134
134
# Replace YOUR-CLIENT-PROJECT-ID with your client project ID.
135
- x-issuer : " YOUR-CLIENT-PROJECT-ID@appspot.gserviceaccount.com"
135
+ x-google- issuer : " YOUR-CLIENT-PROJECT-ID@appspot.gserviceaccount.com"
136
136
# Replace YOUR-CLIENT-PROJECT-ID with your client project ID.
137
- x-jwks_uri : " https://www.googleapis.com/robot/v1/metadata/x509/YOUR-CLIENT-PROJECT-ID@appspot.gserviceaccount.com"
137
+ x-google- jwks_uri : " https://www.googleapis.com/robot/v1/metadata/x509/YOUR-CLIENT-PROJECT-ID@appspot.gserviceaccount.com"
138
138
# This section configures authentication using a service account
139
139
# to sign a json web token. This is mostly used for server-to-server
140
140
# communication.
@@ -153,12 +153,12 @@ securityDefinitions:
153
153
authorizationUrl : " "
154
154
flow : " implicit"
155
155
type : " oauth2"
156
- x-issuer : " accounts.google.com"
157
- x-jwks_uri : " https://www.googleapis.com/oauth2/v1/certs"
156
+ x-google- issuer : " accounts.google.com"
157
+ x-google- jwks_uri : " https://www.googleapis.com/oauth2/v1/certs"
158
158
# This section configures authentication using Firebase Auth.
159
159
firebase :
160
160
authorizationUrl : " "
161
161
flow : " implicit"
162
162
type : " oauth2"
163
- x-issuer : " https://securetoken.google.com/YOUR-PROJECT-ID"
164
- x-jwks_uri : " https://www.googleapis.com/service_accounts/v1/metadata/x509/securetoken@system.gserviceaccount.com"
163
+ x-google- issuer : " https://securetoken.google.com/YOUR-PROJECT-ID"
164
+ x-google- jwks_uri : " https://www.googleapis.com/service_accounts/v1/metadata/x509/securetoken@system.gserviceaccount.com"
0 commit comments