Skip to content

Commit

Permalink
add X-Rucio-Allow-Return-Multiple-Accounts header (#129)
Browse files Browse the repository at this point in the history
* auth: connect to x509 endpoint #116

* add 'X-Rucio-Allow-Return-Multiple-Accounts' header #116
  • Loading branch information
maany authored Jan 26, 2023
1 parent 186cfa7 commit 0b6d6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ export const Login = ({ onLoginSuccess }: any) => {
{
...commonHeaders,
...headers,
'X-Rucio-Allow-Return-Multiple-Accounts': 'true',
},
rucioAuthHost,
onSuccessfulAuth,
Expand Down

0 comments on commit 0b6d6b1

Please sign in to comment.