<!DOCTYPE html>
<html>
<head>
<style>
body{
background-color:#F0F2F4;color:#16233A;font-family:'Segoe UI', Tahoma, Helvetica, Sans-Serif;font-size:0.875rem;font-weight:400;line-height:1.25rem}
}
</style>
<script src="https://statics.teams.microsoft.com/sdk/v1.0/js/MicrosoftTeams.min.js"></script>
<script>
(function() {
'use strict';
microsoftTeams.initialize();
// get a new context and trigger the auth workflow
microsoftTeams.getContext(function(context){
microsoftTeams.authentication.authenticate({
url: 'step2.html',
width: 550,
height: 660,
successCallback: function() {},
failureCallback: function() {}
});
});
})();
</script>
</head>
<body>
Microsoft Teams POC
</body>
</html>
view raw index.html hosted with ❤ by GitHub