yurem/jans-auth-server-test

passport_saml and passport_social produces script error after reloading script.

Opened this issue · 0 comments

yurem commented

passport_saml and passport_social produces script error after reloading script.

Related to support ticket 8685.

When script is reloaded (when save/update custom scripts options on oxTrust), the variables are destroyed what raises
AttributeError: 'PersonAuthentication' object has no attribute 'registeredProviders'

On passport_saml script the issue was resolved on 4.2.x here: GluuFederation/oxAuth#1413