Open svilenvul opened 6 years ago
I have noticed that FormCredentialsExtractor is not configured as expected. A quick diff for reference :
@Modified void update(Map<String, Object> properties) { - Object loginUri = properties.get(LOGIN_ENDPOINT); + Object loginUri = properties.get("loginEndpoint"); if (loginUri != null && loginUri instanceof String) { this.loginEndpoint = (String) loginUri; }
I have noticed that FormCredentialsExtractor is not configured as expected. A quick diff for reference :