CINXE.COM

Redirecting

<!DOCTYPE html> <html> <head> <script type="text/javascript" > function redirect(url) { if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ var referLink = document.createElement('a'); referLink.href = url; document.body.appendChild(referLink); referLink.click(); } else { location.href = url; } } </script> <title>Redirecting</title> </head> <body onload="redirect('https://id.corppass.gov.sg/mga/sps/oauth/oauth20/authorize?response_type=code&amp;scope=openid&amp;client_id=CD5NWQTKsTPvxNnr2yjP&amp;nonce=Taq8x-3uZr26LfQW_D0&amp;state=iqEjFTVBIt2IoV80WpgfWCntez2HhCK8HJzdaVYWNdU&amp;redirect_uri=https://cp.ssg-wsg.gov.sg/OIDCcallback')"> <p>Redirecting...</p> </body> </html>