Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected screen is displayed when the authentication chain fails #58

Closed
tsujiguchitky opened this issue Apr 17, 2019 · 0 comments
Closed
Assignees
Milestone

Comments

@tsujiguchitky
Copy link
Contributor

Description

If second stage authentication fails in the authentication chain, the authentication failure screen is displayed. However, if the URL parameter such as goto contains sessionExpired, the session timeout screen is displayed.

Example URL:
http://openam.example.co.jp/openam/UI/Login?goto=http%3A%2F%2Flocalhost%2FsessionExpired%2Findex.html

Steps to reproduce

  1. Create an authentication chain that includes datastore authentication and HOTP authentication
  2. Access the above authentication chain. In that case, goto contains sessionExpired
  3. Make datastore authentication successful
  4. Make HOTP authentication failure

Expected Results

The authentication failure screen is displayed.

Actual Results

The session timeout screen is displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants