Wyllys Ingersoll created SYNCOPE-1342:
-----------------------------------------
Summary: console UI login form ignores Domain selection
Key: SYNCOPE-1342
URL: https://issues.apache.org/jira/browse/SYNCOPE-1342
Project: Syncope
Issue Type: Bug
Components: console
Affects Versions: 2.1.0
Reporter: Wyllys Ingersoll
Login to UI console ignores the "domain" setting.
Steps to recreate:
# create new domain, restart core and console
# make "admin" password for new domain different from the Master domain admin
password
# Login to console UI with admin user and select the new domain. - login fails.
Using same credentials with REST API via curl or swagger UI succeeds and the
token is correct for the new domain. Something is broken with console UI
authentication to domains other than Master.
Observing the request sent from the UI to the console in the browser shows that
the domain parameter does change in the parameters that the browser sends if
the alternate domain is selected (domain=0 vs domain=1), but the backend seems
to be ignoring it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)