Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
2c52b9e8
Commit
2c52b9e8
authored
Jan 08, 2018
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build against Spring Security 5.0.1 SNAPSHOT
See gh-11573
parent
cae02ce0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
OAuth2ClientPropertiesRegistrationAdapterTests.java
...lient/OAuth2ClientPropertiesRegistrationAdapterTests.java
+2
-4
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
No files found.
spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/oauth2/client/OAuth2ClientPropertiesRegistrationAdapterTests.java
View file @
2c52b9e8
...
...
@@ -119,8 +119,7 @@ public class OAuth2ClientPropertiesRegistrationAdapterTests {
org
.
springframework
.
security
.
oauth2
.
core
.
AuthorizationGrantType
.
AUTHORIZATION_CODE
);
assertThat
(
adapted
.
getRedirectUriTemplate
())
.
isEqualTo
(
"{baseUrl}/login/oauth2/code/{registrationId}"
);
assertThat
(
adapted
.
getScopes
()).
containsExactly
(
"openid"
,
"profile"
,
"email"
,
"address"
,
"phone"
);
assertThat
(
adapted
.
getScopes
()).
containsExactly
(
"openid"
,
"profile"
,
"email"
);
assertThat
(
adapted
.
getClientName
()).
isEqualTo
(
"Google"
);
}
...
...
@@ -203,8 +202,7 @@ public class OAuth2ClientPropertiesRegistrationAdapterTests {
org
.
springframework
.
security
.
oauth2
.
core
.
AuthorizationGrantType
.
AUTHORIZATION_CODE
);
assertThat
(
adapted
.
getRedirectUriTemplate
())
.
isEqualTo
(
"{baseUrl}/login/oauth2/code/{registrationId}"
);
assertThat
(
adapted
.
getScopes
()).
containsExactly
(
"openid"
,
"profile"
,
"email"
,
"address"
,
"phone"
);
assertThat
(
adapted
.
getScopes
()).
containsExactly
(
"openid"
,
"profile"
,
"email"
);
assertThat
(
adapted
.
getClientName
()).
isEqualTo
(
"Google"
);
}
...
...
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
2c52b9e8
...
...
@@ -154,7 +154,7 @@
<spring-plugin.version>
1.2.0.RELEASE
</spring-plugin.version>
<spring-restdocs.version>
2.0.0.RELEASE
</spring-restdocs.version>
<spring-retry.version>
1.2.2.RELEASE
</spring-retry.version>
<spring-security.version>
5.0.
0.RELEASE
</spring-security.version>
<spring-security.version>
5.0.
1.BUILD-SNAPSHOT
</spring-security.version>
<spring-session.version>
2.0.0.RC2
</spring-session.version>
<spring-session-data-mongodb.version>
2.0.0.RC2
</spring-session-data-mongodb.version>
<spring-ws.version>
3.0.0.RELEASE
</spring-ws.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment