Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-3763

WS connector oauth security setting not work in Embedded

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.12.1, 8.13
    • 8.12
    • Misc. Connectors
    • None

    Description

      In WSConnectionImpl setDispatchProperties setting depend on Security Subject:

      else if (this.mcf.getAsSecurityType() == WSManagedConnectionFactory.SecurityType.OAuth) {
                  Subject subject = ConnectionContext.getSubject();
                  if (subject != null) {
                      }
                 ...
              }
      

      Note if run WS connector with security in Embedded, ConnectionContext.getSubject() return null, the cause exception throw.

      Attachments

        Activity

          People

            kylinsoong.1214@gmail.com Kylin Soong (Inactive)
            kylinsoong.1214@gmail.com Kylin Soong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: