Bladeren bron

Fix typo in OIDC docs (#106207) (#106517)

Add missing _to_ in sentence

(cherry picked from commit 40a9155b3b53925b335530da4e076e39e66ee8f7)

Co-authored-by: Aaron Hanusa <aaron.hanusa@gmail.com>
Athena Brown 1 jaar geleden
bovenliggende
commit
d5565b618a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      docs/reference/security/authentication/oidc-guide.asciidoc

+ 1 - 1
docs/reference/security/authentication/oidc-guide.asciidoc

@@ -22,7 +22,7 @@ The OpenID Connect Provider (OP) is the entity in OpenID Connect that is respons
 authenticating the user and for granting the necessary tokens with the authentication and
 user information to be consumed by the Relying Parties.
 
-In order for the Elastic Stack to be able use your OpenID Connect Provider for authentication,
+In order for the Elastic Stack to be able to use your OpenID Connect Provider for authentication,
 a trust relationship needs to be established between the OP and the RP. In the OpenID Connect
 Provider, this means registering the RP as a client. OpenID Connect defines a dynamic client
 registration protocol but this is usually geared towards real-time client registration and