feat: plantilla base workspace SaaS
This commit is contained in:
BIN
frontend/static/login-bg.jpg
Normal file
BIN
frontend/static/login-bg.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
14
frontend/static/silent-check-sso.html
Normal file
14
frontend/static/silent-check-sso.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Silent SSO Check</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
// Required by Keycloak JS for silent SSO check.
|
||||
// This page is loaded in a hidden iframe; it posts the full URL back
|
||||
// to the parent window so Keycloak can parse the SSO response.
|
||||
parent.postMessage(location.href, location.origin);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user