[OPENAM-15663] UserInfoClaims is not part of public API Created: 11/Nov/19 Updated: 05/Oct/20 Resolved: 02/Sep/20 |
|
Status: | Resolved |
Project: | OpenAM |
Component/s: | API descriptor |
Affects Version/s: | 13.5.0, 13.5.1, 13.5.2, 14.0.0, 14.1.0, 14.1.1, 14.5.0, 14.5.1, 5.5.1, 14.1.1.1, 14.1.1.2, 14.1.1.3, 6.0.0, 6.0.0.1, 6.0.0.2, 6.0.0.3, 6.0.0.4, 14.1.1.4, 6.0.0.5, 14.1.1.5, 14.1.2.2, 6.5.0, 6.0.0.6, 6.5.0.1, 6.0.0.7, 14.1.2.3, 6.5.1, 6.5.0.2, 14.1.2.4, 6.5.2, 6.5.2.1, 6.5.2.2, 14.1.2.5, 14.1.2.11 |
Fix Version/s: | 5.5.3, 6.5.3, 7.1.0, 7.0.1 |
Type: | Bug | Priority: | Major |
Reporter: | Bernhard Thalmayr | Assignee: | Lawrence Yarham |
Resolution: | Fixed | Votes: | 0 |
Labels: | EDISON, javadocs | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||||||||||
Target Version/s: | |||||||||||||||||
Rank: | 1|hzzf3j: | ||||||||||||||||
Sprint: | AM Sustaining Sprint 78 | ||||||||||||||||
Story Points: | 2 | ||||||||||||||||
Support Ticket IDs: | |||||||||||||||||
Functional tests: |
No
|
||||||||||||||||
Are the reproduction steps defined?: |
Yes and I used the same an in the description
|
Description |
Bug descriptionUserInfoClaims is not part of public API How to reproduce the issueand try to implement a custome scope validator (https://backstage.forgerock.com/docs/am/6.5/apidocs/org/forgerock/oauth2/core/ScopeValidator.html) without looking the source. Expected behaviourUserInfoClaims needs to be part of the public API in order to implement a custom Scope Validator Current behaviourUserInfoClaims is not mentioned in public API |
Comments |
Comment by Anastasios Kampas [ 10/Jun/20 ] |
OIDC claims script also imports UserInfoClaims package: import com.iplanet.sso.SSOException import com.sun.identity.idm.IdRepoException import org.forgerock.oauth2.core.exceptions.InvalidRequestException import org.forgerock.oauth2.core.UserInfoClaims import org.forgerock.openidconnect.Claim In fact only com.iplanet.sso.SSOException & com.sun.identity.idm.IdRepoException are part of the public API. Perhaps as part of this JIRA, we can add the other 2? |