Skip to content

Commit 633d8a1

Browse files
authored
Create AuthMIAW.html
1 parent b1ec78e commit 633d8a1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Shital/SDB601/AuthMIAW.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<html>
2+
<head>
3+
<title>InApp</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
5+
</head>
6+
<body>
7+
8+
<h1> In APP Web Client for Org: "bt20250106"</h1>
9+
<script type='text/javascript'>
10+
function initEmbeddedMessaging() {
11+
try {
12+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
13+
14+
embeddedservice_bootstrap.init(
15+
'00Dfi8000019SKd',
16+
'Auth_channel',
17+
'https://orgfarm-ddb8ab9787.test1.my.pc-rnd.site.com/ESWAuthchannel1770736437450',
18+
{
19+
scrt2URL: 'https://orgfarm-ddb8ab9787.test1.my.pc-rnd.salesforce-scrt.com'
20+
}
21+
);
22+
} catch (err) {
23+
console.error('Error loading Embedded Messaging: ', err);
24+
}
25+
};
26+
</script>
27+
<script type='text/javascript' src='https://orgfarm-ddb8ab9787.test1.my.pc-rnd.site.com/ESWAuthchannel1770736437450/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)