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

Commit 521bf2b

Browse files
committed
Right kind of token.
1 parent 04edd35 commit 521bf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcmsg/oidc/session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ def verify(self, **kwargs):
179179
return False
180180

181181
self[verified_claim_name("logout_token")] = idt
182-
logger.info("Verified ID Token: {}".format(idt.to_dict()))
182+
logger.info("Verified Logout Token: {}".format(idt.to_dict()))
183183

184184
return True

0 commit comments

Comments
 (0)