Consume Saml Response from external identity provider
Clash Royale CLAN TAG #URR8PPP Consume Saml Response from external identity provider I am having trouble configuring my application to consume the SAML response from an external identity provider (in this case, OneLogin). My application has a javascript (angular5) front-end and .NET back-end. Here is our current work-flow when using our own identity provider and service provider. Now a customer has requested we integrate their external identity provider using OneLogin. Here is what I understand to be the new workflow. Currently, all communication between our angular front-end (client) and .NET back-end (server) is initiated by the client. What I really need is for the client to receive that SAML response form data that is posted by OneLogin, so that I can initiate authorization with our service provider and receive the appropriate response in the client, but from what I understand I won't be able to consume the Form Data client side. I was hoping I could have the external ident...