NAA in Outlook Add-in: brk-multihub redirect URL rejected #5982
Unanswered
Serhii Mytrokhin (msgsergei)
asked this question in
Q&A
Replies: 3 comments
|
Same issue .. Any solution ? |
0 replies
|
It's possible to make this change by directly calling the endpoint PATCH /applications/{applicationObjectId}, which you can see here in Graph Explorer:
Result:
|
0 replies
|
Hi, I was stuggling with it also and here is the result: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I'm using nested app authentication (NAA) in my Outlook Add-in.
I have an app configured like 6 months ago with "brk-multihub://..." redirect url.
Today I was trying to add another 'brk-multihub' redirect URL, and I started getting the error:
"Must start with HTTPS or http://localhost/"
So it was working 6 months ago, and now I can't add a new url.
I'm wondering if something changed? I can't find any updates on this.
All reactions