mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-27 21:23:07 -08:00
translate 2
This commit is contained in:
@@ -383,4 +383,3 @@ You **cannot** explicitly **deny** **access** to specific resources **using cond
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -122,7 +122,6 @@ azure_cli_bearer_tokens_for_graph_api = azure_cli_client.acquire_token_by_device
|
||||
pprint(azure_cli_bearer_tokens_for_graph_api)
|
||||
|
||||
|
||||
|
||||
# DECODE JWT
|
||||
def decode_jwt(base64_blob: str) -> Dict[str, Any]:
|
||||
"""Decodes base64 encoded JWT blob"""
|
||||
@@ -205,4 +204,3 @@ pprint(microsoft_office_bearer_tokens_for_graph_api)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user