Skip to content

Commit

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

* add 'X-Rucio-Allow-Return-Multiple-Accounts' header rucio#116
  • Loading branch information
maany committed Feb 1, 2023
1 parent 64c73af commit fe87814
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 fe87814

Please sign in to comment.