-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
8 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
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 |
---|---|---|
|
@@ -44,17 +44,17 @@ | |
menu.read: Permission to read all menu items | ||
menu.write: Permission to create, update, and delete menu items | ||
# ----- </Freddy's BBQ> ----- # | ||
# ----- <Steeltoe Security Samples> ----- # | ||
# ----- <Steeltoe Security Samples> ----- # | ||
sampleapi.read: Permission to access a specific endpoint in the Steeltoe App Security Samples | ||
# ----- </Steeltoe Security Samples> ----- # | ||
# ----- </Steeltoe Security Samples> ----- # | ||
users: | ||
# ----- <Freddy's BBQ> ----- # | ||
- customer|password|[email protected]|Jon|Doe|menu.read,order.me | ||
- manager|password|[email protected]|Jonathan|Doe|menu.read,menu.write,order.admin | ||
# ----- </Freddy's BBQ> ----- # | ||
# ----- <Steeltoe Security Samples> ----- # | ||
# ----- <Steeltoe Security Samples> ----- # | ||
- testuser|password|[email protected]|Jane|Doe|sampleapi.read | ||
# ----- </Steeltoe Security Samples> ----- # | ||
# ----- </Steeltoe Security Samples> ----- # | ||
userids_enabled: true | ||
user: | ||
override: true | ||
|
@@ -78,7 +78,6 @@ | |
- roles | ||
- user_attributes | ||
- uaa.offline_token | ||
- sampleapi.read | ||
# Always override clients on startup | ||
client: | ||
override: true | ||
|
@@ -105,7 +104,6 @@ | |
authorities: uaa.resource | ||
authorized-grant-types: authorization_code | ||
redirect-uri: http://localhost:8082/login | ||
scope: openid,menu.read,order.me | ||
secret: customerportal_secret | ||
# ----- </Freddy's BBQ> ---- # | ||
# --- <Steeltoe Security Samples> --- # | ||
|