This content has been marked as final.
Show 4 replies
-
1. Re: BMC Discovery REST API user non-expiry password
Brice-Emmanuel LoiseauxNov 29, 2017 5:11 AM (in response to Michael Rees)
1 of 1 people found this helpfulI don't think this is possible since security policies are global - Managing security policies - BMC Discovery 11.2 - BMC Documentation.
The best you can do is make sure this user belongs to a group with never-deactivate rights - Managing groups - BMC Discovery 11.2 - BMC Documentation.
-
2. Re: BMC Discovery REST API user non-expiry password
Michael Rees Nov 29, 2017 5:45 AM (in response to Michael Rees)1 of 1 people found this helpfulExcellent - Thanks for your help, I missed that when I was looking at the Groups...
-
3. Re: BMC Discovery REST API user non-expiry password
Andrew WatersNov 29, 2017 6:07 AM (in response to Michael Rees)
3 of 3 people found this helpfulThis is not correct.
A password will only expire if you give it rights to log into the UI. So if you do not give the account the rights to log into the UI.
Regardless you would almost certainly be better served in using a permanent token, as per the REST API authentication docs.
-
4. Re: BMC Discovery REST API user non-expiry password
Michael Rees Nov 29, 2017 8:23 AM (in response to Andrew Waters)Thanks for the update...