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

Local authentication ignores Accept-Language #47

Closed
tsujiguchitky opened this issue Apr 9, 2019 · 0 comments
Closed

Local authentication ignores Accept-Language #47

tsujiguchitky opened this issue Apr 9, 2019 · 0 comments
Assignees

Comments

@tsujiguchitky
Copy link
Contributor

Description

The SAML2 authentication module has a mechanism to internally call the authentication chain in order to map IdP users to SP users. This authentication chain is called linking authentication chain or local authentication.

The local authentication ignores Accept-Language header. It seems to use the default locale.

Steps to reproduce

  1. Start configuration of OpenAM. At that time, set "en_US" as Platform Locale.
  2. Configure OpenAM as a SAML SP. At that time, disable auto federation to use local authentication.
  3. Change the URL of Assertion Consumer Service (Consumer-> AuthConsumer).
  4. Exchange SAML metadata with IdP
  5. Configure the SAML2 authentication module. At that time, Linking Authentication Chain is set to ldapService.
  6. Set the locale of the browser to Japanese.
  7. Try SAML2 authentication and Authenticate on IdP.
  8. Check locale when the data store authentication screen is displayed

Expected Results

Local authentication screen is displayed in Japanese.

Actual Results

Local authentication screen is displayed in English.

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