11
This commit is contained in:
@@ -224,10 +224,10 @@
|
||||
}
|
||||
})
|
||||
$("#faskloginUrl").click(function () {
|
||||
let clientId = "9379ad91-eef9-4956-a1ee-8b04bb3d42c8";
|
||||
let clientId = '<%= BLL.Funs.ClientId %>';
|
||||
let url = "https://login.microsoftonline.com/ecaa386b-c8df-4ce0-ad01-740cbdb5ba55/oauth2/v2.0/authorize";
|
||||
let response_type = "code";
|
||||
let redirect_url = encodeURIComponent("https://fcl-test.basf-ypc.net.cn/ssocallback.aspx");
|
||||
let redirect_url = encodeURIComponent('<%= BLL.Funs.Redirect_url %>');
|
||||
let scope = "openid profile";
|
||||
let response_mode = "query";
|
||||
let state = "state123";
|
||||
|
||||
Reference in New Issue
Block a user