amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
3.26k stars 448 forks source link

SSO Microsoft: Error AADSTS500113: No reply address is registered for the application. #2076

Open TeamInfoGit opened 3 days ago

TeamInfoGit commented 3 days ago

Server Info (please complete the following information):

Installation Method:

Describe the bug I followed the example tutorial for Microsoft SSO integration, double or triple checked.. And when i try to login using Microsoft i get that error:

AADSTS500113: No reply address is registered for the application.

I really checked everything, but it seems the callback url does not work when logging in..

Things to know: Every user has MFA configure in Microsoft. image image

wh1te909 commented 3 days ago

yea that's strange, because you have indeed set the callback url yet MS somehow thinks its missing. Maybe open a support ticket with MS and ask why it's not being saved.

dinger1986 commented 3 days ago

Can you share a snip of the error and also of your settings in trmm (please hide your tokens

TeamInfoGit commented 8 hours ago

Now i don't have a proper MS error anymore, but when i registered the app as MS user i had the error: "Error AADSTS500113: No reply address is registered for the application."

This is what i get now: image

And this is my configuration in TRMM: image