You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2020/12/12 13:43:00 UTC

[jira] [Resolved] (FELIX-6370) Provide a User interface for checks within plugins

     [ https://issues.apache.org/jira/browse/FELIX-6370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved FELIX-6370.
-------------------------------------
    Resolution: Fixed

Added a new user interface

https://github.com/apache/felix-dev/commit/5b50cf0876bd85c62949f0607280af08b52248d2

> Provide a User interface for checks within plugins
> --------------------------------------------------
>
>                 Key: FELIX-6370
>                 URL: https://issues.apache.org/jira/browse/FELIX-6370
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>            Priority: Major
>             Fix For: webconsole-4.5.6
>
>
> The authentication within the webconsole is done by the security provider (a plugin). With this an object is set as a request attribute about the returned user info (any object).
> However, plugins might want to do a authorization check through the web console security provider. Doing so, plugins need to extract the user from the request, get the same security provider service and then invoke the service.
> It would be easier to add a new User interface to the API and allow such checks through this interface and attach an object of this type to the request.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)