Skip to content

Commit 99d68c1

Browse files
csfulopdsyer
authored andcommitted
application.yml fix in "Single Sign On With GitHub" chapter
1 parent 4e487f9 commit 99d68c1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

simple/README.adoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,14 @@ Then, to make the link to GitHub, add the following to your `application.yml`:
122122
.application.yml
123123
[source,yaml]
124124
----
125-
security:
126-
oauth2:
127-
client:
128-
registration:
129-
github:
130-
clientId: github-client-id
131-
clientSecret: github-client-secret
125+
spring:
126+
security:
127+
oauth2:
128+
client:
129+
registration:
130+
github:
131+
clientId: github-client-id
132+
clientSecret: github-client-secret
132133
# ...
133134
----
134135

0 commit comments

Comments
 (0)