From a1c9f4665707abdef864488de0d7a174cbe606f2 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 26 Oct 2016 11:42:36 -0400 Subject: [PATCH] example config: fix mispelling The key is "jwk_set_url" not "jwk_set_uri". --- example_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_config.yaml b/example_config.yaml index caba92a..f276839 100644 --- a/example_config.yaml +++ b/example_config.yaml @@ -28,7 +28,7 @@ chihaya: config: issuer: https://issuer.com audience: https://chihaya.issuer.com - jwk_set_uri: https://issuer.com/keys + jwk_set_url: https://issuer.com/keys jwk_set_update_interval: 5m - name: client approval config: