Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties should reference scope not scopes #6510

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spring:
github:
client-id: replace-with-client-id
client-secret: replace-with-client-secret
scopes: read:user,public_repo
scope: read:user,public_repo
----

You will need to replace the `client-id` and `client-secret` with values registered with GitHub.
Expand Down
2 changes: 1 addition & 1 deletion samples/boot/oauth2webclient-webflux/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spring:
client-id: replace-with-client-id
client-secret: replace-with-client-secret
provider: github
scopes: read:user,public_repo
scope: read:user,public_repo
----
+
.OAuth Client properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spring:
client-id: replace-with-client-id
client-secret: replace-with-client-secret
provider: github
scopes: read:user,public_repo
scope: read:user,public_repo

resource-uri: https://api.github.com/user/repos
2 changes: 1 addition & 1 deletion samples/boot/oauth2webclient/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spring:
client-id: replace-with-client-id
client-secret: replace-with-client-secret
provider: github
scopes: read:user,public_repo
scope: read:user,public_repo
----
+
.OAuth Client properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spring:
client-id: replace-with-client-id
client-secret: replace-with-client-secret
provider: github
scopes: read:user,public_repo
scope: read:user,public_repo

resource-uri: https://api.github.com/user/repos