This commit is contained in:
2024-06-07 15:13:19 +08:00
parent 6bbff852fb
commit 39915654b8
17 changed files with 7786 additions and 47 deletions
+1 -1
View File
@@ -224,8 +224,8 @@
}
})
$("#faskloginUrl").click(function () {
let url = "https://login.microsoftonline.com/ecaa386b-c8df-4ce0-ad01-740cbdb5ba55/oauth2/v2.0/authorize";
let clientId = "9379ad91-eef9-4956-a1ee-8b04bb3d42c8";
let url = "https://login.microsoftonline.com/" + clientId + "/oauth2/v2.0/authorize";
let response_type = "code";
let redirect_url = encodeURIComponent("http://localhost:6166/ssocallback.aspx");
let scope = "openid profile";