This commit is contained in:
jackchenyang
2024-06-11 11:36:17 +08:00
parent ab9ea7b2e9
commit 7868671ddb
27 changed files with 103 additions and 1936 deletions
+2 -2
View File
@@ -225,9 +225,9 @@
})
$("#faskloginUrl").click(function () {
let clientId = "9379ad91-eef9-4956-a1ee-8b04bb3d42c8";
let url = "https://login.microsoftonline.com/" + clientId + "/oauth2/v2.0/authorize";
let url = "https://login.microsoftonline.com/ecaa386b-c8df-4ce0-ad01-740cbdb5ba55/oauth2/v2.0/authorize";
let response_type = "code";
let redirect_url = encodeURIComponent("http://localhost:6166/ssocallback.aspx");
let redirect_url = encodeURIComponent("https://fcl-test.basf-ypc.net.cn/ssocallback.aspx");
let scope = "openid profile";
let response_mode = "query";
let state = "state123";