From 665a1edef6f90d60899fe185b7d978423b554761 Mon Sep 17 00:00:00 2001 From: John Nduli Date: Mon, 12 Aug 2024 12:15:26 +0300 Subject: docs: update documentation to reflect new secrets handling --- gn_auth/wsgi.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gn_auth/wsgi.py') diff --git a/gn_auth/wsgi.py b/gn_auth/wsgi.py index c91c564..bb8abd2 100644 --- a/gn_auth/wsgi.py +++ b/gn_auth/wsgi.py @@ -130,6 +130,7 @@ def init_dev_clients(client_uri): "default_redirect_uri": f"{client_uri}/oauth2/code", "redirect_uris": [f"{client_uri}/oauth2/code", f"{client_uri}/oauth2/token"], + "public-jwks-uri": f"{client_uri}/oauth2/public-jwks", "response_type": ["code", "token"], "scope": ["profile", "group", "role", "resource", "register-client", "user", "masquerade", "migrate-data", "introspect"] -- cgit v1.2.3