SupplierClientRegistrationRepository for reactive stack #16750
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
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
The text was updated successfully, but these errors were encountered: