Forum Discussion
Jacob_Porter
May 11, 2021Brass Contributor
Create a link to direct users through a new login process
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 servic...
Jacob_Porter
May 12, 2021Brass Contributor
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_token+code&scope=openid&msafed=0&nonce=a1369e26-4335-4607-a53a-343f24b35799.637563811143475724&state=https%3A%2F%2Fforms.office.com%2FPages%2FResponsePage.aspx%3Fid%3{FORM_ID}%26sid%3Dd8b04afe-f70f-47b4-917f-1633f9ac3500&client_id=c9a559d2-7aab-4f13-a6ed-e7e9c52aec87&redirect_uri=https%3a%2f%2fforms.office.com%2fauth%2fsignin
Hopefully this assists others with similar issues.
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_token+code&scope=openid&msafed=0&nonce=a1369e26-4335-4607-a53a-343f24b35799.637563811143475724&state=https%3A%2F%2Fforms.office.com%2FPages%2FResponsePage.aspx%3Fid%3{FORM_ID}%26sid%3Dd8b04afe-f70f-47b4-917f-1633f9ac3500&client_id=c9a559d2-7aab-4f13-a6ed-e7e9c52aec87&redirect_uri=https%3a%2f%2fforms.office.com%2fauth%2fsignin
Hopefully this assists others with similar issues.