Skip to content

Commit 5d406bd

Browse files
committed
Revert "Include https for Google ID token."
This reverts commit f039bce.
1 parent f039bce commit 5d406bd

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

appengine/endpoints/swagger.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ paths:
6464
# Your OAuth2 client's Client ID must be added here. You can add
6565
# multiple client IDs to accept tokens from multiple clients.
6666
- "YOUR-CLIENT-ID"
67-
- google_id_token_https:
68-
audiences:
69-
# Your OAuth2 client's Client ID must be added here. You can add
70-
# multiple client IDs to accept tokens from multiple clients.
71-
- "YOUR-CLIENT-ID"
7267
definitions:
7368
echoMessage:
7469
properties:
@@ -102,16 +97,9 @@ securityDefinitions:
10297
x-jwks_uri: "https://www.googleapis.com/service_accounts/v1/jwk/YOUR-SERVICE-ACCOUNT-EMAIL"
10398
# This section configures authentication using Google OAuth2 ID Tokens.
10499
# ID Tokens can be obtained using OAuth2 clients, and can be used to access
105-
# your API on behalf of a particular user. Depending on the account used to
106-
# sign in, the x-issuer can either be accounts.google.com or
107-
# https://accounts.google.com.
100+
# your API on behalf of a particular user.
108101
google_id_token:
109102
authorizationUrl: ""
110103
flow: "implicit"
111104
type: "oauth2"
112105
x-issuer: "accounts.google.com"
113-
google_id_token_https:
114-
authorizationUrl: ""
115-
flow: "implicit"
116-
type: "oauth2"
117-
x-issuer: "https://accounts.google.com"

0 commit comments

Comments
 (0)