Skip to content

Commit

Permalink
change payload of oidc tokens for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 8, 2024
1 parent 72fbf16 commit 5889718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ spec:
'client_secret': self.client_secret,
'grant_type': 'urn:ietf:params:oauth:grant-type:token-exchange',
'subject_token': token,
'scope': 'openid profile',
'subject_token_type': 'urn:ietf:params:oauth:token-type:access_token',
'scope': 'openid profile offline_access',
'audience': 'rucio'
}
response = requests.post(self.token_url, data=params)
Expand Down

0 comments on commit 5889718

Please sign in to comment.