Skip to content

Commit

Permalink
remove scope in token exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Oct 2, 2024
1 parent fcbfc86 commit 760ff76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ spec:
'grant_type': 'urn:ietf:params:oauth:grant-type:token-exchange',
'subject_token': token,
'scope': 'openid profile',
'audience': 'rucio',
'wlgc.groups': 'escape'
'audience': 'rucio'
}
response = requests.post(self.token_url, data=params)
rucio_token = response.json()['access_token']
Expand Down

0 comments on commit 760ff76

Please sign in to comment.