CINXE.COM
sso redirect
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="robots" content="noindex" /> <title>sso redirect</title> <style type="text/css"> html, body { height: 100%; font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; font-size: 1em; } body { margin: 0; } .flex-container { height: 100%; display: flex; } .error { margin: auto; } #fountainG{ position:relative; width:234px; height:28px; margin:auto; } .fountainG{ position:absolute; top:0; background-color:rgb(252,115,48); width:28px; height:28px; animation-name:bounce_fountainG; -o-animation-name:bounce_fountainG; -ms-animation-name:bounce_fountainG; -webkit-animation-name:bounce_fountainG; -moz-animation-name:bounce_fountainG; animation-duration:1.5s; -o-animation-duration:1.5s; -ms-animation-duration:1.5s; -webkit-animation-duration:1.5s; -moz-animation-duration:1.5s; animation-iteration-count:infinite; -o-animation-iteration-count:infinite; -ms-animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; animation-direction:normal; -o-animation-direction:normal; -ms-animation-direction:normal; -webkit-animation-direction:normal; -moz-animation-direction:normal; transform:scale(.3); -o-transform:scale(.3); -ms-transform:scale(.3); -webkit-transform:scale(.3); -moz-transform:scale(.3); border-radius:19px; -o-border-radius:19px; -ms-border-radius:19px; -webkit-border-radius:19px; -moz-border-radius:19px; } #fountainG_1{ left:0; animation-delay:0.6s; -o-animation-delay:0.6s; -ms-animation-delay:0.6s; -webkit-animation-delay:0.6s; -moz-animation-delay:0.6s; } #fountainG_2{ left:29px; animation-delay:0.75s; -o-animation-delay:0.75s; -ms-animation-delay:0.75s; -webkit-animation-delay:0.75s; -moz-animation-delay:0.75s; } #fountainG_3{ left:58px; animation-delay:0.9s; -o-animation-delay:0.9s; -ms-animation-delay:0.9s; -webkit-animation-delay:0.9s; -moz-animation-delay:0.9s; } #fountainG_4{ left:88px; animation-delay:1.05s; -o-animation-delay:1.05s; -ms-animation-delay:1.05s; -webkit-animation-delay:1.05s; -moz-animation-delay:1.05s; } #fountainG_5{ left:117px; animation-delay:1.2s; -o-animation-delay:1.2s; -ms-animation-delay:1.2s; -webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; } #fountainG_6{ left:146px; animation-delay:1.35s; -o-animation-delay:1.35s; -ms-animation-delay:1.35s; -webkit-animation-delay:1.35s; -moz-animation-delay:1.35s; } #fountainG_7{ left:175px; animation-delay:1.5s; -o-animation-delay:1.5s; -ms-animation-delay:1.5s; -webkit-animation-delay:1.5s; -moz-animation-delay:1.5s; } #fountainG_8{ left:205px; animation-delay:1.64s; -o-animation-delay:1.64s; -ms-animation-delay:1.64s; -webkit-animation-delay:1.64s; -moz-animation-delay:1.64s; } @keyframes bounce_fountainG{ 0%{ transform:scale(1); background-color:rgb(252,115,48); } 100%{ transform:scale(.3); background-color:rgb(255,255,255); } } @-o-keyframes bounce_fountainG{ 0%{ -o-transform:scale(1); background-color:rgb(252,115,48); } 100%{ -o-transform:scale(.3); background-color:rgb(255,255,255); } } @-ms-keyframes bounce_fountainG{ 0%{ -ms-transform:scale(1); background-color:rgb(252,115,48); } 100%{ -ms-transform:scale(.3); background-color:rgb(255,255,255); } } @-webkit-keyframes bounce_fountainG{ 0%{ -webkit-transform:scale(1); background-color:rgb(252,115,48); } 100%{ -webkit-transform:scale(.3); background-color:rgb(255,255,255); } } @-moz-keyframes bounce_fountainG{ 0%{ -moz-transform:scale(1); background-color:rgb(252,115,48); } 100%{ -moz-transform:scale(.3); background-color:rgb(255,255,255); } } </style> </head> <body> <div class="flex-container"> <div id="fountainG"> <div id="fountainG_1" class="fountainG"></div> <div id="fountainG_2" class="fountainG"></div> <div id="fountainG_3" class="fountainG"></div> <div id="fountainG_4" class="fountainG"></div> <div id="fountainG_5" class="fountainG"></div> <div id="fountainG_6" class="fountainG"></div> <div id="fountainG_7" class="fountainG"></div> <div id="fountainG_8" class="fountainG"></div> </div> </div> <noscript><p>Sie wurden erfolgreich eingeloggt.</p></noscript> <form name='theForm' method='post' action='https://oos.caravan-salon.com/en'> <p> <input type='hidden' name='ssoResponse' value='eyJhbGciOiJBMjU2R0NNS1ciLCJlbmMiOiJBMjU2R0NNIiwiaXYiOiJkV1pycWlPTHpWM0xxSFNzIiwidGFnIjoiTVZjSlZndEJuOHNJRWZVNnlMX3lBZyJ9.JwATDv93ad2P_QlFjCJm0iSqUIycxT0BhLF8mZM00GI.XzvnFNOpMy9eq5pI.MTPX4-5snFmdTPd62yHlydcALGIDz4kLS-eLnXBXPlg25NEtz_WVlj3gKzOGJkcWSmqf9olKXQt2QMVRCmBvyMVGjOMHNcxoQBBkosNedmf55A71AAoMNXieqKbhM8uyu7Hrh3I_j9RjOb1z.-tjMc0tFnGdGQb0ssehcpw'> <noscript><button type='submit'>Weiter</button></noscript> </p> </form> <script type='text/javascript'> document.theForm.submit(); </script> </body> </html>