Create a link to direct users through a new login process

Brass Contributor

I need a url that will force the user to log out then redirect them to a ms online service link where they are asked to sign in again to access the form.

Needing to validate sign ins to MSO services.

The issue is with mobile devices holding logins from apps and using those logged in Microsoft accounts to access MS forms via a QR code. If the QR code is set to retrieve details from the signed in user it will collect the wrong information as the sign out process on the phone is different to desktop workstations.

So far I've tried variations of:
https://login.microsoftonline.com/common/oauth2/v2.0/logout?post_logout_redirect_uri=https%3A%2F%2Ff... ID}



Any assistance?

1 Reply
Doing continued work on this issue.
I think I've got it however it needs to be tailored to the application.
Here's the link I use for Forms.office.com; I've removed the Form ID and replaced it with {FORM_ID}:

https://login.microsoftonline.com/common/oauth2/authorize?response_mode=form_post&response_type=id_t...

Hopefully this assists others with similar issues.