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

Second connection to VDB through Kerberos authentication ends with exception

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.7.1, 8.9
    • 8.7.1
    • None
    • None
    • Hide

      1. Comfigure Kerberos authentication with Teiid over JDBC (https://developer.jboss.org/wiki/APracticalhow-toGuideToKerberosAuthenticationWithTeiidOverJDBC)

      • do not set default Kerberos authentication for teiid-jdbc port:
        <transport name="jdbc" socket-binding="teiid-jdbc" protocol="teiid">
        <authentication security-domain="teiid-security"/>
        </transport>

      2. Create dynamic VDB and add required properties to define Kerberos authentication (https://docs.jboss.org/author/display/teiid88final/Kerberos+support+through+GSSAPI)
      3. Connect to VDB and run any query (e.g. SELECT VDBName FROM SYS.Schemas)
      4. First attempt should return correct result
      5. Second ends with exception

      Show
      1. Comfigure Kerberos authentication with Teiid over JDBC ( https://developer.jboss.org/wiki/APracticalhow-toGuideToKerberosAuthenticationWithTeiidOverJDBC ) do not set default Kerberos authentication for teiid-jdbc port: <transport name="jdbc" socket-binding="teiid-jdbc" protocol="teiid"> <authentication security-domain="teiid-security"/> </transport> 2. Create dynamic VDB and add required properties to define Kerberos authentication ( https://docs.jboss.org/author/display/teiid88final/Kerberos+support+through+GSSAPI ) 3. Connect to VDB and run any query (e.g. SELECT VDBName FROM SYS.Schemas) 4. First attempt should return correct result 5. Second ends with exception

    Description

      Second (third,forth,...) conection to VDB through Kerberos ends with exception:
      javax.security.auth.login.LoginException: TEIID50103 Wrong Response returned from EXAMPLE.COM security domain; Expecting a Kerberoes response

      Attachments

        Activity

          People

            rhn-engineering-rareddy Ramesh Reddy
            jdurani Juraj Duráni (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: