You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current OIDC tutorials and reference documents can be considered quite technical and some users might find it challenging to figure out how to setup OIDC.
This issue will continue with the idea of creating Getting Started Fast with Security series of tutorials, with the Basic and JPA tutorial being the first and only such a guide so far, with the plan always being to follow up with something for OIDC.
The next guide will show a Happy path Google authentication with 3 properties only
Implementation ideas
Show how to register Quarkus App in Google dashboard
Show a simple endpoint injecting ID token and using it to interact with the user
Show a typical structure of ID token, explain how it differs from access token
The endpoint will show how to logout using the injected OidcSession
Security identity augmentor is introduced showing how to augment Google tokens for them to go through RBAC check
Hi @maxandersen Indeed, thanks for proposing it the first place, #33056. This specific guide will also have a tag, Google in this case, but will have a link for more info the the well-known providers guide (in addition to #33056)
Description
Current OIDC tutorials and reference documents can be considered quite technical and some users might find it challenging to figure out how to setup OIDC.
This issue will continue with the idea of creating Getting Started Fast with Security series of tutorials, with the Basic and JPA tutorial being the first and only such a guide so far, with the plan always being to follow up with something for OIDC.
The next guide will show a Happy path Google authentication with 3 properties only
Implementation ideas
CC @maxandersen @cescoffier @stuartwdouglas @FroMage @n1hility
The text was updated successfully, but these errors were encountered: