Skip to content

Commit af29b24

Browse files
Merge pull request mendix#9063 from bhavinshah-mendix/patch-9
Update sap-xsuaa-connector.md
2 parents 885569e + a20e911 commit af29b24

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/sap/sap-xsuaa-connector.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You need to provide your own [xs-security.json](https://help.sap.com/viewer/4505
6161

6262
You then have two options:
6363

64-
### Use the XSUAA Configurator {#configurator}
64+
### Using the XSUAA Configurator {#configurator}
6565

6666
The **XSUAA Configurator** provides a user friendly interface to create the JSON required to configure the XSUAA service. It can be uploaded automatically for you, or you can download the file and upload it manually.
6767

@@ -81,7 +81,7 @@ You cannot change the **xsappname** in the configurator – this is generated au
8181

8282
Alternatively, click **Download Configuration File** to save the file locally so that you can review it, or reuse it. You can upload it manually to the XSUAA service using the instructions in the next section.
8383

84-
### Upload Configuration JSON
84+
### Uploading a Configuration JSON
8585

8686
You can upload your own JSON configuration file, either created from the XSUAA Configurator or handcrafted.
8787

@@ -90,6 +90,10 @@ You can upload your own JSON configuration file, either created from the XSUAA C
9090

9191
The configuration will be applied when your app is restarted.
9292

93+
### Configuring the Default Redirect URL
94+
95+
When using the SAP XSUAA Connector for SAP SSO login, you can now set a default redirect URL by adding **ApplicationRootUrl** in the **Runtime** settings of the environment from the portal. Ensure that the URL is included in the **Redirect URIs** of the XSUAA configuration.
96+
9397
## Usage
9498

9599
When XSUAA is enabled on SAP BTP and the *XSUAA Connector for SAP Business Technology Platform* is part of the Mendix application, an IDP user automatically becomes a Mendix application user. They will be assigned to the roles in the Mendix application based on the scopes they have received from the XSUAA service. The scopes are defined by the mapping between the role templates and the role collections.
@@ -102,7 +106,7 @@ For more information about implementing this capability in your app, see the fol
102106
SAP Authentication will not work if the App Security is off. See the prerequisites above.
103107
{{% /alert %}}
104108

105-
### Adding the OnStartup Microflow to the Application Settings
109+
### Adding the On Startup Microflow to the Application Settings
106110

107111
The app needs to be bound to the SAP XSUAA service. This is achieved by executing a microflow when the app starts. This may have been set up already if XSUAA was included in your app template.
108112

@@ -254,7 +258,7 @@ Your Subaccount will have one or more **Trust Configurations**. These are the Id
254258

255259
Depending on the IdP, you can either map **Users** (G) directly to a Role Collection, or map a **User Group** (F) to a Role Collection. Users are mapped by the IdPs own configuration to the User Group.
256260

257-
##### Map User Directly to a Role Collection
261+
##### Mapping a User Directly to a Role Collection
258262

259263
This is the method used by the **SAP ID Service**, amongst others.
260264

@@ -271,7 +275,7 @@ You can picture the authentication as shown below:
271275

272276
{{< figure src="/attachments/appstore/platform-supported-content/modules/sap-xsuaa-connector/xsuaa-diagram-config-direct.png" class="no-border" >}}
273277

274-
##### Map User Group to a Role Collection
278+
##### Mapping a User Group to a Role Collection
275279

276280
Some IdPs (for example SAML 2.0 IdPs) have the concept of a User Group. In this case there will be two options in the Trust Configuration for the IdP: **Role Collection Mappings** and **Role Collection Assignment**.
277281

0 commit comments

Comments
 (0)