After configuring IDP for AzureAD I get the "UNABLE TO PROCESS REQUEST" whenever I try to run the IdpReactiveDemo.
The information I get from Service Center is the following:
MessageInvalid request: no SAML message found.Environment InformationeSpaceVer: Id=10396, PubId=0, CompiledWith=11.7.2.5749RequestUrl: https://greencargo-dev.outsystemsenterprise.com/Users/SSO.aspx?SAMLRequest=nZHBTsMwDIZfpcp9bZq2lEZtpYldJg2BVsaBy5Q23lZpTUrsTuPtiQYIdkGCo219n37bJarhKEY5n%2bhg1vA6AVJwHo4G5cekYpMz0irsURo1AErqZDO%2fX0kRcjk6S7azR%2faT%2bR1RiOCot4YFy0XFer0lwbdZqnMd53mqdzpNiqyNi0ynN3zHIW%2fjNmfBMzj0VMW8xKOIEywNkjLkW1zwGU9mInuKY5nFMilCkd0WQuQvLFj4nXqj6EIfiEaUUbR3AKZTbm9nGk6hnQjfkGBAMARudD1C2Nkh2vi0GDXNQ6hwPLNg%2fhX%2fzhqcBnANuFPfwWa9%2brt8qR%2b%2f1XV5uZ68rObqfwUtoyvHZ3n93vod (Method: GET)AppDomain: /LM/W3SVC/1/ROOT/Users-1939-132296062022102607FilePath: D:\OutSystems\Platform Server\running\Users.98976710\IdP.aspxClientIp: 89.115.177.48Locale: en-USDateFormat: yyyy-MM-ddPID: 7916 ('w3wp', Started='3/10/2020 5:23:53 PM', Priv=1051Mb, Virt=2111558Mb)TID: 272Thread Name:.NET: 4.0.30319.42000StackInvalid request: no SAML message found. at ssUsers.Actions.ActionGetSAMLRawDataFromCurrentRequest(HeContext heContext, String inParamSAMLRequestParm, String inParamSAMLResponseParm, String inParamRelayStateParm, String inParamSigAlgParm, String inParamSignatureParm, STSAMLMessageStructure& outParamSAMLMessage) at ssUsers.Flows.FlowSAMLAuth.ScrnIdP.Preparation(HeContext heContext)
The SAML message is there but SC still give the "no SAML message found" error.
Any idea what I can be doing wrong?
The configuration for AzureAD works with traditional web with no problem.
Thanks,
Rui Lobato
Hi Rui,
That URL it's for the built-in IdP component which is part of platform itself. The built-in IdP despite was based on the one in the forge it's not compatible with any IdP (SP side) forge components.
So, to use IdPReact you also need to use the "web" IdP forge component.
Regards.