Skip to content

Commit 50eb159

Browse files
committed
Merge commit '3d212780f1ddf5c3185fca361be1dc82cb14fe96'
2 parents 5244cea + 3d21278 commit 50eb159

File tree

1 file changed

+1
-5
lines changed
  • agent/auth0-myaccount-bash/connected-accounts

1 file changed

+1
-5
lines changed

agent/auth0-myaccount-bash/connected-accounts/connect.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,7 @@ readonly BODY=$(
123123
connection: $connection,
124124
state: $state,
125125
redirect_uri: $redirect_uri,
126-
authorization_params:
127-
( { scope: $scope }
128-
+ ( if ($param|length)>0 then { param: $param } else {} end )
129-
+ ( if ($access_type|length)>0 then { access_type: $access_type } else {} end )
130-
)
126+
scopes: [ $scope | splits("\\s+") ]
131127
}
132128
'
133129
)

0 commit comments

Comments
 (0)