FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e7255d7c authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

feat: verify API Gateway id token in request

Add verification for the Authorization header for incoming requests. The
defaults are to verify that the request is appropriately authenticated
with a Google service account corresponding to the API Gateway.

Expected issuer, authorised parties, issuer certificate URLs, etc can be
customised via settings. This is unlikely to be used in production but
is useful when combined with the API Gateway emulator for local
development.

Verification can be disabled entirely by setting an appropriately
dire-named setting.

Tests have been updated to exercise verification assuming that the
Google verification library works as documented.

Closes #4
parent 57409a46
No related branches found
No related tags found
1 merge request!6verify incoming id token for API backends
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment