-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework spring-security-hybrid-usage samples instructions
- Loading branch information
Showing
7 changed files
with
223 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
samples/spring-security-hybrid-usage/xs-security-broker.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"xsappname": "spring-security-hybrid-usage", | ||
"description": "SAP BTP Spring Security Client Library Hybrid sample application", | ||
"tenant-mode": "dedicated", | ||
"oauth2-configuration": { | ||
"credential-types": ["x509"] | ||
}, | ||
"scopes": [ | ||
{ | ||
"name": "$XSAPPNAME.Read", | ||
"description": "Scope for spring-security-hybrid-usage sample application" | ||
} | ||
], | ||
"role-templates": [ | ||
{ | ||
"name": "Viewer", | ||
"description": "Role for spring-security-hybrid-usage sample application", | ||
"scope-references": [ | ||
"$XSAPPNAME.Read" | ||
] | ||
} | ||
], | ||
"role-collections": [ | ||
{ | ||
"name": "Sample Viewer via broker (spring-security-hybrid-usage)", | ||
"description": "Role collection for spring-security-hybrid-usage broker access", | ||
"role-template-references": [ | ||
"$XSAPPNAME.Viewer" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters