Skip to content

Commit

Permalink
fix scopes for refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed Jul 18, 2023
1 parent faed6e0 commit 154fc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"grant_type": "client_credentials",
"username": "not_needed",
"password": "not_needed",
"scope": "openid profile email iam groups",
"scope": "openid profile email iam groups groups:intw",
"aud": audience
}
r = requests.post(iam_server+"token", data=request_data)
Expand Down

0 comments on commit 154fc94

Please sign in to comment.