oxAuth
oxAuth copied to clipboard
Gluu 4.1 QA - Null error after OTP QR code screen times out
Describe the issue
Null error after OTP QR code screen times out
Steps To Reproduce
Steps to reproduce the behavior:
- Enable OTP custom script and set in oxTrust acr default authentication
- Login to oxtrust UI, and wait until QR screen times out, without registering with OTP device
Expected behavior
It should give a friendly error message or allow user to retry registration
Actual behavior
A clear and concise description of what happen. OOPS error
##Environment detail
OS: CentOS 7.4 Gluu version(If applicable):4.1 with hybrid (couchbase and wrends)
I agree that the error message not explains details. it should show that session timeout. I offer to move this to 4.2 because updates can cause other issues in 4.1 now.
Also oxAuth can't cover re-authenticate flow because even AuthZ can be expired. As result after successful authentication RP can refuse issues code/token. For such case in oxAuth there is property: errorHandlingMethod: remote
. In this case after login failure (for example session timeout) oxAuth sends user to RP with error response. RP should handle it and re-initiate login flow.
Here is how oxTrust handle it:
You can press return Button
to force relogin
It should be fixed in 4.1.1
When QR code times out, we will refresh (reload) QR code
think this can be closed @maduvena ?
hi @yurem , message is still not user friendly on 4.2.2. , current message is "unexpected error has occurred at null "
this issue is fixed