-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi Team,
I am using the onelogin sdk library for my android app, but I found an isssue when getting user information, as if we configured the custom parameters from one login web portal.
There is no provison to get those parameter in getUserInfo sdk method, as data class in callback (UserInfo) do not have any key as "params".
As when I checked this in POSTMAN, in response, we get those parameters in "params" key.
Please see the postman response:
{
"sub": "xxxxxxxxx",
"email": "xxxxxx@xxxxx",
"preferred_username": "xxxxxxx",
"name": "xxxxxxx",
"params": {
"Birthplace": "xxxxxx",
"Groups": "xxxxxx"
}
}
Can you please let me know if we are planning to make these changes in upcoming days?
Thanks
Himanshu Kumar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels