OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2021-10-14 3052936fed9166521b0557a36df83eb11a5e51ee
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>구글 연동</title>
</head>
<body>
<script>
    /*location.href = "https://accounts.google.com/o/oauth2/v2/auth?" +
            "scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fplus.login%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fplus.me%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile&" +
            "access_type=offline&" +
            "include_granted_scopes=true&" +
            "state=state_parameter_owl_its_value&" +
            "redirect_uri=http%3A%2F%2Flocalhost%3A8080%2FgoogleOAuth2CallBack&" +
            "response_type=code&" +
            "client_id=545115864261-lumkhr0qhei643koiva5b130410s032e.apps.googleusercontent.com";*/
    location.href = "https://accounts.google.com/o/oauth2/v2/auth?" +
            "scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fplus.login%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fplus.me%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile&" +
            "access_type=offline&" +
            "include_granted_scopes=true&" +
            "state=state_parameter_owl_its_value&" +
            "redirect_uri=https%3A%2F%2Fowlsolution.io%2FgoogleOAuth2CallBack&" +
            "response_type=code&" +
            "client_id=555830465708-9d50teb7cqgovfp9pqf3ouc4a3lc215f.apps.googleusercontent.com";
</script>
</body>
</html>