Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/security-openid-connect-web-authenticat…
Browse files Browse the repository at this point in the history
…ion.adoc

Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
sberyozkin and gastaldi authored Nov 29, 2021
1 parent be8dfaf commit 0c23967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ quarkus.oidc.client-id=github_app_clientid
quarkus.oidc.credentials.secret=github_app_clientsecret
----

This is all what is needed for an endpoint like this one to return the currently authenticated user's profile with `GET http:localhost:8080/github/userinfo` and access it as the individual `UserInfo` properties:
This is all what is needed for an endpoint like this one to return the currently authenticated user's profile with `GET http://localhost:8080/github/userinfo` and access it as the individual `UserInfo` properties:

[source,java]
----
Expand Down

0 comments on commit 0c23967

Please sign in to comment.