helidon icon indicating copy to clipboard operation
helidon copied to clipboard

OIDC lazy loading of metadata

Open tomas-langer opened this issue 2 years ago • 1 comments

Currently when Helidon starts, it loads Open ID Connect (OIDC) metadata from the "well known" endpoint by default. To have better startup speed, and the capability to boot without the OIDC available, we should load this lazily on first request (with configurable "fail fast" flag to keep current behavior when wanted/needed).

tomas-langer avatar Jun 13 '22 17:06 tomas-langer

This change should be combined with support for multitenancy in OIDC. @Verdent please contact me for a prototype

tomas-langer avatar Jul 29 '22 14:07 tomas-langer