You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Oliver Lietz (JIRA)" <ji...@apache.org> on 2016/08/13 12:44:20 UTC

[jira] [Commented] (SLING-5122) Use Oak security framework for XING Login

    [ https://issues.apache.org/jira/browse/SLING-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419907#comment-15419907 ] 

Oliver Lietz commented on SLING-5122:
-------------------------------------

Karaf Feature (removed):
{noformat}
  <feature name="sling-auth-xing-login" version="${project.version}">
    <bundle>mvn:org.apache.sling/org.apache.sling.auth.xing.login/0.0.2</bundle>
    <!-- dependencies -->
    <feature version="${project.version}">sling</feature>
    <feature version="${project.version}">sling-jcr</feature>
    <bundle dependency="true">mvn:org.apache.sling/org.apache.sling.auth.xing.api/0.0.2</bundle>
  </feature>
{noformat}

> Use Oak security framework for XING Login
> -----------------------------------------
>
>                 Key: SLING-5122
>                 URL: https://issues.apache.org/jira/browse/SLING-5122
>             Project: Sling
>          Issue Type: Improvement
>          Components: Authentication
>    Affects Versions: Authentication XING Login 0.0.2
>            Reporter: Oliver Lietz
>            Assignee: Oliver Lietz
>             Fix For: Authentication XING Login 0.0.4
>
>
> use Oak security ({{javax.security.auth.spi.LoginModule}}) instead of {{org.apache.sling.jcr.jackrabbit.server.security.AuthenticationPlugin}}
> http://jackrabbit.apache.org/oak/docs/security/overview.html
> http://jackrabbit.apache.org/oak/docs/security/authentication/externalloginmodule.html



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