Skip to content
Merged
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
fix indentation of application.yml in "Single Sign On With GitHub" ch…
…apter
  • Loading branch information
csfulop committed Feb 26, 2020
commit fb79a2d4447c505786ca82e17c9fa756e06e591d
10 changes: 5 additions & 5 deletions simple/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ Then, to make the link to GitHub, add the following to your `application.yml`:
spring:
security:
oauth2:
client:
registration:
github:
clientId: github-client-id
clientSecret: github-client-secret
client:
registration:
github:
clientId: github-client-id
clientSecret: github-client-secret
# ...
----

Expand Down