-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlocalhost.config.json
More file actions
97 lines (97 loc) · 3.14 KB
/
localhost.config.json
File metadata and controls
97 lines (97 loc) · 3.14 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"hostname": "localhost",
"port": 8080,
"associated_domains": [
{
"package_name": "com.google.credentialmanager.sample",
"sha256_cert_fingerprints": "4F:20:47:1F:D9:9A:BA:96:47:8D:59:27:C2:C8:A6:EA:8E:D2:8D:14:C0:B6:A2:39:99:9F:A3:4D:47:3D:FA:11"
},
{
"package_name": "com.authentication.shrine",
"sha256_cert_fingerprints": "4F:20:47:1F:D9:9A:BA:96:47:8D:59:27:C2:C8:A6:EA:8E:D2:8D:14:C0:B6:A2:39:99:9F:A3:4D:47:3D:FA:11"
},
{
"package_name": "com.authentication.shrinewear",
"sha256_cert_fingerprints": "4F:20:47:1F:D9:9A:BA:96:47:8D:59:27:C2:C8:A6:EA:8E:D2:8D:14:C0:B6:A2:39:99:9F:A3:4D:47:3D:FA:11"
},
{
"package_name": "com.google.credentialmanager.webviewsample",
"sha256_cert_fingerprints": "ED:A5:A9:D9:44:A5:B0:62:28:BA:81:F0:0E:EC:7A:B6:40:10:AF:0F:61:3B:92:30:9E:2F:11:7D:4F:35:26:F1"
}
],
"rp_name": "Project Sesame",
"project_name": "project-sesame-426206",
"csp": {
"connect_src": [
"ws://localhost:3000",
"https://sesame-identity-provider.appspot.com",
"https://issuer.sgo.to",
"https://accounts.google.com/gsi/",
"https://accounts.sandbox.google.com",
"https://www.gstatic.com"
],
"font_src": [
"https://fonts.googleapis.com",
"https://fonts.gstatic.com"
],
"frame_src": [
"https://accounts.google.com/gsi/"
],
"img_src": [
"https://www.gravatar.com",
"https://gravatar.com",
"https://accounts.google.com/gsi-static",
"https://cdn.glitch.global",
"https://lh3.googleusercontent.com"
],
"script_src": [
"https://sesame-identity-provider.appspot.com",
"https://accounts.google.com/gsi/client",
"https://www.gstatic.com"
],
"style_src": [
"https://accounts.google.com/gsi/style",
"https://fonts.googleapis.com/icon",
"https://www.gstatic.com"
],
"style_src_elem": [
"https://fonts.googleapis.com",
"https://www.gstatic.com"
]
},
"supported_idps": [
{
"name": "FedCM Demo IdP",
"iconURL":
"https://sesame-identity-provider.appspot.com/images/idp-logo-512.png",
"origin": "https://sesame-identity-provider.appspot.com",
"configURL":
"https://sesame-identity-provider.appspot.com/fedcm/config.json",
"secret": "xxxxx"
},
{
"name": "SGO",
"origin": "https://issuer.sgo.to",
"configURL": "https://issuer.sgo.to/fedcm.json",
"clientId": "1234",
"secret": "xxxxx"
},
{
"name": "Google",
"iconURL": "https://accounts.google.com/gsi-static/google-logo.png",
"origin": "https://accounts.google.com",
"configURL": "https://accounts.google.com/gsi/fedcm.json",
"clientId":
"493201854729-bposa1duevdn4nspp28cmn6anucu60pf.apps.googleusercontent.com",
"secret": "*****"
},
{
"name": "Google Sandbox",
"iconURL": "https://accounts.google.com/gsi-static/google-logo.png",
"origin": "https://accounts.sandbox.google.com",
"configURL": "https://accounts.sandbox.google.com/gsi/vc.json",
"secret": "*****"
}
],
"analytics_id": "G-V64M3LXRDX"
}