Can an Okta profile be accessed from the sign in page javascript?

Can an Okta profile and it’s properties be accessed from the sign in page javascript? We have the user’s profile name already.

I can’t think of a secure way to do this. If the user has not completed login yet, they have no token/session/permission that can be use to request this kind of information and using an Admin token within Javascript is definitely not a secure idea.

What is your use case here?

We would like to be able to get the user’s office which is stored as a custom property on the profile, possibly the userid as well

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.