[
https://issues.jboss.org/browse/ELY-1537?page=com.atlassian.jira.plugin.s...
]
Derek Horton commented on ELY-1537:
-----------------------------------
In EAP 7.1, org.wildfly.security.auth.server.SecurityDomain appears to be shipped in a
private module:
<module xmlns="urn:jboss:module:1.5"
name="org.wildfly.security.elytron-private">
<properties>
<property name="jboss.api" value="private"/>
</properties>
...
...
Perhaps, I am looking at the wrong class.
PolicyContext.getContext("javax.security.auth.Subject.container")
-----------------------------------------------------------------
Key: ELY-1537
URL:
https://issues.jboss.org/browse/ELY-1537
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.2.3.Final
Reporter: Ilia Vassilev
Assignee: Darran Lofthouse
PolicyContext.getContext("javax.security.auth.Subject.container") returns null
when using elytron to protect a web application.
This should return the authenticated subject.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)