We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ccb6d commit e8ab2f9Copy full SHA for e8ab2f9
src/idpyoidc/server/__init__.py
@@ -48,6 +48,7 @@ def __init__(
48
):
49
self.entity_id = entity_id or conf.get("entity_id")
50
self.issuer = conf.get("issuer", self.entity_id)
51
+ self.persistence = None
52
53
if upstream_get is None:
54
if key_conf is None:
0 commit comments