Skip to content

Commit

Permalink
Edit security-identity-providers.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfedh committed Dec 19, 2023
1 parent 519b3ea commit c57dd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-identity-providers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include::_attributes.adoc[]
:extensions: io.quarkus:quarkus-elytron-security-jdbc,io.quarkus:quarkus-elytron-security-ldap,io.quarkus:quarkus-security-jpa-reactive


In the Quarkus Security framework, identity providers play a crucial role in authentication and authorization by verifying user identities.
In the Quarkus Security framework, identity providers play a crucial role in authentication and authorization by verifying user identities.

Check warning on line 14 in docs/src/main/asciidoc/security-identity-providers.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.SentenceLength] Try to keep sentences to an average of 32 words or fewer. Raw Output: {"message": "[Quarkus.SentenceLength] Try to keep sentences to an average of 32 words or fewer.", "location": {"path": "docs/src/main/asciidoc/security-identity-providers.adoc", "range": {"start": {"line": 14, "column": 1}}}, "severity": "INFO"}
`IdentityProvider` creates a `SecurityIdentity` instance, which gets used during user authentication to verify and authorize access requests to your Quarkus application.

[[identity-providers]]
Expand Down

0 comments on commit c57dd10

Please sign in to comment.