[teiid-issues] [JBoss JIRA] (TEIID-3763) WS connector oauth security setting not work in Embedded

Kylin Soong (JIRA) issues at jboss.org
Mon Oct 26 01:54:00 EDT 2015


     [ https://issues.jboss.org/browse/TEIID-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kylin Soong reassigned TEIID-3763:
----------------------------------

    Assignee: Kylin Soong


> WS connector oauth security setting not work in Embedded
> --------------------------------------------------------
>
>                 Key: TEIID-3763
>                 URL: https://issues.jboss.org/browse/TEIID-3763
>             Project: Teiid
>          Issue Type: Bug
>          Components: Misc. Connectors
>    Affects Versions: 8.12
>            Reporter: Kylin Soong
>            Assignee: Kylin Soong
>             Fix For: 8.12.x
>
>         Attachments: jca-ra-outbound.png
>
>
> In WSConnectionImpl setDispatchProperties setting depend on Security Subject:
> {code}
> else if (this.mcf.getAsSecurityType() == WSManagedConnectionFactory.SecurityType.OAuth) {
>             Subject subject = ConnectionContext.getSubject();
>             if (subject != null) {
>                 }
>            ...
>         }
> {code}
> Note if run WS connector with security in Embedded, ConnectionContext.getSubject() return null, the cause exception throw.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list