diff --git a/docs/foaz/configuring-jwks.mdx b/docs/foaz/configuring-jwks.mdx index 8bc096f8..77b12593 100644 --- a/docs/foaz/configuring-jwks.mdx +++ b/docs/foaz/configuring-jwks.mdx @@ -23,6 +23,7 @@ It's very simple to add the JWKs you have obtained into Permit. ![Select Environment](/img/foaz/foaz-3.png) #### Paste your whole JWKS object inside the JSON editor +You can instead set a URL with the JWKS object, make sure there is a valid JWKS object at the URL you provide with "keys" as the root object. ![JSON Editor](/img/foaz/foaz-4.png) diff --git a/static/img/foaz/foaz-4.png b/static/img/foaz/foaz-4.png index 7d0a236d..113651d6 100644 Binary files a/static/img/foaz/foaz-4.png and b/static/img/foaz/foaz-4.png differ