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
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
auth_user_profile.user_id references the AuthID.id when using a local authentication database, but auth_user_profile.user_id references AuthUser.id. when using OpenID providers.
is this correct? where they are different? can I have both ways to extend the profile at the same time? Thank you!
on the page http://www.thesoftwarestudio.com/apex/extending_profile.html
auth_user_profile.user_id references the AuthID.id when using a local authentication database, but auth_user_profile.user_id references AuthUser.id. when using OpenID providers.
is this correct? where they are different? can I have both ways to extend the profile at the same time? Thank you!