Parth Swadas (Customer) asked a question.
0D50Z00008C3jopSABOkta Classic EngineAdministrationAnswered2018-09-05T01:29:36.000Z2015-10-26T11:24:38.000Z2016-08-23T01:33:21.000Z
IWA setting for Firefox browser through Group Policy
Hello Community, We've enabled Desktop SSO for our network which is working good with Chrome, IE And Safari browsers. However to enable IWA for firefox, there is manual configuration required ( IWA hostnames for network.negotiate-auth.trusted-uris). Can we change the firefox setting to configure the auth.trusted-uris using Group Policy? Thanks,Parth
- darron.hellmann1.4014679292281282E12 (Okta, Inc.)Hi Parth I don't see any reason why you couldn't use FireFox Group Policy to set any of the necessary tweaks for the Desktop SSO (IWA).Expand Post
- Parth Swadas (Customer)Hey Darron, I know it's possible through group policy. But i am not windows/GPO expert, so i was looking for any useful links or any document so i get preferred/ recommended method for changes.Expand Post
Polly_OldN.14209 (Customer)For the Firefox change, we added it to the login script. cd /D "%APPDATA%\Mozilla\Firefox\Profiles\*.default"findstr /c:"user_pref(\"network\.automatic-ntlm-auth\.trusted-uris\", \"<REPLACE_WITH_YOUR_DOMAIN>\");" "prefs.js"if %errorlevel% == 1 echo user_pref("network.automatic-ntlm-auth.trusted-uris", "<REPLACE_WITH_YOUR_DOMAIN>");>>"prefs.js"Expand Post
This question is closed.
