otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Network Fitting OTM / G-Log into your network - including browsers, firewalls, reverse-proxies and SSO.

Tags: ,

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 29th, 2007, 19:10
Junior Member
 
Join Date: Jan 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
adowla is on a distinguished road
[SOLVED] Single Signon with OTM

We are looking to add OTM as an accessible link from our Portal. We can use the generic OTM link and get to it, but we have a need to make OTM use single signon as part of the portal login. Does anybody out there have done this with OTM 5.5 CU3 (or CU2)? Or know how to do it?

Thanks,
Arham
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old June 29th, 2007, 19:26
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 821
Blog Entries: 7
Thanks: 53
Thanked 201 Times in 121 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: Single Signon with OTM

Arham,

OTM has supported SSO since v3.0 (or earlier) and was one of the requirements of one of our early LARGE clients. While I don't believe there is any documentation for this, the configuration is simple.

First - it was developed around Netegrity, but works with any Reverse Proxy-based SSO solution. When it's configured, OTM delegates all authorization responsibilities to the SSO framework. If an OTM username is passed to OTM via the http header or URL, then that use is automatically logged-in, without verifying the password. This allows you to keep a single password repository, but requires that you protect OTM from malicious users and filter the http-headers and URLs.

To configure, just enable the following properties in the OTM glog.properties file, where "appuid" is the variable you'll use to send in the OTM username:
Code:
glog.security.sso=true
glog.security.sso.appUidName=appuid
You may also need to enable the reverse-proxy in OTM in order to work within your SSO framework. This is accomplished via the following properties in the glog.properties file, where "/urlprefix" is the URL Prefix that your reverse-proxy server utilizes in order to identify the OTM web server:
Code:
glog.webserver.urlprefix=/urlprefix
You will also need to edit the <otm_home>/apache/htdocs/index.html file and update the URL listed below to include this URL Prefix.

Finally, keep in mind that once you setup OTM to be accessible via a reverse-proxy, you won't be able to connect to it directly, since the URL Prefixes won't get stripped out and will thus be invalid for your browser.

I've set this up in the lab and for a few clients while I was at G-Log, and it works well.

Hope this helps!

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to chrisplough For This Useful Post:
Scott T. (January 23rd, 2008)
Closed Thread



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can 2 Mail ids be stored in a single Contact screen moshe Execution 6 October 6th, 2008 15:10
Information needed for planning two order releases into a single shiopment pradeepsundar.v Planning 1 March 4th, 2008 23:37
Multiple EBS instances to single OTM instance otmrookie Integration and Data Mapping 7 February 7th, 2008 19:03
Does OTM have a single-user or maintenance mode? jlgottlieb SysAdmin and Management 2 January 8th, 2008 20:49
Multiple OTM Installs on Single Server (Port Conflicts) chrisplough Installation and Upgrades 0 March 21st, 2007 11:56



All times are GMT. The time now is 20:50.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37