Skip to content
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