Need help enabling Account Recovery

Gemma4
Mega Sage

Hi everyone,

Can I get feedback and help to ensure I understand cause and effect of setting up account recovery and how to be compliant with it during a healthscan?

We currently are using onelogin for Prod but the lower environments are just using a local account we setup in users.

I am not getting the option to enable the Account recovery checkbox and also Missing Step 2 and Step 3. We are using version Utah. 

 

To be compliant is it correct that I would need to do the following:

If so, what is the user impact and risk?

 

com.snc.integration.sso.multi.installer- not a property setup need to add and set value to true
glide.sso.acr.enabled-  currently false,  need to change to true
glide.authenticate.multisso.enabled - not a property setup, need to add and set value to true

com.snc.integration.sso.multi.installer not a property need to add and set value to true


Below are the articles I read that were a little confusing to me and I wanted to confirm I was on the right track.

https://docs.servicenow.com/bundle/utah-platform-security/page/integrate/single-sign-on/concept/conf...

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0954903

 

Thank you in advance for any feedback you can provide

 

2 REPLIES 2

Nisha30
Kilo Sage

Hi ,

were you able to set up ACR properly. I am facing same issue.

Once I enabled these properties, we are unable to login to instance even with admin accounts. 

Any suggestion please if you had resolved the issue.

Thanks

abhishek_s
Tera Contributor

The #1 effect of setting up ACR is that local logins (via /login.do and /side_door.do) are restricted to modifying only the SSO / certification configuration despite being administrators.

In other words, if you ever need to login via /login.do as an admin and do something that only admins can do (say run a background script), ACR will not let you do that.

 

There might (i.e. may or may not) be a way out using some policy configuration but SN documentation provides no such examples. That would be like negating the whole point of ACR.