Skip to content

Commit

Permalink
Merge pull request quarkusio#37840 from rolfedh/QDOCS-565
Browse files Browse the repository at this point in the history
Edit security-identity-providers.adoc
  • Loading branch information
sberyozkin authored Dec 20, 2023
2 parents 4a8200e + c57dd10 commit 0ba68c5
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.
`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 0ba68c5

Please sign in to comment.