79
Views
6
Comments
[Microsoft Login Connector Reactive] [Microsoft Login Connector Reactive] - AADSTS50011: The reply URL
microsoft-login-connector-reactive
Reactive icon
Forge asset by MS Login Connector Team
Application Type
Reactive

Hi,


I am trying to use the Microsoft Login Connector Reactive component to get the authentication tokens so we can access a users profile image. We use IDP SAML as our actual login, so wanted to add this after the user has logged in to get the profile image.


My first question is, would this be the correct implementation of this? Authenticating the user automatically after they have logged in and received the tokens required.


And, I'm getting the error below

AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application


I have added all variations of the URL including the one mentioned in other forum posts

https://<yourcompaniesenvironment>.outsystemsenterprise.com/MSLoginConnectorReactive/CallbackPage

&

https://<yourcompaniesenvironment>.outsystemsenterprise.com/MicrosoftLoginConnectorReactive/CallbackPage

But the issue still persists.

Hope you can help.

Thanks

Joel





UserImage.jpg
Joel Pickin

Update:


I've created an isolated version in my personal environment and I'm not getting the issue anymore, but I am getting a new issue where once authenticated on the Microsoft login page the screen constantly loops back and forth from the Callback URL to the OutSystems login page.


Any idea why this may be?

2023-04-19 18-38-51
Bas de Jong

Do you by any chance redirect to a traditional web app? If that is the case you should enable single sign on between app types.



UserImage.jpg
Joel Pickin

Thanks for the response.

It is not, it's a Reactive app. 

2020-09-21 08-42-47
Vincent Koning

Can you show me the configuration of GetOAuth2AuthenticationURL? It should look like for around 99% of all situations:

UserImage.jpg
Joel Pickin

Thanks for the response Vincent.

Here is the setup I have.


2025-04-17 05-42-16
Ajit Kurane

Hi Vincent,

The below mentioned URL is anonyms in the forge component where we are getting response,

https://<yourcompaniesenvironment>.outsystemsenterprise.com/MSLoginConnectorReactive/CallbackPage 


Please suggest it should be anonyms or not ?

Thanks.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.