| Products | Versions |
|---|---|
| TIBCO Data Virtualization | All supported versions |
Does the pass-through authentication feature (token pass-through - an SSO connection via studio, used to authenticate using pass-through authentication to a data source via Kerberos) dependent on the Kerberos ticket having the "forwardable" flag set?
Prerequisites:
#1) Set the forwardable flag to true in krb5.ini file and
#2) Login to TDV Studio using SSO
[libdefaults]
default_realm = TEST.DOMAIN.NET
dns_lookup_realm = true
dns_lookup_kdc = true
ticket_lifetime = 24h
renew_lifetime = 7d
forwardable = true
udp_preference_limit = 1
noaddresses = true
[realms]
TEST.DOMAIN.NET = {
kdc = xxxxx.test.domain.net
kdc = yyyyy.test.domain.net
kdc = 172.22.176.26
}