[
https://issues.apache.org/jira/browse/SLING-5123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419906#comment-15419906
]
Oliver Lietz commented on SLING-5123:
-------------------------------------
Karaf Feature (removed):
{noformat}
<feature name="sling-auth-xing-oauth" version="${project.version}">
<bundle>mvn:org.apache.sling/org.apache.sling.auth.xing.oauth/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 OAuth
> -----------------------------------------
>
> Key: SLING-5123
> URL: https://issues.apache.org/jira/browse/SLING-5123
> Project: Sling
> Issue Type: Improvement
> Components: Authentication
> Affects Versions: Authentication XING OAuth 0.0.2
> Reporter: Oliver Lietz
> Assignee: Oliver Lietz
> Fix For: Authentication XING OAuth 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)