Skip to content

Commit babfec7

Browse files
authored
Remove oauth2-configuration snippet from CF deployment guide (#1764)
- Only required with self-hosted approuter - With cds-dk 9 added by default if that's the case (see PR in cds-dk internally)
1 parent 1bba0ab commit babfec7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

guides/deployment/to-cf.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,6 @@ cds add xsuaa
164164
The roles/scopes are derived from authorization-related annotations in your CDS models. Ensure to rerun `cds compile --to xsuaa`, as documented in the [_Authorization_ guide](/guides/security/authorization#xsuaa-configuration) whenever there are changes to these annotations.
165165
:::
166166

167-
::: details For trial and extension landscapes, OAuth configuration is required
168-
Add the following snippet to your _xs-security.json_ and adapt it to the landscape you're deploying to:
169-
170-
```json
171-
"oauth2-configuration": {
172-
"redirect-uris": ["https://*.cfapps.us10-001.hana.ondemand.com/**"]
173-
}
174-
```
175-
176-
:::
177-
178167
[Learn more about SAP Authorization and Trust Management/XSUAA.](https://discovery-center.cloud.sap/serviceCatalog/authorization-and-trust-management-service?region=all){.learn-more}
179168

180169
### 3. MTA-Based Deployment { #add-mta-yaml}

0 commit comments

Comments
 (0)