You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2016/03/30 10:17:25 UTC

[jira] [Created] (QPID-7169) Make AuthenticatedPrincipal carry given name

Keith Wall created QPID-7169:
--------------------------------

             Summary: Make AuthenticatedPrincipal carry given name
                 Key: QPID-7169
                 URL: https://issues.apache.org/jira/browse/QPID-7169
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Keith Wall
             Fix For: qpid-java-6.1


Change {{AuthenticatedPrincipal}} to carry a {{givenName}}.  This will typically carry the given name of the human user.  It will be legal for an AuthenticatedPrincipal not to have a given name, so this field may be null.

AuthenticationProviders will be responsible for populating the givenName from the authentication backend as the user authenticates.  The precise details of this step will vary from provider to provider.

The Web Management Console needs the givenName for presentation purposes (so the Console can display who is logged in in a friendly manner).  Change the {{SaslServlet}} to pass the {{givenName}} from the Authenticated Principal.  Change the menu bar of the Web Management Console to include the given name if it is available.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org