By: Vijay Kumar user 21 Jul 2022 at 11:21 a.m. CDT

1 Response
Vijay Kumar gravatar
I am trying to customize the idfirst custom script. https://github.com/GluuFederation/oxAuth/blob/master/Server/integrations/idfirst/README_idfirst.md After deploying the script, I see the logs that it gets called. But it does not rendered login page. Below are the logs: ``` 2022-07-21 16:10:26,122 INFO [qtp1818402158-17] [org.gluu.service.PythonService$PythonLoggerOutputStream] (PythonService.java:240) - Identifier First. getPageForStep called 1 2022-07-21 16:10:26,197 INFO [qtp1818402158-15] [org.gluu.service.PythonService$PythonLoggerOutputStream] (PythonService.java:240) - Identifier First. isValidAuthenticationMethod called 2022-07-21 16:10:26,199 WARN [qtp1818402158-15] [org.gluu.oxauth.service.external.ExternalAuthenticationService] (ExternalAuthenticationService.java:388) - Current acr_values: 'idfirst' isn't valid 2022-07-21 16:10:26,200 INFO [qtp1818402158-15] [org.gluu.service.PythonService$PythonLoggerOutputStream] (PythonService.java:240) - Identifier First. getAlternativeAuthenticationMethod 2022-07-21 16:10:26,202 INFO [qtp1818402158-15] [org.gluu.service.PythonService$PythonLoggerOutputStream] (PythonService.java:240) - Identifier First. Inspecting user None 2022-07-21 16:10:26,205 INFO [qtp1818402158-15] [org.gluu.service.PythonService$PythonLoggerOutputStream] (PythonService.java:240) - Identifier First. User does not exist ``` What I understood , login page should be rendered before method "getAlternativeAuthenticationMethod" gets called, but it directly show error page. I deployed xhtml files which are here: https://github.com/GluuFederation/oxAuth/tree/master/Server/src/main/webapp/auth/idfirst It seems some xml file is also required corresponding to each xhtml files , but I could not find any. https://gluu.org/docs/gluu-server/4.4/authn-guide/customauthn/#samples-and-documentation Could you please guide here.

By Mohib Zico staff 01 Aug 2022 at 10:53 a.m. CDT

Mohib Zico gravatar
Customization is not covered in community support.