Help
RSS
API
Feed
Maltego
Contact
Domain > stastore.synology.me
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-27
50.47.218.138
(
ClassC
)
Port 443
HTTP/1.1 200 OKServer: nginxDate: Thu, 23 Jan 2025 06:13:11 GMTContent-Type: text/htmlContent-Length: 3076Connection: keep-aliveKeep-Alive: timeout20Last-Modified: Tue, 12 Nov 2024 07:39:20 GMTETag: 6 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>OIDC Login Example/title> script srchttps://cdn.jsdelivr.net/npm/oidc-client/dist/oidc-client.min.js>/script> !-- Load oidc-client -->/head>body> h1>OIDC Login Example/h1> button idlogin-button>SSO Login/button> button idlogout-button styledisplay:none;>Logout/button> h3 iduser-info styledisplay:none;>/h3> script> // OIDC Client Configuration const oidcConfig { //authority: https://stastore.synology.me/webman/sso/.well-known/openid-configuration, // Replace with your OIDC provider URL authority: https://stastore.synology.me/webman/sso/SSOOauth.cgi, // Replace with your OIDC provider URL client_id: 31323aa13f06d34dd871dc96ca96c565, // Replace with your client ID redirect_uri: http://192.168.4.44:3000/callback, // Your redirect URI response_type: code, // Authorization Code Flow scope: openid profile email, // Scopes you want to request post_logout_redirect_uri: http://localhost:3000 }; // Create a new UserManager instance const userManager new Oidc.UserManager(oidcConfig); // Function to handle login function handleLogin() { userManager.signinRedirect().then(function() { console.log(Login started...); }).catch(function(err) { console.error(Login error: , err); }); } // Event listener for the login button document.getElementById(login-button).addEventListener(click, function() { handleLogin(); }); // Event listener for logout button document.getElementById(logout-button).addEventListener(click, function() { userManager.signoutRedirect().then(function() { console.log(Logout successful.); }).catch(function(err) { console.error(Logout error: ,
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]