Default value for ClientRegistration redirect-uri #16377
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
If the Client Registration redirect-uri property is missing from a Spring Boot application, it fails on startup with:
The redirect URI should be defaulted to
{baseUrl}/login/oauth2/code/{registrationId}
. I'm not sure if it makes sense for this to default in Spring Security or Boot, but a user should not have to provide the propertyThe text was updated successfully, but these errors were encountered: