Skip to content

Commit

Permalink
Ask for scim scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmiccoli committed Nov 21, 2023
1 parent 2a40a8e commit 4ab80c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/init-credentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ echo "has been saved to: ${proxy_file}"

voms-proxy-info -all

BT=$(oidc-token -s openid -s iam:admin.read -s iam:admin.write ${OIDC_AGENT_ALIAS})
BT=$(oidc-token -s openid -s iam:admin.read -s iam:admin.write -s scim:read -s scim:write ${OIDC_AGENT_ALIAS})
BEARER_TOKEN_FILE=/tmp/bt_u$(id -u)
touch ${BEARER_TOKEN_FILE} && chmod 600 ${BEARER_TOKEN_FILE}
echo ${BT} > ${BEARER_TOKEN_FILE}
Expand Down

0 comments on commit 4ab80c9

Please sign in to comment.