Skip to main content
Answered

Team members unable to authenticate

  • May 3, 2020
  • 1 reply
  • 2854 views

currently working on a toy project for rolling dice. it needs read/write on a board. 

https://github.com/megonemad1/MiroDicePostIt

I’ve tried a bunch of different things. but i keep getting either “A client must have at least one registered redirect URL” or “A redirect_uri must be supplied.”

 

I’ve tried a bunch of different things any ideas?

I’m aware:

'https://' + window.location.host + '/success.html'

results to the wrong thing for github pages. fixing that doesn't fix the problem

 

Best answer by Me gone mad1

figured it out, registered redirect URL has to be set in the app settings on Miro dashboard

View original
Was it helpful?

1 reply

  • Author
  • New Here
  • 1 reply
  • Answer
  • May 4, 2020

figured it out, registered redirect URL has to be set in the app settings on Miro dashboard


Reply