'spring-security-oauth2-autoconfigure' version update #100
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello.
I am learning from 'https://spring.io/guides/tutorials/spring-boot-oauth2/#_social_login_simple' Guide.
Problems occur when writing code with reference to the Guide.
The error log is shown below.
...
Description:
The bean 'scopedTarget.oauth2ClientContext', defined in class path resource [org / springframework / boot / autoconfigure / security / oauth2 / client / OAuth2RestOperationsConfiguration $ SessionScopedConfiguration $ ClientContextConfiguration.class], could not be registered. A bean with that name has already been defined in org.springframework.security.oauth2.config.annotation.web.configuration.OAuth2ClientConfiguration $ OAuth2ClientContextConfiguration and overriding is disabled.
...
This is a problem that occurs below.
org.springframework.security.oauth.boot </ groupId>
spring-security-oauth2-autoconfigure </ artifactId>
2.0.0.RELEASE </ version>
Details can be found in this issue 'spring-attic/spring-security-oauth2-boot#51'
I updated guide.
thanks for reading.