[
https://issues.apache.org/jira/browse/SYNCOPE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552478#comment-16552478
]
ASF subversion and git services commented on SYNCOPE-1342:
----------------------------------------------------------
Commit 541117a520fbdf3365f0a693bebec89cefeb542d in syncope's branch
refs/heads/2_1_X from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=541117a ]
[SYNCOPE-1342] Missing onblur / onchage on domain and locale dropdown
> 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
> Assignee: Francesco Chicchiriccò
> Priority: Major
> Fix For: 2.1.1, 3.0.0
>
>
> 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)