I am developing an application where encrypted data is kept. Therefore, anyone should not view the information of the users in the live with the “run as” feature. I need to disable “run as” feature including developers and application owner.
I found these options in settings. There doesn’t seem to be an option where I’m allowed to edit but “run as” is disabled. Is it possible to disable this feature?
If there is no way to disable “run as”, how do I know if a user is logged in with “run as”? If I can detect this with a flow, I can log the user out and redirect him to the login page.