You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Keycloak as the backend for OpenID. When configuring the "Phone mapping" field in the "extra attributes mapping" section, the attribute is not being mapped correctly, and the phone number is not displayed on the user profile panel. I have confirmed that the phone number is correctly provided on the Keycloak side. Additionally, mapping the phone attribute to the nickname field is successful, as the phone number appears in the nickname section on the user profile panel.
Can someone help?
The text was updated successfully, but these errors were encountered:
Sorry for the late response, but if you're still having trouble, please share your Keycloak configuration and user_oidc settings so that we can confirm/reproduce your issue.
I am currently using the App with Nextcloud and Authentik as the Identity Provider. I am trying to pass the phone_number attribute to Nextcloud, but it is not being displayed in the "Phone Number" field in the Nextcloud user profile.
Here are the details of my setup:
In Authentik, I have created a property mapping that includes the following:
And in my User I've added the following in Attributes :
phone_number: "123456789"
When I map phone_number to another field in Nextcloud, such as "Biography", the value is displayed correctly.
Steps to Reproduce:
Configure Authentik as an OpenID Connect provider.
Add a property mapping in Authentik that includes the phone_number field.
Log in to Nextcloud using OpenID Connect.
Check the user profile in Nextcloud.
Expected Behavior: The phone_number attribute should appear in the "Phone Number" field in the Nextcloud user profile.
Actual Behavior: The phone_number value is not displayed in the "Phone Number" field. However, if mapped to another field (e.g., "Biography"), it appears correctly.
I am using Keycloak as the backend for OpenID. When configuring the "Phone mapping" field in the "extra attributes mapping" section, the attribute is not being mapped correctly, and the phone number is not displayed on the user profile panel. I have confirmed that the phone number is correctly provided on the Keycloak side. Additionally, mapping the phone attribute to the nickname field is successful, as the phone number appears in the nickname section on the user profile panel.
Can someone help?
The text was updated successfully, but these errors were encountered: