By: Arthur Barrett user 13 Jun 2021 at 9:31 p.m. CDT

2 Responses
Arthur Barrett gravatar
In a default install of Gluu 4.2.3 the admin user has a 'home telephone number' listed when you use oxtrust gui 'manage people' and 'edit'. But newly created users do not have the option of adding a claim for 'phone number' or 'home phone number'. I also can't see it in the attribute list anywhere. If I do an LDIF export, it's not available there either. I see a 'phone' number LIST availabe from SCIM - but if I add a person with that set, it doesn't end up visible in oxtrust gui under 'manager people' 'edit'. in the schema, telephone number is listed under organization: https://gluu.org/docs/gluu-server/4.2/reference/schema/ But the default admin user does not have the organization claim... So where is this coming from and how can I access it via SCIM. We want to use OTP SMS as a backup authentication method, and the default script uses phonenumberverified and the phonenumber... so how can we set the phone number via SCIM if it's not an attribute? I'm confused.

By Arthur Barrett user 13 Jun 2021 at 9:38 p.m. CDT

Arthur Barrett gravatar
OK - found they are listed in attributes, they are just inactive. So I've activated them and set access via scim and all good. But to me it looks like a bug that admin user by default has 'home telephone number' and you can see that on the 'manage people' 'edit' screen in oxtrust gui even though that attribute is inactive. it's a good bug - because it pointed me in the direction I needed to find the missing attribute. I think there are two bugs: 1) inactive attributes display on 'manage people' 'edit' in oxtrust gui 2) the home telephone number attribute should not be inactive by default because it is used by the admin user. these may or may not be bugs: 1) home phone number, mobile, work telephone number missing from schema docs 2) guide to setting up oxd sms twilio should list the need to make the telephone number attributes active as a step 3) phoneNumber list/array in SCIM / swagger / yaml should be removed (not used)

By Mohib Zico staff 13 Jun 2021 at 11:19 p.m. CDT

Mohib Zico gravatar
>> 1) home phone number, mobile, work telephone number missing from schema docs 2) guide to setting up oxd sms twilio should list the need to make the telephone number attributes active as a step 3) phoneNumber list/array in SCIM / swagger / yaml should be removed (not used) Thanks for your recommendation, Arthur. We will update doc!