Hi all! I’ve set up an auth integration with Okta, which works great. However, when I try to add additional attributes to st.experimental_user
(e.g., jobTitle
), they do not appear in st.experimental_user
. I can see that the attributes are included in the ID token payload in the Okta admin token preview. The attributes are under the profile scope, which is included in the app.
Can anyone point me in the right direction or help me understand how the ID token payload is being parsed before being added to st.experimental_user
?
Many thanks!