Skip to content

Commit

Permalink
Fix typo in documentation: change 'select the write' to 'select the r…
Browse files Browse the repository at this point in the history
…ight. Closes gh-16178
  • Loading branch information
harpreets789 committed Nov 27, 2024
1 parent e4155ba commit 3efb4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/whats-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class SecurityConfig {
== SAML 2.0

* Added xref:servlet/saml2/opensaml.adoc[OpenSAML 5 Support].
Now you can use either OpenSAML 4 or OpenSAML 5; by default, Spring Security will select the write implementations based on what's on your classpath.
Now you can use either OpenSAML 4 or OpenSAML 5; by default, Spring Security will select the right implementations based on what's on your classpath.
* Using EntityIDs for the `registrationId` is simplified.
+
A common pattern is to identify asserting parties by their `entityID`.
Expand Down

0 comments on commit 3efb4d6

Please sign in to comment.