1212
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
})
|
||||
$("#faskloginUrl").click(function () {
|
||||
let url = "https://login.microsoftonline.com/ecaa386b-c8df-4ce0-ad01-740cbdb5ba55/oauth2/v2.0/authorize";
|
||||
let clientId = "a7977a3e-06b5-4dfc-bd7f-5b6825f0d846";
|
||||
let clientId = "9379ad91-eef9-4956-a1ee-8b04bb3d42c8";
|
||||
let response_type = "code";
|
||||
let redirect_url = encodeURIComponent("http://localhost:6166/ssocallback.aspx");
|
||||
let scope = "openid profile";
|
||||
|
||||
Reference in New Issue
Block a user