JWT Authentication
The Grey Matter Proxy supports JWT support for easy authentication and authorization throughout the entire HTTP
request transport.
Filter Configuration Options
Name | Type | Default | Description |
---|---|---|---|
provider | String | "" | OAuth authorization server which will issue/validate tokens (Dex) |
client_id | String | "" | OAuth Client ID for the application/server in question |
Example
http_filters:
- name: gm.jwt
config: { provider: "http://dex:5556/dex", client_id: "0-385-28089-0" }