Microsoft OAuth
This commit is contained in:
parent
8f08c2f2db
commit
12ce5fdaa3
|
|
@ -161,7 +161,7 @@
|
|||
<script type="text/javascript">
|
||||
window.onload = function() {
|
||||
if (location.hash.includes("code")) {
|
||||
new PublicClientApplication("1023b9ce-5b09-4f04-98f8-e1ed85a72332", null, null);
|
||||
new msal.PublicClientApplication({auth: {clientId: "1023b9ce-5b09-4f04-98f8-e1ed85a72332"}});
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue