single sign on - Sugarcrm and Auth0 SSO enabling -


i have 1 sugarcrm application , web application. user login purpose using auth0 in web application. when user logged application, same user want login in sugarcrm. possible using sso? or need pass corresponding logged in user details sugarcrm login?

please suggest better option

yes possible. need enable saml in sugarcrm. in auth0 add sugarcrm other app (dashboard > apps/api > new), configure saml (addons > saml).

the parameters in auth0's saml config app dependent (whatever sugarcrm expects). important parameters are:

  1. the "acs". url saml response sent (this location in sugar)
  2. the signing certificate (you find on usage section of auth0's saml config). certificate samlresponse signed with.

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -