KevinTheJedi
I have confirmed that the endpoint URL's match. Let me know if we need to switch the application to multi-tenant or if anything else needs to be done.
The error message in the URL I shared in my previous reply shows an error message about multi-tenant.
https://mydoman.com/OST-FM-2024/api/auth/oauth2?error=invalid_request&error_description=AADSTS50194%3a+Application+%27878e75b2-a23d-4f90-96b4-7df2de597fe8%27(31West_OAuth)+is+not+configured+as+a+multi-tenant+application.+Usage+of+the+%2fcommon+endpoint+is+not+supported+for+such+applications+created+after+%2710%2f15%2f2018%27.+Use+a+tenant-specific+endpoint+or+configure+the+application+to+be+multi-tenant.+Trace+ID%3a+c499271d-a4f0-4058-b783-ed1c8bac0600+Correlation+ID%3a+c82a224a-f404-47cd-a912-1ee0a867fb19+Timestamp%3a+2024-11-20+14%3a29%3a31Z&state=eeda8d4ac885d8932dfc4ae336a4e019#
Extract from the URL:
is+not+configured+as+a+multi-tenant+application.+Usage+of+the+%2fcommon+endpoint+is+not+supported+for+such+applications+created+after+%2710%2f15%2f2018%27.+Use+a+tenant-specific+endpoint+or+configure+the+application+to+be+multi-tenant.
Another thing, when the above URL opening on my OST side, it gave a 404 error.
So now I have 2 questions
- Do I need to switch the application to multi-tenant?
- Is the 404 Error an expected behavior?
Thanks