Joe Kralicky
|
5464cda90e
|
Add an 'issuer' field to the /.well-known/pomerium endpoint (#5344)
The field contains the route's base uri, including the https:// scheme
and ending with a trailing slash.
|
2024-10-25 13:07:57 -04:00 |
|
Caleb Doxsey
|
1dee325b72
|
authorize: move sign out and jwks urls to route, update issuer for JWT (#4046)
* authorize: move sign out and jwks urls to route, update issuer for JWT
* fix test
|
2023-03-08 12:40:15 -07:00 |
|
Caleb Doxsey
|
0f295d4a63
|
hpke: move published public keys to a new endpoint (#4044)
|
2023-03-08 09:17:04 -07:00 |
|
Caleb Doxsey
|
ba07afc245
|
hpke: add HPKE key to JWKS endpoint (#3762)
* hpke: add HPKE key to JWKS endpoint
* fix test, add http caching headers
* fix error message
* use pointers
|
2022-11-23 08:45:59 -07:00 |
|
Caleb Doxsey
|
b68dc1ff4f
|
controlplane: move jwks.json endpoint to control plane (#3691)
|
2022-10-25 08:01:33 -06:00 |
|
Caleb Doxsey
|
6140ee1d88
|
controlplane: add well-known endpoint to the controlplane http handler (#3555)
* controlplane: add well-known endpoint to the controlplane http handler
* add support for trailing /
* remove redundant test
|
2022-08-16 09:59:39 -06:00 |
|