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

Commit d7de762

Browse files
committed
'keys' attribute in configuration file becomes 'key_conf' attribute in Configuration instance.
Bumped version.
1 parent 2ef92f0 commit d7de762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/flask_rp/application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def init_oidc_rp_handler(app):
1414
_rp_conf = app.rp_config
1515

16-
if _rp_conf.keys:
16+
if _rp_conf.key_conf:
1717
_kj = init_key_jar(**_rp_conf.key_conf)
1818
_path = _rp_conf.key_conf['public_path']
1919
# removes ./ and / from the begin of the string

0 commit comments

Comments
 (0)