We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5244cea + 3d21278 commit 50eb159Copy full SHA for 50eb159
agent/auth0-myaccount-bash/connected-accounts/connect.sh
@@ -123,11 +123,7 @@ readonly BODY=$(
123
connection: $connection,
124
state: $state,
125
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
- )
+ scopes: [ $scope | splits("\\s+") ]
131
}
132
'
133
)
0 commit comments