{"id":3683,"date":"2019-05-14T14:07:00","date_gmt":"2019-05-14T12:07:00","guid":{"rendered":"https:\/\/www.xiting.us\/?p=3683"},"modified":"2025-10-01T10:34:42","modified_gmt":"2025-10-01T08:34:42","slug":"sap-single-sign-on-insider-tips-volume-5","status":"publish","type":"post","link":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/","title":{"rendered":"SAP Single Sign-On Insider Tips \u2013 Volume #5"},"content":{"rendered":"\n<p>Welcome to volume #5 of our &#8220;SSO Insider Tips&#8221; blog series. This blog is written in the documentation style and is about a topic that occurs now and then. It exemplifies the systematically excluded possible solutions for our customer and ends with a conclusion, taking the existing customer environment and requirements into account.<\/p>\n\n\n\n<p>Other articles in this series include:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.xiting.us\/blog\/sap-single-sign-on-insider-tips-volume-4\/\">SAP Single Sign-On Insider Tips \u2013 Volume #4<\/a><\/li><li><a href=\"https:\/\/www.xiting.us\/blog\/sap-single-sign-insider-tips-volume-3\/\">SAP Single Sign-On Insider Tips \u2013 Volume #3<\/a><\/li><li><a href=\"https:\/\/www.xiting.us\/blog\/sap-single-sign-on-insider-tips-volume-2\/\">SAP Single Sign-On Insider Tips \u2013 Volume #2<\/a><\/li><li><a href=\"https:\/\/www.xiting.us\/blog\/sap-single-sign-insider-tips-volume-1\/\">SAP Single Sign-On Insider Tips \u2013 Volume #1<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The Mission<\/strong><\/h2>\n\n\n\n<p>Recently, we had an exciting challenge to master. Our customer had an existing PKI and was already using certificates for Non-SAP applications. The intended implementation of SAP Single Sign-On 3.0 should be based on X.509 certificates and the component&nbsp;<strong>SAP Secure Login Server<\/strong>had to be operated as a subordinated issuing certification authority (CA) &#8211; limited to issue user certificates from type client authentication for the use case SAP SSO. It was not allowed for the SLS to issue other types of certificates.&nbsp;<\/p>\n\n\n\n<p>With this configuration, the SLS is not operating its own Root CA but instead is&nbsp;<strong>part of the certificate chain<\/strong>up to the existing company root CA. While from a security perspective we totally agreed on this decision, it has brought with it some implications that became apparent on a later stage. At this point in time, the PKI and Security staff had given security specifications but did not inform us that client authentication certificates already being used elsewhere.<\/p>\n\n\n\n<p>The problem arose that (after Secure Login Client certificate enrollment succeeded) every Windows and SAP user now had at least<strong>two possible matching certificates<\/strong>of type Client Authentication in the certificate store. Thus, both could be used to mutually authenticate to appropriately configured SAP or non-SAP systems. As a result, a selection dialog is displayed on the client browser in which the SAP user had to manually select and confirm the correct certificate for SAP SSO.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Mission Objective<\/strong><\/h2>\n\n\n\n<p>Avoid selection dialog at all costs. Evaluation of the technical possibilities to reach the mission goal. Decision of the measures to be implemented in the context of a conclusion.&nbsp;<strong><br><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Situation<\/strong><\/h2>\n\n\n\n<p>The users of the company should log in to SAP with a TLS client certificate. In the future, a ten-hour valid user certificate will be used for this, which is issued by the&nbsp;<strong>SAP Secure Login Server (SLS) Sub CA<\/strong>especially for this application and is automatically distributed to all users.&nbsp;<\/p>\n\n\n\n<p>Users also have another certificate issued from the Company Enterprise Sub CA. Due to its requirements, this certificate contains all the required properties for a TLS client authentication, in particular, the Extended Key Usage (EKU) &#8220;Client Authentication&#8221;. The issuer of both the&nbsp;<br><strong>SAP SLS Sub CA<\/strong>and the&nbsp;<strong>Company Enterprise Sub CA<\/strong>is the&nbsp;<strong>Company Group Root CA&nbsp;&nbsp;<\/strong>(in between there was also a Policy CA).<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>For the client, this situation results in a usability problem. From the Browsers perspective, both certificates are considered as valid TLS client authentication certificates. Therefore, a selection dialog appears. To make matters worse, the two certificates in the selection dialog are difficult to distinguish. If the user selects the wrong certificate the authentication will not succeed and ends up with a normal \u201cbasic authentication\u201d dialog<\/em><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Technical basics of certificate selection and selection dialog<\/strong><\/h2>\n\n\n\n<p>RFC 5246, Section 7.4.4 describes client-side authentication in TLS. There is also an extension&nbsp;<strong>certificate_authorities<\/strong>described, with which the server can show certificates of CAs that can be used for the authentication.&nbsp;<\/p>\n\n\n\n<p>These can be both, root CAs and sub-CAs. On the server side, SAP has a store of trusted certificates. It must have the full certificate chain of the client certificate in order for it to be accepted. This list is sent to the client in the certificate_authorities extension. On the client side, the browser (here Internet Explorer) checks which certificates are suitable for authentication. These are the certificates in the user&#8217;s MY store with the following properties:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>The private key is available<\/li><li>The certificate&nbsp;<ul><li>is trusted<\/li><\/ul><ul><li>has not expired<\/li><\/ul><ul><li>is not revoked&nbsp;<\/li><\/ul><ul><li>has been signed by a trusted CA or is in the list of trusted root CAs.<\/li><\/ul><\/li><li>The certificate has the Extended Key Usage &#8220;Client Authentication&#8221; or &#8220;All Purposes&#8221; or no Extended Key Usage<\/li><li>One of the valid certificate chains contains one of the certificates proposed by the server<\/li><\/ul>\n\n\n\n<p>Now, none, one or more certificates can meet these requirements. What does the browser do in which case?&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>With no valid certificate, he does not send any to the server. This can suggest another authentication method.<\/li><li>If the certificate is valid, the browser authenticates itself to this certificate without further request if it is configured accordingly.<\/li><li>For several valid certificates, a selection dialog always appears for the user \u2013 which in fact was the issue we are talking about.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Excluded Solutions<\/strong><\/h2>\n\n\n\n<p>Due to various reasons, we could not implement some possible solutions &#8211; these are briefly shown and described below.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Remove CA trust<\/strong><\/h3>\n\n\n\n<p>The Company Group Root CA should be removed from SAP. This was not accepted by SAP on the server side. Even a setting with which SAP does not send the DN of the root CA certificate in the TLS handshake is not supported by SAP.<\/p>\n\n\n\n<p>There are ways to get rid of unwanted Root or Sub CAs or even the trust to the own PKI (deselect the checkbox &#8220;Trust issuer certificate&#8221;) however, here other use cases required the existing configuration and thus we weren\u2019t able to modify the trust settings. In addition, it should be mentioned, there are significant SAP release-related differences in the area of trust and certificate management.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Use friendly names&nbsp;for user certificates<\/strong><\/h3>\n\n\n\n<p>Friendly Names, such as &#8220;SAP Authentication&#8221; and &#8220;Network Authentication,&#8221;&nbsp;&nbsp;can be assigned to certificates to make the user&#8217;s choice easier. Nevertheless, the users would have to click on numerous selection dialogs, the actual problem itself will not be solved.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Client-side filtering<\/strong><\/h3>\n\n\n\n<p>The browser (here Internet Explorer) could check with a list which certificate is appropriate for which URL. However, Internet Explorer does not support settings to somehow filter the certificates.&nbsp;<\/p>\n\n\n\n<p>Apparently, Internet Explorer offers no settings in this environment, while some other browsers do. If one can provide a solution for this, we would be very grateful for hints.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Private Key Permissions<\/strong><strong><\/strong><\/h3>\n\n\n\n<p>It is possible to assign permissions to private keys located in the MY store of the machine (not the user). Thus, certain \u201cprocesses\u201d can be excluded from using the key. You could also transfer the certificates to the machine store and grant the user rights to the private key. That does not help as the Internet Explorer runs in the context of the user and so the same rights must be assigned for both certificates.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Different certificate properties<\/strong><\/h3>\n\n\n\n<p>The existing certificate from the Company Enterprise Sub CA could be changed so that it is no longer usable for TLS client authentication. However, the certificate requirements for the main application use-case regarding filtering were identical to TLS client authentication. In addition, this is often not feasible since initially, all previously distributed certificates would have to be replaced with the new, under certain circumstances, a fairly large and often unmanageable effort. So this option was out of the game too.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>TLS 1.3<\/strong><\/h3>\n\n\n\n<p>The TLS 1.3 standard was released in August 2018. In RFC 8446, Section 4.2.5, it specifies a method for accurately selecting a client certificate. Using OID filters would be a very elegant solution to the problem. Many implementations already support TLS 1.3, but it was unclear whether SAP was one of them. Even so, it is unlikely that every SAP NetWeaver release (ICM) already supports those new extensions. Besides the web server, the browser would also need to support TLS 1.3.&nbsp;<\/p>\n\n\n\n<p><strong><em>At the time of writing this blog article and according to&nbsp;<\/em><\/strong><a href=\"https:\/\/launchpad.support.sap.com\/#\/notes\/2765639\/E\"><strong><em>SAP Note 2765639<\/em><\/strong><\/a><strong><em>, currently NetWeaver AS ABAP does not implement TLS v1.3.<\/em><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>While in other situations, we were able to solve similar issues by removing the trust directly on certain SAP systems (STRUST), we were unable to implement this in the specific case.&nbsp;<\/p>\n\n\n\n<p>For these reasons, setting up another Root CA for SAP &#8211; in parallel to the existing one &#8211; seemed to be the best solution, which was finally implemented after consultation with the IT security department and the PKI team of the customer.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to volume #5 of our &#8220;SSO Insider Tips&#8221; blog series. This blog is written in the documentation style and is about a topic that occurs now and then. It exemplifies the systematically excluded possible solutions for our customer and ends with a conclusion, taking the existing customer environment and requirements into account. Other articles [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":9363,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[1835],"tags":[],"class_list":["post-3683","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.2 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>SAP Single Sign-On Insider Tips \u2013 Volume #5 - Xiting<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SAP Single Sign-On Insider Tips \u2013 Volume #5\" \/>\n<meta property=\"og:description\" content=\"Welcome to volume #5 of our &quot;SSO Insider Tips&quot; blog series. This blog is written in the documentation style and is about a topic that occurs now and then.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/\" \/>\n<meta property=\"og:site_name\" content=\"Xiting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/XitingAG\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-14T12:07:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-01T08:34:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xiting.com\/wp-content\/uploads\/2019\/05\/image001-600x373-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"373\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Carsten Olt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@jsterr@xiting.de\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carsten Olt\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/\"},\"author\":{\"name\":\"Carsten Olt\",\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/#\\\/schema\\\/person\\\/3c32c7de1132d012e263720a9f3300a2\"},\"headline\":\"SAP Single Sign-On Insider Tips \u2013 Volume #5\",\"datePublished\":\"2019-05-14T12:07:00+00:00\",\"dateModified\":\"2025-10-01T08:34:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/\"},\"wordCount\":1325,\"publisher\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xiting.com\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/image001-600x373-1.jpg\",\"articleSection\":[\"SAP Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/\",\"url\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/\",\"name\":\"SAP Single Sign-On Insider Tips \u2013 Volume #5 - Xiting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xiting.com\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/image001-600x373-1.jpg\",\"datePublished\":\"2019-05-14T12:07:00+00:00\",\"dateModified\":\"2025-10-01T08:34:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/#primaryimage\",\"url\":\"https:\\\/\\\/xiting.com\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/image001-600x373-1.jpg\",\"contentUrl\":\"https:\\\/\\\/xiting.com\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/image001-600x373-1.jpg\",\"width\":600,\"height\":373},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/sap-single-sign-on-insider-tips-volume-5\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/xiting.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SAP Single Sign-On Insider Tips \u2013 Volume #5\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/xiting.com\\\/en\\\/\",\"name\":\"Xiting\",\"description\":\"Your Expert for SAP Security\",\"publisher\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xiting.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/#organization\",\"name\":\"Xiting\",\"url\":\"https:\\\/\\\/xiting.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/xiting.com\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/xiting-logo.svg\",\"contentUrl\":\"https:\\\/\\\/xiting.com\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/xiting-logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Xiting\"},\"image\":{\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/XitingAG\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/1345129\\\/\",\"https:\\\/\\\/www.instagram.com\\\/xiting.global\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/xiting.com\\\/en\\\/#\\\/schema\\\/person\\\/3c32c7de1132d012e263720a9f3300a2\",\"name\":\"Carsten Olt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c35c3b7ce5d81579234be25ef570938712ba95e2cb8e87f2a79b81be928499a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c35c3b7ce5d81579234be25ef570938712ba95e2cb8e87f2a79b81be928499a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2c35c3b7ce5d81579234be25ef570938712ba95e2cb8e87f2a79b81be928499a?s=96&d=mm&r=g\",\"caption\":\"Carsten Olt\"},\"description\":\"Carsten Olt has been working as a Managing SAP Security Consultant since 2016, responsible for Secure Authentication &amp; SSO and SAP Cloud Security Services at Xiting in Germany. As a member of the IAM team, he is also a team leader who conveys the company's goals and strategies to employees and has organizational responsibility. With a security-minded approach, Carsten has international project and IT security experience in many industries. He has been working in IT-Security since 2001, specializing in SAP security since 2010. He is a subject matter expert for SAP Single Sign-On 3.0 and a trainer for the WDESSO course. His current focus is on supporting customers in solving authentication and security challenges within hybrid SAP landscapes, as well as designing and implementing holistic authentication concepts. Carsten is an ISACA CISA and a former MCP and RHCE with an ISP background, and he looks at security from different angles. He also translates between SAP and IT security vocabulary. Carsten has in-depth experience in multi-vendor architectures and MSFT\\\/Azure components, dealing with all the requirements concerning SAML 2.0, OAuth, OpenID Connect, SCIM, X.509 CBA &amp; PKI, MFA, SAP SSO, and Secure Network Communications, Kerberos\\\/SPNEGO, data security and encryption, as well as digital signatures. Carsten is experienced in SAP on-premises components such as S\\\/4HANA, ABAP, and Java, as well as security solutions like SSO 3.0. Since 2019, he has focused on SAP-Cloudified environments, specifically the SAP Cloud Identity Services and SAP BTP, as well as SaaS integrations concerning IAM. He deals with hybrid SAP security in conjunction with Azure Active Directory, ADDS, ADFS, ADCS, Reverse Proxies\\\/WAF, SAP Web Dispatcher, SAP Cloud Connector, third-party products, and infrastructure components.\",\"sameAs\":[\"https:\\\/\\\/x.com\\\/jsterr@xiting.de\"],\"url\":\"https:\\\/\\\/xiting.com\\\/en\\\/author\\\/carsten-olt\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SAP Single Sign-On Insider Tips \u2013 Volume #5 - Xiting","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_US","og_type":"article","og_title":"SAP Single Sign-On Insider Tips \u2013 Volume #5","og_description":"Welcome to volume #5 of our \"SSO Insider Tips\" blog series. This blog is written in the documentation style and is about a topic that occurs now and then.","og_url":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/","og_site_name":"Xiting","article_publisher":"https:\/\/www.facebook.com\/XitingAG","article_published_time":"2019-05-14T12:07:00+00:00","article_modified_time":"2025-10-01T08:34:42+00:00","og_image":[{"width":600,"height":373,"url":"https:\/\/xiting.com\/wp-content\/uploads\/2019\/05\/image001-600x373-1.jpg","type":"image\/jpeg"}],"author":"Carsten Olt","twitter_card":"summary_large_image","twitter_creator":"@jsterr@xiting.de","twitter_misc":{"Written by":"Carsten Olt","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/#article","isPartOf":{"@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/"},"author":{"name":"Carsten Olt","@id":"https:\/\/xiting.com\/en\/#\/schema\/person\/3c32c7de1132d012e263720a9f3300a2"},"headline":"SAP Single Sign-On Insider Tips \u2013 Volume #5","datePublished":"2019-05-14T12:07:00+00:00","dateModified":"2025-10-01T08:34:42+00:00","mainEntityOfPage":{"@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/"},"wordCount":1325,"publisher":{"@id":"https:\/\/xiting.com\/en\/#organization"},"image":{"@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/#primaryimage"},"thumbnailUrl":"https:\/\/xiting.com\/wp-content\/uploads\/2019\/05\/image001-600x373-1.jpg","articleSection":["SAP Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/","url":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/","name":"SAP Single Sign-On Insider Tips \u2013 Volume #5 - Xiting","isPartOf":{"@id":"https:\/\/xiting.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/#primaryimage"},"image":{"@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/#primaryimage"},"thumbnailUrl":"https:\/\/xiting.com\/wp-content\/uploads\/2019\/05\/image001-600x373-1.jpg","datePublished":"2019-05-14T12:07:00+00:00","dateModified":"2025-10-01T08:34:42+00:00","breadcrumb":{"@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/#primaryimage","url":"https:\/\/xiting.com\/wp-content\/uploads\/2019\/05\/image001-600x373-1.jpg","contentUrl":"https:\/\/xiting.com\/wp-content\/uploads\/2019\/05\/image001-600x373-1.jpg","width":600,"height":373},{"@type":"BreadcrumbList","@id":"https:\/\/xiting.com\/en\/sap-single-sign-on-insider-tips-volume-5\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/xiting.com\/en\/"},{"@type":"ListItem","position":2,"name":"SAP Single Sign-On Insider Tips \u2013 Volume #5"}]},{"@type":"WebSite","@id":"https:\/\/xiting.com\/en\/#website","url":"https:\/\/xiting.com\/en\/","name":"Xiting","description":"Your Expert for SAP Security","publisher":{"@id":"https:\/\/xiting.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xiting.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/xiting.com\/en\/#organization","name":"Xiting","url":"https:\/\/xiting.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/xiting.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/xiting.com\/wp-content\/uploads\/2019\/08\/xiting-logo.svg","contentUrl":"https:\/\/xiting.com\/wp-content\/uploads\/2019\/08\/xiting-logo.svg","width":1,"height":1,"caption":"Xiting"},"image":{"@id":"https:\/\/xiting.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/XitingAG","https:\/\/www.linkedin.com\/company\/1345129\/","https:\/\/www.instagram.com\/xiting.global\/"]},{"@type":"Person","@id":"https:\/\/xiting.com\/en\/#\/schema\/person\/3c32c7de1132d012e263720a9f3300a2","name":"Carsten Olt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2c35c3b7ce5d81579234be25ef570938712ba95e2cb8e87f2a79b81be928499a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2c35c3b7ce5d81579234be25ef570938712ba95e2cb8e87f2a79b81be928499a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2c35c3b7ce5d81579234be25ef570938712ba95e2cb8e87f2a79b81be928499a?s=96&d=mm&r=g","caption":"Carsten Olt"},"description":"Carsten Olt has been working as a Managing SAP Security Consultant since 2016, responsible for Secure Authentication &amp; SSO and SAP Cloud Security Services at Xiting in Germany. As a member of the IAM team, he is also a team leader who conveys the company's goals and strategies to employees and has organizational responsibility. With a security-minded approach, Carsten has international project and IT security experience in many industries. He has been working in IT-Security since 2001, specializing in SAP security since 2010. He is a subject matter expert for SAP Single Sign-On 3.0 and a trainer for the WDESSO course. His current focus is on supporting customers in solving authentication and security challenges within hybrid SAP landscapes, as well as designing and implementing holistic authentication concepts. Carsten is an ISACA CISA and a former MCP and RHCE with an ISP background, and he looks at security from different angles. He also translates between SAP and IT security vocabulary. Carsten has in-depth experience in multi-vendor architectures and MSFT\/Azure components, dealing with all the requirements concerning SAML 2.0, OAuth, OpenID Connect, SCIM, X.509 CBA &amp; PKI, MFA, SAP SSO, and Secure Network Communications, Kerberos\/SPNEGO, data security and encryption, as well as digital signatures. Carsten is experienced in SAP on-premises components such as S\/4HANA, ABAP, and Java, as well as security solutions like SSO 3.0. Since 2019, he has focused on SAP-Cloudified environments, specifically the SAP Cloud Identity Services and SAP BTP, as well as SaaS integrations concerning IAM. He deals with hybrid SAP security in conjunction with Azure Active Directory, ADDS, ADFS, ADCS, Reverse Proxies\/WAF, SAP Web Dispatcher, SAP Cloud Connector, third-party products, and infrastructure components.","sameAs":["https:\/\/x.com\/jsterr@xiting.de"],"url":"https:\/\/xiting.com\/en\/author\/carsten-olt\/"}]}},"_links":{"self":[{"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/posts\/3683","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/comments?post=3683"}],"version-history":[{"count":1,"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/posts\/3683\/revisions"}],"predecessor-version":[{"id":9365,"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/posts\/3683\/revisions\/9365"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/media\/9363"}],"wp:attachment":[{"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/media?parent=3683"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/categories?post=3683"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xiting.com\/en\/wp-json\/wp\/v2\/tags?post=3683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}