{"id":497843,"date":"2025-07-07T10:18:39","date_gmt":"2025-07-07T10:18:39","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=497843"},"modified":"2025-07-07T10:18:49","modified_gmt":"2025-07-07T10:18:49","slug":"how-to-create-oauth-client-in-sap-to-connect","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/","title":{"rendered":"Create OAuth Client in SAP to Connect with MVM App"},"content":{"rendered":"\n<p>Integrating SAP with Webkul\u2019s Multi-Vendor Marketplace App requires a secure and reliable communication setup. <\/p>\n\n\n\n<p>The very first step in this integration process is to create OAuth client credentials within your SAP environment. <\/p>\n\n\n\n<p>This step ensures that both platforms \u2014 SAP and Webkul MVM \u2014 can safely exchange data using industry-standard authorization protocols.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step-by-Step Guide: Creating an OAuth Client in SAP<\/strong><\/h2>\n\n\n\n<p>Log in to your SAP system via the official login portal.<\/p>\n\n\n\n<p>Once logged in, go to the top navigation and click on:<br><strong>System \u2192 OAuth \u2192 OAuth Clients<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"625\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-1200x625.webp\" alt=\"oauth\" class=\"wp-image-497849\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-1200x625.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-300x156.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-250x130.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-768x400.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-1536x800.webp 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd.webp 1844w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><br>You\u2019ll now see a list of existing OAuth Clients. Here you can easily manage the clients.<\/p>\n\n\n\n<p>To add a new OAuth client, click the <strong>OAuth Client Details<\/strong> field and fill in the necessary details, such as the client name, redirect URI, scopes, etc.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/hjdcgsv-1200x628.webp\" alt=\"sap\" class=\"wp-image-497852\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/hjdcgsv-1200x628.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/hjdcgsv-300x157.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/hjdcgsv-250x131.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/hjdcgsv-768x402.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/hjdcgsv-1536x804.webp 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/hjdcgsv.webp 1844w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"623\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/trdtfc-1200x623.webp\" alt=\"clinet details\" class=\"wp-image-497853\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/trdtfc-1200x623.webp 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/trdtfc-300x156.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/trdtfc-250x130.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/trdtfc-768x399.webp 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/trdtfc-1536x798.webp 1536w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/trdtfc.webp 1844w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>In the&nbsp;<strong>Essential<\/strong>&nbsp;section, provide a&nbsp;<strong>Client ID<\/strong>&nbsp;and a&nbsp;<strong>Client Secret<\/strong>&nbsp;(an encoded password).<\/p>\n\n\n\n<p>In the <strong>Basic<\/strong> section, provide the following values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>OAuth Authorities<\/strong>: Assign the list of roles (authorities) granted to the OAuth client, such as <code>ROLE_CLIENT<\/code>, <code>ROLE_TRUSTED_CLIENT<\/code>.<\/li>\n\n\n\n<li><strong>OAuth Authorized Grant Types<\/strong>: Specify the grant types that the client is allowed to use, such as <code>refresh_token<\/code>, <code>password<\/code>, <code>authorization_code<\/code>, or <code>client_credentials<\/code>. These grant types determine which token retrieval flows the client can use. You can configure the supported grant types in the <code>&lt;authorization-server&gt;<\/code> element.<\/li>\n\n\n\n<li><strong>OAuth Resource IDs<\/strong>: Define the resource identifiers that the client can access.<\/li>\n\n\n\n<li><strong>OAuth Registered Redirect URI<\/strong>: Enter the redirect URI that the client can use during the <strong>Authorization Code Flow<\/strong> and <strong>Implicit Flow<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>To enter a particular value, use the plus sign and confirm with&nbsp;<strong>Add<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"769\" height=\"895\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/saveimage.webp\" alt=\"basic\" class=\"wp-image-497928\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/saveimage.webp 769w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/saveimage-258x300.webp 258w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/saveimage-214x249.webp 214w\" sizes=\"(max-width: 769px) 100vw, 769px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>In the&nbsp;<strong>Scopes<\/strong>&nbsp;section, provide the following values:<\/p>\n\n\n\n<ul id=\"loio6faa241f2dac445093b0cd02920858fb__ul_uqt_r2t_jv\" class=\"wp-block-list\">\n<li><strong>Scopes<\/strong>: List of scopes to which the client is limited.<\/li>\n\n\n\n<li><strong>Auto Approve Scopes<\/strong>: Scopes the Client does not need the User approval for.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"769\" height=\"601\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/scope.webp\" alt=\"scope\" class=\"wp-image-497929\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/scope.webp 769w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/scope-300x234.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/scope-250x195.webp 250w\" sizes=\"(max-width: 769px) 100vw, 769px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>In the&nbsp;<strong>Token Validity<\/strong>&nbsp;section, provide the following values:<\/p>\n\n\n\n<ul id=\"loio6faa241f2dac445093b0cd02920858fb__ul_fg5_hft_jv\" class=\"wp-block-list\">\n<li><strong>OAuth access token validity seconds<\/strong>: The access token validity period in seconds.<\/li>\n\n\n\n<li><strong>Refresh Token validity time<\/strong>: The refresh token validity period in seconds.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"769\" height=\"428\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/tokenvalidity.webp\" alt=\"token validty\" class=\"wp-image-497930\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/tokenvalidity.webp 769w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/tokenvalidity-300x167.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/tokenvalidity-250x139.webp 250w\" sizes=\"(max-width: 769px) 100vw, 769px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After entering the required information, click&nbsp;<strong>Finish<\/strong>. A new client is added to the list.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Credentials to Share<\/h2>\n\n\n\n<p> <strong>Once you create the client successfully, securely share the following details with the Webkul integration team:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Client ID<\/strong><\/li>\n\n\n\n<li><strong>Client Secret<\/strong><\/li>\n\n\n\n<li><strong>Token Endpoint URL<\/strong> (usually available in your SAP OAuth settings)<\/li>\n<\/ul>\n\n\n\n<p><strong>The MVM standalone app will use these credentials to authenticate itself and establish a secure API session with your SAP system.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why SAP OAuth Setup is Important<\/h2>\n\n\n\n<p>Creating an OAuth client is the <strong>foundation of a secure and scalable integration<\/strong> with external platforms like Webkul\u2019s Multi-Vendor Marketplace App. <\/p>\n\n\n\n<p>With these credentials in place, the MVM app can safely perform API-based operations such as <strong>user creation<\/strong> and more<strong>.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"support\">Support<\/h3>\n\n\n\n<p><strong><strong>If you face any difficulties or need assistance, feel free to reach out.<\/strong> Raise a ticket at <a class=\"\" href=\"http:\/\/webkul.uvdesk.com\">http:\/\/webkul.uvdesk.com<\/a> or email us directly at <strong><a>support@webkul.com<\/a><\/strong> \u2014 our team will be happy to help.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Integrating SAP with Webkul\u2019s Multi-Vendor Marketplace App requires a secure and reliable communication setup. The very first step in this integration process is to create OAuth client credentials within your SAP environment. This step ensures that both platforms \u2014 SAP and Webkul MVM \u2014 can safely exchange data using industry-standard authorization protocols. Step-by-Step Guide: Creating <a href=\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":598,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[12813,223],"class_list":["post-497843","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-oauth","tag-sap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create OAuth Client in SAP to Connect with MVM App - Webkul Blog<\/title>\n<meta name=\"description\" content=\"Step-by-step guide to create OAuth client credentials in SAP for secure integration with Webkul\u2019s MVM Standalone App via API.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create OAuth Client in SAP to Connect with MVM App - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Step-by-step guide to create OAuth client credentials in SAP for secure integration with Webkul\u2019s MVM Standalone App via API.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-07T10:18:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-07T10:18:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-1200x625.webp\" \/>\n<meta name=\"author\" content=\"Shreyas Jaiswal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shreyas Jaiswal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/\"},\"author\":{\"name\":\"Shreyas Jaiswal\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/5dc7d515b004d4a77a0b3271312a431a\"},\"headline\":\"Create OAuth Client in SAP to Connect with MVM App\",\"datePublished\":\"2025-07-07T10:18:39+00:00\",\"dateModified\":\"2025-07-07T10:18:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/\"},\"wordCount\":491,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-1200x625.webp\",\"keywords\":[\"OAuth\",\"sap\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/\",\"name\":\"Create OAuth Client in SAP to Connect with MVM App - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-1200x625.webp\",\"datePublished\":\"2025-07-07T10:18:39+00:00\",\"dateModified\":\"2025-07-07T10:18:49+00:00\",\"description\":\"Step-by-step guide to create OAuth client credentials in SAP for secure integration with Webkul\u2019s MVM Standalone App via API.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd.webp\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd.webp\",\"width\":1844,\"height\":960},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create OAuth Client in SAP to Connect with MVM App\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/5dc7d515b004d4a77a0b3271312a431a\",\"name\":\"Shreyas Jaiswal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2d0be109a991ef60a20e12b932950a38c0a77d7b30d008e7afa5ea8b6835af15?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2d0be109a991ef60a20e12b932950a38c0a77d7b30d008e7afa5ea8b6835af15?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Shreyas Jaiswal\"},\"description\":\"Shreyas Jaiswal is a dynamic Business Analyst specializing in the Shopify platform, where he drives business innovation and operational efficiency. With a keen eye for detail and a strategic mindset, she excels in optimizing processes and delivering tailored solutions that empower businesses to thrive.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/shreyasjaiswal-bd086\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create OAuth Client in SAP to Connect with MVM App - Webkul Blog","description":"Step-by-step guide to create OAuth client credentials in SAP for secure integration with Webkul\u2019s MVM Standalone App via API.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/","og_locale":"en_US","og_type":"article","og_title":"Create OAuth Client in SAP to Connect with MVM App - Webkul Blog","og_description":"Step-by-step guide to create OAuth client credentials in SAP for secure integration with Webkul\u2019s MVM Standalone App via API.","og_url":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2025-07-07T10:18:39+00:00","article_modified_time":"2025-07-07T10:18:49+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-1200x625.webp","type":"","width":"","height":""}],"author":"Shreyas Jaiswal","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Shreyas Jaiswal","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/"},"author":{"name":"Shreyas Jaiswal","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/5dc7d515b004d4a77a0b3271312a431a"},"headline":"Create OAuth Client in SAP to Connect with MVM App","datePublished":"2025-07-07T10:18:39+00:00","dateModified":"2025-07-07T10:18:49+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/"},"wordCount":491,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-1200x625.webp","keywords":["OAuth","sap"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/","url":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/","name":"Create OAuth Client in SAP to Connect with MVM App - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd-1200x625.webp","datePublished":"2025-07-07T10:18:39+00:00","dateModified":"2025-07-07T10:18:49+00:00","description":"Step-by-step guide to create OAuth client credentials in SAP for secure integration with Webkul\u2019s MVM Standalone App via API.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd.webp","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2025\/07\/gfdsd.webp","width":1844,"height":960},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-create-oauth-client-in-sap-to-connect\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Create OAuth Client in SAP to Connect with MVM App"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/5dc7d515b004d4a77a0b3271312a431a","name":"Shreyas Jaiswal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2d0be109a991ef60a20e12b932950a38c0a77d7b30d008e7afa5ea8b6835af15?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d0be109a991ef60a20e12b932950a38c0a77d7b30d008e7afa5ea8b6835af15?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Shreyas Jaiswal"},"description":"Shreyas Jaiswal is a dynamic Business Analyst specializing in the Shopify platform, where he drives business innovation and operational efficiency. With a keen eye for detail and a strategic mindset, she excels in optimizing processes and delivering tailored solutions that empower businesses to thrive.","url":"https:\/\/webkul.com\/blog\/author\/shreyasjaiswal-bd086\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/497843","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/598"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=497843"}],"version-history":[{"count":7,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/497843\/revisions"}],"predecessor-version":[{"id":498434,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/497843\/revisions\/498434"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=497843"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=497843"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=497843"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}