SSO Salesforce with Angularjs Application

Hi Team,

I need brief idea on SSO integration with salesforce and angularjs application.

I want to login in AngularJS web application with saleaforce credential.

What are changes required for this.

1 Like

Hi @hsoni,

Welcome to the Auth0 Community.

A great place to start is with the Auth0 Quickstart for Angular JS:

https://auth0.com/docs/quickstart/spa/angularjs/01-login

This will demonstrate how adding login with Auth0 works with your Angular JS app.

The next step will be configuring and toggling on the SalesForce social connection:

https://auth0.com/docs/connections/social/salesforce

Let me know if this helps!

Thanks,
Dan