Open
Description
Expected Behavior
When starting spring boot application with reactive stack (e.g. spring cloud gateway), it would be useful to not fail if IdP is not available at the boot time.
Current Behavior
Currently if IdP is not available and we use provider's issuer-uri
property, application won't start.
Context
For non reactive stack there's already SupplierClientRegistrationRepository
.
related issues
spring-boot
spring-security