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
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
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?
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.
Thanks for the response.
It is not, it's a Reactive app.
Can you show me the configuration of GetOAuth2AuthenticationURL? It should look like for around 99% of all situations:
Thanks for the response Vincent.Here is the setup I have.
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.