i am trying to create a script that will automatically open up internet explorer to this website
"https://login.microsoftonline.com/common/oauth2/authorize?client_id=4345a7b9-9a63-4910-a426-35363201d503&response_mode=form_post&response_type=code+id_token&scope=openid+profile&state=OpenIdConnect.AuthenticationProperties%3dky6DMvFGe_47dFdUHVjHvazSw_i2zpjKZDnRuUhTqKM0MPXW94N9apaD1tp94CFtq4EedgVR4zY_L0iL5c3GnlKeboR2_SA7b7Fa-eOSItusqQqcvZEYN8LPmnh5rvVp&nonce=636741174851849058.NGE3YWMwODMtY2NlZC00ZmU2LWE3OWEtZmM1ZjlhZmZiN2IwNjc0YjBmOGEtOTg0MC00MGJjLWI1YjctZjIzYjhmM2ZjOGY0&redirect_uri=https%3a%2f%2fwww.office.com%2f&ui_locales=en-US&mkt=en-US&client-request-id=baa99933-3d7a-4d9c-b69d-0c1891fd16b8"
then it will identify the user profile, than when it identifies the user profile it will go to a list, where i will already have the username there, and it will use the User profile to identify what information to enter, to log into the website.
im trying to create it in VBScript.
any help will help me alot.
Thank you