File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 700700 "type" : " function" ,
701701 "z" : " 09012e75c72a4968" ,
702702 "name" : " setRequestToGetToken" ,
703- "func" : " msg.headers = {};\n msg.headers['Content-Type'] = \" application/x-www-form-urlencoded\"\n msg.payload = `grant_type = client_credentials &\n client_id = ` + env.get(\" AZURE_DT_CLIENT_ID\" ) + ` &\n client_secret =` + env.get(\" AZURE_DT_CLIENT_SECRET\" ) + ` &\n resource = https://digitaltwins.azure.net \n `\n return msg;" ,
703+ "func" : " msg.headers = {};\n msg.headers['Content-Type'] = \" application/x-www-form-urlencoded\"\n msg.payload = `grant_type = client_credentials &\n client_id = ` + env.get(\" AZURE_DT_CLIENT_ID\" ) + ` &\n client_secret =` + env.get(\" AZURE_DT_CLIENT_SECRET\" ) + ` &\n resource = https://digitaltwins.azure.net \n `\n msg.url = \" https://login.microsoftonline.com/ \" + env.get( \" AZURE_DT_TENANT_ID \" ) + \" /oauth2/token \" \ n return msg;" ,
704704 "outputs" : 1 ,
705705 "noerr" : 0 ,
706706 "initialize" : " " ,
722722 "method" : " GET" ,
723723 "ret" : " obj" ,
724724 "paytoqs" : " body" ,
725- "url" : " https://login.microsoftonline.com/dcd04e3e-49bc-4f06-9237-a830cf4d6403/oauth2/token " ,
725+ "url" : " " ,
726726 "tls" : " " ,
727727 "persist" : true ,
728728 "proxy" : " " ,
You can’t perform that action at this time.
0 commit comments