Can we use OneLogin/Okta/Auth0 as Proxy SP between Google IdP and application

We have an application for which we would like to enable users to login into our application with their own Identity Providers like Google, ADFS etc with SAML 2.0 as protocol.

In this context our application will be SP and Identity Providers will be Google, ADFS.

But currently we don’t have SAML implementation at our application, so we would like to use some platform like OneLogin/Okta/Auth0 as middle proxy between our application and IdP so that SAML related handling can be done at OneLogin/Okta/Auth0 and we need to get callback to our application with user details after success login.

Is this possible with any SASS based SAML providers? and how to do it.

Thanks in advance

Hi @techveer , welcome to the Auth0 Community!

Take a look here at how to Configure Auth0 as SAML Service Provider.
Our docs also provide information on how your app can connect to the SAML IdP. A number of IdPs are supported by Auth0 straight out of the box.

The process of integrating Auth0 with your application is also very straightforward, we have a vast number of Quickstarts here that can be used as a step-by-step guide for implementing with your technology.
Thanks!