I have integrated with IDP using SAML and now after login, i want to fetch and print the entire SAML response in a screen. How can i do it?
Hi, Fetch SAML attributes/claims is possible. Please check IdPReactDemo.
Thanks Ramesh
One last question, I am able to fetch default claims but whatever custom claims/attributes that I set on IDP those are not appearing with this logic.
Hi Amit Agrawal ,
The IdP receives the SAML AuthRequest on the /Idp/SSO.aspx page.
You can find the SAML payload stored in the SAML Logs screen of IdP.
Thanks,
Ramesh
Hi Ramesh,Thanks for the response.I see the saml response in logs, but i want to fetch and display it in one of the screen.How can i do it?
The SAML log tables are not public at the moment, so you won't be able to use its data on other applications.
So you mean, there is no function available by which we can get the SAML response.But, what if i want to fetch SAML attributes/claims, then is that also not possible ?I need to show it in one of the screen of Outsystems app
Hi Amit Agrawal,
please check this link and more information about the authenticated user like User Id,Region he belongs,department,title,role using custom claims/attributes.
https://www.outsystems.com/forums/discussion/30123/idp-how-to-get-user-profile-details-upon-successfull-authentication/#Post203147