Skip to main content
Solved

OneDrive single tenant web connection is approved but will not authenticate

  • September 16, 2025
  • 1 reply
  • 38 views

bruceharold
Supporter
Forum|alt.badge.img+19

Hello everyone

Following this article I created (with the help of our IT folks) a OneDrive (Graph) web service with custom client and tenant ID values, and on using the Test feature I can successfully bring up the sign-in dialog, but my connection is repeatedly sent back for admin approval, even though I’m configured as an admin for the app, and the 365 admins approved my login.  On returning to the app I get this:

A bit of web research leads me Microsoft’s troubleshooting topics, but I don’t know my way around.  Our 365 environment is pretty locked down, but IT say I should be good for the app.

Has anyone been through this and has some tips?  Thanks.

Best answer by bruceharold

Problem solved with the help of ​@natalieatsafe .  The authorization URL prompt parameter setting &prompt=select_account rather than &prompt=consent avoided a permission issue.  This is common in locked-down environments.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

bruceharold
Supporter
Forum|alt.badge.img+19
  • Author
  • Supporter
  • Best Answer
  • September 18, 2025

Problem solved with the help of ​@natalieatsafe .  The authorization URL prompt parameter setting &prompt=select_account rather than &prompt=consent avoided a permission issue.  This is common in locked-down environments.