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

Commit 8e77b3d

Browse files
committed
If you have a local issuer(=OP).
1 parent 0eee2a8 commit 8e77b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcrp/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(self, conf: Dict) -> None:
6060
# continue
6161

6262
for uri in ['redirect_uris', 'post_logout_redirect_uris', 'frontchannel_logout_uri',
63-
'backchannel_logout_uri']:
63+
'backchannel_logout_uri', 'issuer']:
6464
replace(spec, uri, **format_args)
6565

6666
setattr(self, "clients", _clients)

0 commit comments

Comments
 (0)