[jboss-jira] [JBoss JIRA] (ELY-1685) Incorrectly named attribute match-user in authentication-context in Elytron subsystem
Jan Kalina (JIRA)
issues at jboss.org
Wed Sep 26 12:13:00 EDT 2018
Jan Kalina created ELY-1685:
-------------------------------
Summary: Incorrectly named attribute match-user in authentication-context in Elytron subsystem
Key: ELY-1685
URL: https://issues.jboss.org/browse/ELY-1685
Project: WildFly Elytron
Issue Type: Bug
Components: XML
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Critical
Fix For: 1.1.0.Beta49
Rule matcher {{match-user}} in authentication-context in Elytron subsystem internally uses {{org.wildfly.security.auth.client.MatchUserRule}}. This matcher works based on passed userinfo. However naming of {{match-user}} in Elytron subsystem indicates that just user part of userinfo should be used in matching.
Also description in CLI is not correct, it says: _The user to match against._
It means one of following should be changed:
* name of {{match-user}}
* functionality of {{MatchUserRule}}
Since Elytron client configuration file includes for the same matcher with name {{match-userinfo}} then I suggest to rename attribute {{match-user}} in {{authentication-context}} in Elytron subsystem to {{match-userinfo}} and improve description in CLI and XSD.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list