SuperGrover
‎03-09-2023
New Contributor II

Joined: October 2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

Currently, app licenses get assigned when a user is scoped to a self service policy. I want to script an option that a user can “request” to have access to an application through self service and then automatically get added to a smart group that the...
Hey folks, Im trying to create a Self-Service policy that will Disable or Enable the "Smart Quotes" keyboard feature in system preferences. When I run this code in my Coderunner app it works perfectly, but as soon as I load the script in the into a S...
Hello all,I am having issues with the Okta Browser Plugin Chrome extension settings. When you open the plugin settings, the option "Disable browser password prompts" is toggled on and greyed out with the message "This feature is not available because...
Im trying to create a self-service policy with a script that will disable the "smart quotes" system setting but am running into issues getting this to work. defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false Above command s...