I tested it but this method was not caled. I also share my code.
my `auth_url`
```
https://cyber.gluu.info/oxauth/seam/resource/restv1/oxauth/authorize?scope=openid+uma_protection+uma_authorization+user_name&client_id=@!54B8.E44B.A17C.A9E8!0001!5BD7.7FEA!0008!7BBF.7AFA.A678.7FB3&response_type=code&acr_values=basic_test&redirect_uri=https%3A%2F%2Fmail.ru&response_mode=form_post&display=popup&custom_response_headers=%5B%7B%22phone%22%3A%22%22%7D%2C%7B%22user%22%3A%22%22%7D%5D
```
and this is the my `oxauth.log`
```
2017-06-05 15:43:21,088 INFO [qtp242131142-17] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:323) - Authentication success for User: 'admin'
2017-06-05 15:51:13,367 INFO [qtp242131142-15] [org.xdi.oxauth.service.AuthenticationService] (AuthenticationService.java:519) - Attempting to redirect user: SessionUser: SessionState, dn='oxAuthSessionId=3ec4153f-3d90-4b1c-8e11-aa4bc328aa4f,ou=session,o=@!54B8.E44B.A17C.A9E8!0001!5BD7.7FEA,o=gluu', id='3ec4153f-3d90-4b1c-8e11-aa4bc328aa4f', isJwt=false, lastUsedAt=Mon Jun 05 15:51:13 UTC 2017, userDn='inum=@!54B8.E44B.A17C.A9E8!0001!5BD7.7FEA!0000!A8F2.DE1E.D7FB,ou=people,o=@!54B8.E44B.A17C.A9E8!0001!5BD7.7FEA,o=gluu', authenticationTime=Mon Jun 05 15:51:13 UTC 2017, state=authenticated, permissionGranted=null, permissionGrantedMap=org.xdi.oxauth.model.common.SessionIdAccessMap@412779b7, sessionAttributes={auth_step=1, acr=basic_test, remote_ip=10.153.10.197, scope=openid uma_protection uma_authorization user_name, display=popup, acr_values=basic_test, response_type=code, redirect_uri=https://mail.ru, client_id=@!54B8.E44B.A17C.A9E8!0001!5BD7.7FEA!0008!7BBF.7AFA.A678.7FB3, response_mode=form_post, auth_user=admin}, persisted=true}
2017-06-05 15:51:13,369 INFO [qtp242131142-15] [org.xdi.oxauth.service.AuthenticationService] (AuthenticationService.java:527) - Attempting to redirect user: User: org.xdi.oxauth.model.common.User@32a48819
2017-06-05 15:51:13,375 INFO [qtp242131142-15] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:323) - Authentication success for User: 'admin'
```