VMware Cloud Community
sreedevi_hyperi
Contributor
Contributor

Single Sign On

How do I achieve a SSO to hyperic? I have a web application running on WebLogic. I need to pass on the authentication info to hyperic when I start it up from a hyperlink in my web app.

Thanks,
Devi
0 Kudos
1 Reply
admin
Immortal
Immortal

Hi Devi,

To integrate multiple applications for single sign-on is pretty involved. If you are looking to sign into HQ via an URL without worrying about security, then you can set that URL to:

http://[HQSERVER]:7080/j_security_check.do?j_username=[USERNAME]&j_password=[PASSWORD]

Charles
0 Kudos