Skip to content

Commit

Permalink
Authorship comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
jahamilto committed Jan 8, 2024
1 parent f74b289 commit 106ef31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions responders/AzureTokenRevoker/AzureTokenRevoker.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# encoding: utf-8
# Author: Daniel Weiner @dmweiner
# Author: Daniel Weiner @dmweiner, revised by @jahamilto
import requests
import traceback
import datetime
Expand All @@ -22,7 +22,6 @@ def run(self):
self.user = self.get_param('data.data', None, 'No UPN supplied to revoke credentials for')
if not self.user:
self.error("No user supplied")
base_resource = "https://graph.microsoft.com"

token_data = {
"grant_type": "client_credentials",
Expand Down

0 comments on commit 106ef31

Please sign in to comment.