We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5f981 commit 1bfad6aCopy full SHA for 1bfad6a
scripts/pipeline-DEPLOY.sh
@@ -212,7 +212,7 @@ curl -X PUT \
212
--header 'Content-Type: application/json' \
213
--header 'Accept: application/json' \
214
--header "Authorization: Bearer $APPID_ACCESS_TOKEN" \
215
- -d '{ "redirectUris": [ "https://secure-file-storage.'$INGRESS_SUBDOMAIN'/oauth2-'$BASENAME'-appid/callback" ] }' \
+ -d '{ "redirectUris": [ "https://secure-file-storage.'$INGRESS_SUBDOMAIN'/oauth2-sfsappid/callback" ] }' \
216
$APPID_MANAGEMENT_URL/config/redirect_uris
217
218
#
0 commit comments