eclipse-ee4j / eclipse-ee4j/jersey
OAuth2FlowGoogleBuilder.loginHint() uses wrong property key
Open
Component: security
Priority: Major
Type: Bug
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
From OAuth2FlowGoogleBuilder.java:
```
public OAuth2FlowGoogleBuilder loginHint(String loginHint)
{ return property(OAuth2CodeGrantFlow.Phase.AUTHORIZATION, Display.getKey(), loginHint); }
```
Display.getKey() should probably be OAuth2FlowGoogleBuilder.LOGIN_HINT.
#### Affected Versions
[2.23.2]
Contributor guide
Assessment
This issue has not been assessed yet.