Open
Description
Today we hard code user-auth provisioners with the static user-auth
provisioner key in the database. This has issues with displaying this relationship with provisioners because the static key will always have a default
org ID value. This complicates the display of this data on the UI and DB queries since they filter by organization ID.
We should reconsider the data models and relationships with provisioners
and provisionerkeys
to better reflect an accurate state. This most likely means connecting user-auth provisioners to a user
and building a provisioner key for the UI that way.