advanced platform series - oauth and social authentication

27
OAuth & Social Authentication July 26 th 2016

Upload: salesforce-developers

Post on 08-Jan-2017

695 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Advanced Platform Series - OAuth and Social Authentication

OAuth & Social AuthenticationJuly 26th 2016

Page 2: Advanced Platform Series - OAuth and Social Authentication

Statement under the Private Securities Litigation Reform Act of 1995:

This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services.

The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site.

Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

Forward-Looking Statement

Page 3: Advanced Platform Series - OAuth and Social Authentication

Go Social!

@salesforcedevs / #forcewebinar

Salesforce Developers

Salesforce Developers

Salesforce Developers

This webinar is being recorded! The video will be posted to YouTube and thewebinar recap page (same URL as registration).

Page 4: Advanced Platform Series - OAuth and Social Authentication

Agenda• SSO

• OAuth

• Social Sign On

• Demo / Examples

• Resources

• Q&A

Page 5: Advanced Platform Series - OAuth and Social Authentication

Prerequisites• Good understanding of Platform Concepts

• Basic understanding of Authentication.

Page 6: Advanced Platform Series - OAuth and Social Authentication

SSO

Page 7: Advanced Platform Series - OAuth and Social Authentication

Single Sign On - Definition

• Reduce Administration Costs

• Existing Investment

• Increased Security

• User Adoption

Page 8: Advanced Platform Series - OAuth and Social Authentication

Types of SSO

• SAML Authentication

• Delegated Authentication

• OAuth

Page 9: Advanced Platform Series - OAuth and Social Authentication

SSO Continued

SSO challenges the architects and integration experts to perhaps build the most complex integrations of their careers

Page 10: Advanced Platform Series - OAuth and Social Authentication

OAuth

Page 11: Advanced Platform Series - OAuth and Social Authentication

What is OAuth

Page 12: Advanced Platform Series - OAuth and Social Authentication

OAuth Terminology• Resource Server - this is the web-server you are trying to access

information on.

• Client - this is how the user is interacting with the Resource Server. This could be a browser-based web app, a native mobile app, a desktop app, a server-side app.

• Authorization Server - this is the server that owns the user identities and credentials. It's who the user actually authenticates and authorizes with.

Page 13: Advanced Platform Series - OAuth and Social Authentication

OAuth Flow

Page 14: Advanced Platform Series - OAuth and Social Authentication

Social Authentication

Page 15: Advanced Platform Series - OAuth and Social Authentication

Social Authentication• Authenticate using any Social Profile

Page 16: Advanced Platform Series - OAuth and Social Authentication

Social Authentication Uses• One click

• One Username/Password

• More secure

• More Data Quality

• Reliable Sources

• Automation

Page 17: Advanced Platform Series - OAuth and Social Authentication

Social Authentication Types• Open ID Connect

• Janrain (Custom)

• Microsoft ACS

• Custom

• Facebook

• LinkedIn

• Google

Page 18: Advanced Platform Series - OAuth and Social Authentication

Demo

Page 19: Advanced Platform Series - OAuth and Social Authentication

Social Sign On

• Set Up a Facebook application

• Define a Facebook Auth. Provider in your salesforce

organization

• Update your Facebook application with the callback URL

generated by Salesforce

• Test Connection with Facebook

• Create a registration handler

• Single Sign-on with Facebook

Page 20: Advanced Platform Series - OAuth and Social Authentication

Open ID Connect

• Delegate User Authentication

• Based on OAuth 2.0• JSON Based• More Secure

Page 21: Advanced Platform Series - OAuth and Social Authentication

Social Sign On

• Use Open ID Connect• Point to a Connected App in

Salesforce• Build the Registration Handler for JIT

Provisioning• Setup Community Login Page.

Page 22: Advanced Platform Series - OAuth and Social Authentication

Recap

• Define what is SSO

• Types of SSO

• Definition of Oauth and Oauth Flows

• Types of Social Sign On in Salesforce

• Setting Up Auth Providers and connecting using various Auth Providers

Page 23: Advanced Platform Series - OAuth and Social Authentication

Resources

• https://developer.salesforce.com/blogs/developer-relations/2014/06/how-to-provision-

salesforce-communities-users.html

• https://developer.salesforce.com/page/Social-Sign-On

• https://www.youtube.com/watch?v=T1fpulzHYcs

Page 24: Advanced Platform Series - OAuth and Social Authentication
Page 25: Advanced Platform Series - OAuth and Social Authentication

Got Questions?

developer.salesforce.com/forums/

Page 26: Advanced Platform Series - OAuth and Social Authentication

Your feedback is crucial to the successof our webinar programs. Thank you!

Q&A

Page 27: Advanced Platform Series - OAuth and Social Authentication

Thank You

Try Trailhead: trailhead.salesforce.comJoin the conversation: @salesforcedevs