example config: fix mispelling
The key is "jwk_set_url" not "jwk_set_uri".
This commit is contained in:
parent
f524f26d8f
commit
a1c9f46657
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ chihaya:
|
||||||
config:
|
config:
|
||||||
issuer: https://issuer.com
|
issuer: https://issuer.com
|
||||||
audience: https://chihaya.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
|
jwk_set_update_interval: 5m
|
||||||
- name: client approval
|
- name: client approval
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in a new issue