By: Ben Switzer Account Admin 28 Jan 2020 at 2:59 p.m. CST

2 Responses
Ben Switzer gravatar
We are setting up a page that has two forms on it. One for simple_auth_password and one for PKI_CAC. I am trying to put what form was used into context and have getPageForStep read that context so it knows what to do. If there is a better alternative, please let me know. I am getting the error: global name 'Contexts' is not defined within the getPageForStep function. Can contexts be accessed from getPageForStep?

By Thomas Gasmyr Mougang staff 29 Jan 2020 at 2:25 a.m. CST

Thomas Gasmyr Mougang gravatar
You can use: - **identity.setWorkingParameter(key,value)** - **identity.getWorkingParameter(key)**

By Ben Switzer Account Admin 29 Jan 2020 at 10:15 a.m. CST

Ben Switzer gravatar
That appears to work. Thank you for your quick response!