Skip to content

Commit 1bfad6a

Browse files
committed
Update pipeline-DEPLOY.sh
- updated redirect_uri for new name of App ID instance
1 parent ef5f981 commit 1bfad6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pipeline-DEPLOY.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ curl -X PUT \
212212
--header 'Content-Type: application/json' \
213213
--header 'Accept: application/json' \
214214
--header "Authorization: Bearer $APPID_ACCESS_TOKEN" \
215-
-d '{ "redirectUris": [ "https://secure-file-storage.'$INGRESS_SUBDOMAIN'/oauth2-'$BASENAME'-appid/callback" ] }' \
215+
-d '{ "redirectUris": [ "https://secure-file-storage.'$INGRESS_SUBDOMAIN'/oauth2-sfsappid/callback" ] }' \
216216
$APPID_MANAGEMENT_URL/config/redirect_uris
217217

218218
#

0 commit comments

Comments
 (0)