eclipse-ee4j / eclipse-ee4j/jersey

OAuth2FlowGoogleBuilder.loginHint() uses wrong property key

Open
#3,436 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.