{
"code": 16,
"message": "JWT validation failed: Issuer not allowed",
"details": [
{
"@type": "type.googleapis.com/google.rpc.DebugInfo",
"stackEntries": [],
"detail": "auth"
}
]
}
x-google-audiences
x-google-audiences: STRING
This extension is used in the OpenAPI securityDefinitions
section to provide a list of JSON web tokens that are allowed to access the API. Values take the form of a comma separated string.
These three extensions are illustrated in the following example:
securityDefinitions:
google_id_token:
type: oauth2
authorizationUrl: ""
flow: implicit
x-google-issuer: "https://accounts.google.com"
x-google-jwks-uri: "https://www.googleapis.com/oauth2/v1/certs"
x-google-audiences:
- "848149964201.apps.googleusercontent.com, 841077041629.apps.googleusercontent.com"
x-google-issuer: "my-service...@fatty-acid.iam.gserviceaccount.com"
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endpoints+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/aa41223f-549d-454a-b0bf-231ffb90aa5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.