You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/server/authorization/OAuth2AuthorizationServerConfigurer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ public void configure(B builder) {
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/core/oidc/OidcProviderConfiguration.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -142,11 +142,11 @@ public Builder tokenEndpointAuthenticationMethods(Consumer<List<String>> authent
142
142
/**
143
143
* Use this {@code jwks_uri} in the resulting {@link OidcProviderConfiguration}, REQUIRED.
144
144
*
145
-
* @param jwksUri the URL of the OpenID Provider's JSON Web Key Set document
145
+
* @param jwkSetUri the URL of the OpenID Provider's JSON Web Key Set document
146
146
* @return the {@link Builder} for further configuration
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/config/ProviderSettings.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ public class ProviderSettings extends Settings {
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/web/OidcProviderConfigurationEndpointFilter.java
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/test/java/org/springframework/security/oauth2/core/oidc/OidcProviderConfigurationTests.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public class OidcProviderConfigurationTests {
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/test/java/org/springframework/security/oauth2/core/oidc/http/converter/OidcProviderConfigurationHttpMessageConverterTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ public void writeInternalWhenProviderConfigurationThenSuccess() {
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/test/java/org/springframework/security/oauth2/server/authorization/config/ProviderSettingsTests.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -34,29 +34,29 @@ public void constructorWhenDefaultThenDefaultsAreSet() {
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/test/java/org/springframework/security/oauth2/server/authorization/web/OidcProviderConfigurationEndpointFilterTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -82,13 +82,13 @@ public void doFilterWhenConfigurationRequestPostThenNotProcessed() throws Except
0 commit comments