Hi all,
We've just upgraded from Enterprise 10.8.1 to 10.9, everything is working fine, except getting an error when trying to log in using Azure AD/SAML authentication, which had previously worked fine.
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application: 'xyz.xyz.xyz.portal'.
Using Chrome Dev tools, I can see the reply-url being passed is
/portal/home/accountswitcher-callback.html
However the only reply-url we have set up, and that I can find a documented reference to is:
/portal/sharing/rest/oauth2/saml/signin
I've asked our Azure admins to add a second reply-url, which I'm assuming will resolve the problem, but just wanted to document our issue in case others experience the same, or in case someone can show me where I've missed instructions 🙂