Skip to content

Commit cbf9a7b

Browse files
committed
Polish OidcConfigurationProvider Javadoc
Issue: gh-5355
1 parent 9862c7b commit cbf9a7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/src/main/java/org/springframework/security/config/oauth2/client/oidc/OidcConfigurationProvider.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
public final class OidcConfigurationProvider {
4242

4343
/**
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
4646
* <a href="https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationRequest">OpenID Provider
4747
* Configuration Request</a> and using the values in the
4848
* <a href="https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationResponse">OpenID
4949
* Provider Configuration Response</a> to initialize the {@link ClientRegistration.Builder}.
5050
*
5151
* <p>
52-
* For example if the issuer provided is "https://example.com", then an "OpenID Provider Configuration Request" will
52+
* For example, if the issuer provided is "https://example.com", then an "OpenID Provider Configuration Request" will
5353
* be made to "https://example.com/.well-known/openid-configuration". The result is expected to be an "OpenID
5454
* Provider Configuration Response".
5555
* </p>

0 commit comments

Comments
 (0)