<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SAP Archives - Rhein-Ruhr-Informatik</title>
	<atom:link href="https://rhein-ruhr-informatik.de/en/category/articles/sap/feed/" rel="self" type="application/rss+xml" />
	<link>https://rhein-ruhr-informatik.de/en/category/articles/sap/</link>
	<description></description>
	<lastbuilddate>Mon, 23 Feb 2026 09:51:23 +0000</lastbuilddate>
	<language>en-US</language>
	<sy:updateperiod>
	hourly	</sy:updateperiod>
	<sy:updatefrequency>
	1	</sy:updatefrequency>
	

<image>
	<url>https://rhein-ruhr-informatik.de/wp-content/uploads/2025/03/cropped-favicon-32x32.png</url>
	<title>SAP Archives - Rhein-Ruhr-Informatik</title>
	<link>https://rhein-ruhr-informatik.de/en/category/articles/sap/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Monitoring in SAP Cloud Integration</title>
		<link>https://rhein-ruhr-informatik.de/en/2026/02/23/monitoring-in-sap-cloud-integration/</link>
		
		<dc:creator><![CDATA[Rhein-Ruhr-Informatik]]></dc:creator>
		<pubdate>Mon, 23 Feb 2026 09:51:22 +0000</pubdate>
				<category><![CDATA[Artikel]]></category>
		<category><![CDATA[SAP]]></category>
		<guid ispermalink="false">https://rhein-ruhr-informatik.de/?p=876</guid>

					<description><![CDATA[<p>In diesem Blogbeitrag möchten wir erklären, wie wir Ihre Prozesse in SAP Cloud Integration überwachen. Dies ist eines der wichtigsten Themen, insbesondere für diejenigen, die sich um die Sicherheit im Middleware sorgen. Cloud Integration erlaubt uns die Veränderung über die Nachricht zu machen, so wie Mappings, oder die Konvertierung von<a class="moretag" href="https://rhein-ruhr-informatik.de/en/2026/02/23/monitoring-in-sap-cloud-integration/"> Read more&#8230;</a></p>
<p>The post <a href="https://rhein-ruhr-informatik.de/en/2026/02/23/monitoring-in-sap-cloud-integration/">Monitoring in SAP Cloud Integration</a> appeared first on <a href="https://rhein-ruhr-informatik.de/en">Rhein-Ruhr-Informatik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this blog post, we would like to explain how we monitor your processes in SAP Cloud Integration. It is one of the most important topics for those especially concerns about security in middleware.</p>



<p>Cloud Integration allows us to make changes over the messages, like mappings, or converting from one structure to another. Cloud Integration is not only powerful for data manipulation, but also offers strong monitoring features. In addition to Debug or Trace modes like any development IDE, it also allows us to monitor the necessary information without debugging.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="375" height="425" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image.png" alt="" class="wp-image-877" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image.png 375w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-265x300.png 265w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-11x12.png 11w" sizes="(max-width: 375px) 100vw, 375px" /></figure>



<p>For each service we can set Log Level to 5 different modes.</p>



<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex">
<p><strong>None: </strong>No information about processes even if they are successful or failed. </p>



<p><strong>Info: </strong>Default mode to see if the process is successful or failed. </p>



<p><strong>Error:</strong> Shows message only if the process is failed. </p>



<p><strong>Debug:</strong> Shows the process steps without any information of messages. </p>



<p><strong>Trace:</strong> Shows every information of messages, headers, bodies in every steps.</p>
</div>



<p>Default log configuration is set as Info. Which allows us to see status of every process, like completed, abandoned, canceled, failed, etc. This mode doesn’t allow us to see the message body, message headers, basically what is passing through over CPI. It is important to protect data for security reasons and to reduce memory consumption.</p>



<p>But if the process fails, how can we find out the issue?<br>Trace mode is useful when the same message can be received again. Before receiving messages, this mode should be activated. In trace mode, both the message body and headers can be viewed at each step.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="945" height="295" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-1.png" alt="" class="wp-image-878" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-1.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-1-300x94.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-1-768x240.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-1-18x6.png 18w" sizes="(max-width: 945px) 100vw, 945px" /></figure>



<p>The process that gets an error is displayed. In this mode, it is much easier and faster to identify the step where the error occurs.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="945" height="272" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-2.png" alt="" class="wp-image-879" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-2.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-2-300x86.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-2-768x221.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-2-18x5.png 18w" sizes="(max-width: 945px) 100vw, 945px" /></figure>



<p>However, CI allows us to stay in trace mode for only 10 minutes, then it returns automatically to the previous mode (info, error, or none). Additionally, the message can no longer be accessed after 1 hour. During development, this mode is often used. However, in production, after the process fails, we cannot re-trigger the same process. It is also not recommended to reveal the full message in production due to security reasons.</p>



<p>In that case, how can we indicate which message gets an error without exposing the entire message? Here’s what SAP offers:</p>



<p>There are some pre-built properties for monitoring and filtering messages. This feature is very helpful for understanding specific messages’ status and filtering the messages in monitoring screen. We can customize those Properties according to needs. In this example, Application Message ID is set from Order Id, and the type of Order is set as Application Message Type. If this order gets an error, we can directly point out the order number without revealing the whole message.</p>



<p>Bestellnummer festgelegt, und der Bestelltyp wird als „Application Message Type“ bestimmt. Wenn diese Bestellung einen Fehler enthält, können wir die Bestellnummer direkt herausfinden, ohne die gesamte Nachricht offenzulegen.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="945" height="446" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-3.png" alt="" class="wp-image-880" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-3.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-3-300x142.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-3-768x362.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-3-18x8.png 18w" sizes="auto, (max-width: 945px) 100vw, 945px" /></figure>



<p>If those pre-build properties are not enough, or just need to add more customized properties, we can also add custom monitoring headers. These custom headers are not considered as actual headers. They are not sent to the receiver system. They are used only for monitoring purposes as internal.</p>



<p>We can also filter the messages according to monitoring properties and custom headers. For example, we have 7 messages in Completed status with the Message Type: Initial Order</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="811" height="513" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-4.png" alt="" class="wp-image-881" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-4.png 811w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-4-300x190.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-4-768x486.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-4-18x12.png 18w" sizes="auto, (max-width: 811px) 100vw, 811px" /></figure>



<p>But we have only 1 message with the order number 1000000.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="945" height="327" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-5.png" alt="" class="wp-image-882" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-5.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-5-300x104.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-5-768x266.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-5-18x6.png 18w" sizes="auto, (max-width: 945px) 100vw, 945px" /></figure>



<p>By default, we cannot view the content of a message at any point during the process. However, in some cases, we may need to see the message body, especially when it’s in a failed status. To do this, we can create an attachment for monitoring purposes. Attachments can be in any text format, and they are customizable, allowing us to add information that helps identify the error. Additionally, attachments can be set up to be included only in error cases.</p>



<p>Most common usage cases:<br>– Seeing the whole body at the important points. – Like before mapping, after mapping<br>– In error case, the whole message body at the error point.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="551" height="589" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-6.png" alt="" class="wp-image-883" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-6.png 551w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-6-281x300.png 281w, https://rhein-ruhr-informatik.de/wp-content/uploads/2026/02/image-6-11x12.png 11w" sizes="auto, (max-width: 551px) 100vw, 551px" /></figure>



<p></p>



<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-2 wp-block-group-is-layout-flex">
<p><strong>Logs stored in the middleware cannot be kept for long periods.</strong></p>



<p>Trace can accept messages for up to 10 min, and these messages are only visible for 1 hours.</p>



<p>Debug can accept messages for up to 1 day.</p>



<p>All process logs are deleted after 1 month.</p>
</div>



<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex">
<p><strong>In Conclusion:</strong></p>



<p>SAP provides a faster, more precise, and more secure middleware environment with Cloud Integration.</p>
</div>



<p>By default, Cloud Integration interface does not show any messages or headers to users. This is important for both security reasons and memory management.</p>



<p>However, in some cases, the failed message needs to be detected without using trace or debug mode, especially in a production environment. To achieve this, in info mode, necessary fields can be set as custom properties and attachments to identify which message has failed.</p>



<p>Cloud Integration stores logs maximum for 1 month. This 1-month period is intended for working with errors, detecting issues, and solving problems.</p><p>The post <a href="https://rhein-ruhr-informatik.de/en/2026/02/23/monitoring-in-sap-cloud-integration/">Monitoring in SAP Cloud Integration</a> appeared first on <a href="https://rhein-ruhr-informatik.de/en">Rhein-Ruhr-Informatik</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Verwaltung von BTP Role Collections über den SAP Cloud Identity Service</title>
		<link>https://rhein-ruhr-informatik.de/en/2025/09/08/verwaltung-von-btp-role-collections-ueber-den-sap-cloud-identity-service/</link>
		
		<dc:creator><![CDATA[Rhein-Ruhr-Informatik]]></dc:creator>
		<pubdate>Mon, 08 Sep 2025 04:28:02 +0000</pubdate>
				<category><![CDATA[Artikel]]></category>
		<category><![CDATA[SAP]]></category>
		<guid ispermalink="false">https://rhein-ruhr-informatik.de/?p=842</guid>

					<description><![CDATA[<p>In this blog post, you’ll learn how SAP BTP role collections can be centrally managed using SAP Cloud Identity Services.<br />
SAP BTP allows the deployment of multiple services and applications, each with its own role collections. These services are often deployed across different subaccounts. It's possible to manage users and<a class="moretag" href="https://rhein-ruhr-informatik.de/en/2025/09/08/verwaltung-von-btp-role-collections-ueber-den-sap-cloud-identity-service/"> Read more&#8230;</a></p>
<p>The post <a href="https://rhein-ruhr-informatik.de/en/2025/09/08/verwaltung-von-btp-role-collections-ueber-den-sap-cloud-identity-service/">Verwaltung von BTP Role Collections über den SAP Cloud Identity Service</a> appeared first on <a href="https://rhein-ruhr-informatik.de/en">Rhein-Ruhr-Informatik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this blog post, you’ll learn how SAP BTP role collections can be centrally managed using SAP Cloud Identity Services.</p>



<p>SAP BTP allows the deployment of multiple services and applications, each with its own role collections. These services are often deployed across different subaccounts. It's possible to manage users and roles separately in each subaccount.</p>



<p>However, it is also possible to centralize user and role management by using a single identity service by establishing trust between the identity service and BTP subaccounts.</p>



<p>This post will guide you through setting up role collection mappings between BTP and Identity Authentication Service (IAS). This allows you to manage role collections for multiple subaccounts from a single identity provider.</p>



<p><strong>Prerequisites</strong></p>



<p>If you have an identity provider, you can configure it as a custom provider for a BTP subaccount. It can be used as the source for users and role collections.<br>There are some prerequisites for setting up role collection mappings:</p>



<ul class="wp-block-list">
<li>You must have the Subaccount Administrator role in the subaccount that will be linked (trusted) with SAP Cloud Identity Services.</li>



<li>The SAP Cloud Identity Services tenant can be subscribed to in a different subaccount, but it must be part of the same global account and in the same region.</li>
</ul>



<p>You can follow the steps in this SAP Help document to configure the trust between your subaccount and the SAP IAS tenant:</p>



<p>👉 <a href="https://help.sap.com/docs/conversational-ai/integration-with-sap-s-4hana/configure-saml-trust-between-sap-btp-subaccount-and-ias?locale=de-DE">You can follow the steps in this SAP Help document to configure the trust between your subaccount and the SAP IAS tenant:</a></p>



<p>NOTE: To be able to use the role collection mapping, you must log in to the application with a user that is defined in the identity provider. <em><u>- Not with a BTP user.</u></em></p>



<p><strong>Configurations</strong></p>



<ol class="wp-block-list">
<li><strong>BTP Role Collections</strong></li>
</ol>



<p>Before creating a role collection mapping, make sure that you have the necessary role to access “Role Collections” in your subaccount.</p>



<p>Navigate to:</p>



<p><em>&lt;Ihr Subaccount&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; →&nbsp;&nbsp; &nbsp;Security&nbsp; &nbsp;&nbsp;&nbsp;→&nbsp;&nbsp; Role Collections&nbsp;</em></p>



<p>You can use default role collections that are defined for the standard BTP applications.</p>



<p>Alternatively, you can create a new custom role collection by clicking on the Create button in the top right corner.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="945" height="452" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image.png" alt="" class="wp-image-843" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-300x143.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-768x367.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-18x9.png 18w" sizes="auto, (max-width: 945px) 100vw, 945px" /></figure>



<p class="has-text-align-center"><em>SAP BTP Role Collections</em></p>



<p>In this example, a new custom role collection called “My_Custom_Role” is created.</p>



<ul class="wp-block-list">
<li><strong>SAP Cloud Identity Services</strong></li>
</ul>



<p>Before starting to configure role collection mapping, we must ensure that we send necessary attributes to the application. In the SAP Cloud Identity Service, navigate to<br><br><em>&nbsp;Application &amp; Resources &nbsp;&nbsp;→ &nbsp;&lt;Ihr Anwendung&gt; &nbsp;→ &nbsp;Single Sign-On &nbsp;→ &nbsp;Assertion Attributes</em></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="945" height="424" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-1.png" alt="" class="wp-image-844" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-1.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-1-300x135.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-1-768x345.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-1-18x8.png 18w" sizes="auto, (max-width: 945px) 100vw, 945px" /></figure>



<p class="has-text-align-center"><em>Application Page on SAP Cloud Identity Services</em></p>



<p>In the assertion attributes, you must have a Groups attribute. This is what we will send to the application as a BTP role.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="945" height="517" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-2.png" alt="" class="wp-image-845" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-2.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-2-300x164.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-2-768x420.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-2-18x10.png 18w" sizes="auto, (max-width: 945px) 100vw, 945px" /></figure>



<p class="has-text-align-center"><em>Assertion Attributes of an Application on SAP Cloud Identity Services</em></p>



<p>Then we should create a group for a BTP role that we will be mapping. Navigate to<br><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Users &amp; Authorizations &nbsp;&nbsp;→ &nbsp;Groups</em></p>



<p>Create a new group, if you have already one, add members who will have this BTP role.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="945" height="254" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-3.png" alt="" class="wp-image-846" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-3.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-3-300x81.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-3-768x206.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-3-18x5.png 18w" sizes="auto, (max-width: 945px) 100vw, 945px" /></figure>



<p class="has-text-align-center"><em>Groups and its Users on SAP Cloud Identity Services</em></p>



<ul class="wp-block-list">
<li><strong>BTP Role Collection Mapping</strong></li>
</ul>



<p>Now we are ready to make role collection mapping. Go to your BTP subaccount and navigate to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Ihr Subaccount&gt;&nbsp; &nbsp;→ &nbsp;&nbsp;Security &nbsp;&nbsp;→ &nbsp;&nbsp;Trust Configuration,</p>



<p>and click on the custom identity provider that you have established in the beginning.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="945" height="451" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-4.png" alt="" class="wp-image-847" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-4.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-4-300x143.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-4-768x367.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-4-18x9.png 18w" sizes="auto, (max-width: 945px) 100vw, 945px" /></figure>



<p class="has-text-align-center"><em>SAP BTP Trust Configurations</em></p>



<p>Click on the New Role Collection Mapping and choose your BTP role collection (1). You can also choose your BTP custom role collection.</p>



<p>For “Attribute”, you should write what you defined in IAS as a Groups attribute (2). In this case, we can leave it as “Groups”.</p>



<p>In the “Value” section, you should write your IAS group’s name which corresponds to your BTP role collection (3).</p>



<p>Then save it.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="945" height="427" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-5.png" alt="" class="wp-image-848" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-5.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-5-300x136.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-5-768x347.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-5-18x8.png 18w" sizes="auto, (max-width: 945px) 100vw, 945px" /></figure>



<p class="has-text-align-center"><em>SAP BTP Role Collection Mapping</em></p>



<p>You can see your mapping from Role Collections.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="945" height="305" src="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-6.png" alt="" class="wp-image-849" srcset="https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-6.png 945w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-6-300x97.png 300w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-6-768x248.png 768w, https://rhein-ruhr-informatik.de/wp-content/uploads/2025/08/image-6-18x6.png 18w" sizes="auto, (max-width: 945px) 100vw, 945px" /></figure>



<p class="has-text-align-center"><em>SAP BTP Role Collections Mapped with IAS Groups</em></p>



<p><strong>Conclusion</strong>:</p>



<ul class="wp-block-list">
<li>You can manage this role collection on SAP Identity Authentication Service with managing the corresponding group’s members.</li>



<li>In the BTP subaccount, you cannot see the user's role assigned by IAS. These roles are assigned to users when they are authorized to your application via SAP IAS.</li>
</ul>



<p><strong>Note:</strong></p>



<p>Please be aware that your IAS user must be created in your SAP BTP subaccount as well. You can check more about to create user on BTP from here:</p>



<p>👉 <a href="https://help.sap.com/docs/btp/sap-business-technology-platform/working-with-users?locale=de-DE">Managing SAP BTP Users</a></p>



<p><br>Hope this blog will help you to manage your BTP roles from your identity provider!</p>



<p></p>



<p><em>Feyza Sahin</em></p>



<p></p><p>The post <a href="https://rhein-ruhr-informatik.de/en/2025/09/08/verwaltung-von-btp-role-collections-ueber-den-sap-cloud-identity-service/">Verwaltung von BTP Role Collections über den SAP Cloud Identity Service</a> appeared first on <a href="https://rhein-ruhr-informatik.de/en">Rhein-Ruhr-Informatik</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>