Skip to content

Commit

Permalink
Removing commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
sumesh-aot committed Mar 25, 2020
1 parent 922b654 commit 3915c78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/keycloak_user_cleanup/remove_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def run(env: str, idp_client_id: str, idp_client_secret: str, idp_realm: str, kc
idp_token_url = f'{idp_base_url}realms/{idp_realm}/protocol/openid-connect/token'
kc_token_url = f'{kc_base_url}realms/{kc_realm}/protocol/openid-connect/token'

# client_secret = '5c43fd13-0d5a-4b66-9226-bfb7dd01b261'

response = requests.post(idp_token_url,
data=f'client_id={idp_client_id}&client_secret={idp_client_secret}&grant_type=client_credentials',
headers={'Content-Type': 'application/x-www-form-urlencoded'})
Expand Down

0 comments on commit 3915c78

Please sign in to comment.