Right now my OpenAPI yaml looks like this:
And my Access Token coming out of my JWT in raw format looks like this:
The Google-Issuer and the JWT iss are the exact same, the JWT kid matches the key ids inside the link provided by the google-jwks_uri, and the google-audiences match the aud.So, really, I can't see why this wouldn't work, and yet when i call the api with the Bearer access token i receive a 401 and "Jwt issuer is not configured".
x-google-adueinces
is still in Beta, and it can change. Could you please share the full response/error you are facing? According to the docsx-google-issuer
should take the form of a hostname or email address. The value seems to be pretty short. Could you please double check is the correct value? – Joss Baron