Skip to content

OidcUserInfo Change PhoneNumberVerified Field to Boolean #923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ramonmalcolm10 opened this issue Oct 11, 2022 · 1 comment
Closed

OidcUserInfo Change PhoneNumberVerified Field to Boolean #923

ramonmalcolm10 opened this issue Oct 11, 2022 · 1 comment
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@ramonmalcolm10
Copy link

Describe the bug
When setting the phoneNumberVerified field, it accept a String instead of a boolean.

To Reproduce
OidcUserInfo userInfo = OidcUserInfo.builder().phoneNumberVerified(String.valueOf(true)).build();

Expected behavior
OidcUserInfo userInfo = OidcUserInfo.builder().phoneNumberVerified(true).build();

@ramonmalcolm10 ramonmalcolm10 added the type: bug A general bug label Oct 11, 2022
@jgrandja jgrandja self-assigned this Oct 24, 2022
@jgrandja jgrandja added type: enhancement A general enhancement and removed type: bug A general bug labels Oct 24, 2022
@jgrandja jgrandja added this to the 0.4.0-RC1 milestone Oct 24, 2022
@jgrandja
Copy link
Collaborator

Thanks for the report @ramonmalcolm10. This is now resolved via 629e220.

doba16 pushed a commit to doba16/spring-authorization-server that referenced this issue Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants