Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 5e174c8

Browse files
committed
jwks_uri is part of the rp_keys definition.
1 parent 45675ad commit 5e174c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

flask_rp/conf.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ keydefs: &keydef
4141
"crv": "P-256"
4242
"use": ["sig"]
4343

44-
#html_home: 'html'
45-
#secret_key: 'secret_key'
46-
#session_cookie_name: 'rp_session'
47-
#preferred_url_scheme: 'https'
48-
4944
rp_keys:
5045
'private_path': 'private/jwks.json'
5146
'key_defs': *keydef
@@ -98,7 +93,6 @@ clients:
9893
flop:
9994
client_preferences: *id001
10095
issuer: https://127.0.0.1:5000/
101-
jwks_uri: 'static/jwks.json'
10296
redirect_uris:
10397
- 'https://{domain}:{port}/authz_cb/flop'
10498
post_logout_redirect_uris:

0 commit comments

Comments
 (0)