From 45e43db62f5794ac016526ee37ffa372599cb3dc Mon Sep 17 00:00:00 2001 From: YuriyZ Date: Tue, 4 Jan 2022 17:59:36 +0200 Subject: [PATCH] feat(jans-setup): updated sample revoke script https://github.com/JanssenProject/jans-auth-server/issues/372 --- static/extension/revoke_token/revoke_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/extension/revoke_token/revoke_token.py b/static/extension/revoke_token/revoke_token.py index 85f7d46305e..d67db2c0c6f 100644 --- a/static/extension/revoke_token/revoke_token.py +++ b/static/extension/revoke_token/revoke_token.py @@ -29,6 +29,6 @@ def getApiVersion(self): # This method is called during Revoke Token call. # If True is returned, token is revoked. If False is returned, revoking is skipped. # Note : - # context is reference of org.gluu.oxauth.service.external.context.RevokeTokenContext(in https://github.com/GluuFederation/oxauth project, ) + # context is reference of io.jans.as.server.model.common.ExecutionContextt(in https://github.com/JanssenProject/jans-auth-server project, ) def revoke(self, context): return True