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: config/src/main/java/org/springframework/security/config/oauth2/client/oidc/OidcConfigurationProvider.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,15 @@
41
41
publicfinalclassOidcConfigurationProvider {
42
42
43
43
/**
44
-
* Given the <a href="http://openid.net/specs/openid-connect-core-1_0.html#IssuerIdentifier">Issuer</a> creates a
45
-
* {@link ClientRegistration.Builder} by making an
44
+
* Creates a {@link ClientRegistration.Builder} using the provided
45
+
* <a href="http://openid.net/specs/openid-connect-core-1_0.html#IssuerIdentifier">Issuer</a> by making an
0 commit comments