[
https://issues.jboss.org/browse/TEIID-2095?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-2095:
-------------------------------------
- The -ds.xml has Connection URL is like
"jdbc:teiid:YahooTest@mm://xx.xx.xx.xx:31000" it should be
"jdbc:teiid:YahooTest". When somebody supplies a host and port it is not local
connection, and there is no-pass-through authentication there. Pass through only applies
to LocalConnections.
- UDF implementation jar not attached
Ultimately the issue is your user whoever is accessing must have a role called
"MyRole" in the security-domain they are logging into. I am not sure if the WAR
generation gives you access to define the role name or not.
Cannot use deployed WAR with HTTPBasic authentication
-----------------------------------------------------
Key: TEIID-2095
URL:
https://issues.jboss.org/browse/TEIID-2095
Project: Teiid
Issue Type: Bug
Components: SOAP Services
Affects Versions: 7.7.1
Environment: RHEL6 (SOA 5.3 ER5)
Reporter: Paul Nittel
Assignee: Ted Jones
Fix For: 7.7.1
Attachments: yahoosourceBasic-ds.xml, YahooTest.vdb, YahooTest_Basic.war
I created a WAR which specifies HTTPBasic security. My WAR definition specifies a role
and the default realm (teiid-security).
On the server, my datasource specifies PassthroughAuthentication=true. I have tried
Security Deployment Types of None and Domain (where I specified the domain as
"teiid-security").
When I try to access the WSDL from the Web Services console, I am not being prompted for
a username and password; I am just being denied (403).
I've tried clearing the browser cache and bouncing the server.
I'm attaching the datasource and WAR files.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira