CINXE.COM
<html> <script> navigator.serviceWorker.getRegistrations().then(function(registrations) { for(let registration of registrations) { registration.unregister() } }).then( () => { location.href = 'https://login.microsoftonline.com/common/oauth2/v2.0/authorize?client_id=5d73a583-f960-4443-8c0e-edc39cf8234d&response_type=id_token&redirect_uri=https%3A%2F%2Fntnu.extend.no%2F&response_mode=form_post&scope=openid+profile&state=ntnu_03041500113862bf51e7c0a49d5d2aa5&nonce=uTqomd68R27eGYDJ_an9vZrA-NjsX,FU'; } ); </script> </html>