Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
RegineSchimmer
Product and Topic Expert
Product and Topic Expert

Single sign-on (SSO) eliminates the risk created by multiple credentials, and provides streamlined user access to web applications. SAP HANA Cloud Platform security services support different SSO scenarios:



Open Authorization Framework (OAuth) 2.0

OAuth has emerged as the de-facto standard for protecting RESTful application interfaces. In SAP HANA Cloud Platform, applications can protect their web API with OAuth 2.0 simply by configuring deployment settings, without writing any additional code.


Learn more: Security Tutorial: Securing your Web API with OAuth 2.0 


Security Assertion Markup Language (SAML) 2.0

SAML 2.0 is a widely adopted protocol for identity federation. All applications deployed on the SAP HANA Cloud Platform support security tokens based on SAML 2.0.  Customers need an identity provider to issue the SAML tokens; SAP HANA Cloud Platform offers several options for setting up an identity provider environment.

X.509 Certificates

SAP HANA Cloud Platform also supports SSO scenarios based on X.509 certificates, a tried-and-tested internet standard for secure authentication. The Secure Login Server component of SAP Single Sign-On can issue X.509 certificates.


Learn more: Single Sign-On with Certificates