How do we provide single sign on between iplanet messaging server 5.1 and iplanet portal server?

 

iPS Mobility Access Pack is an add-on package to iPS
It provides Calendar, Mail, and Address Book provider channels that easily integrate iMS, iCS, iDS, into Portal.
It helps to have an external LDAP configuration also,
this holds userid/passwords for both iMS and iCS and can be used for Portal to authenticate against. Just
configure via Portal admin a domain, authentication, LDAP.
Messaging needs some parameters configured.
Using configutil, set the following:
local.webmail.sso.enable 1
local.webmail.sso.prefix ssogrp1
local.webmail.sso.id msg50
local.webmail.sso.singlesignoff 1
service.http.ipsecurity no
Restart everything, and as a user, login using LDAP
authentication, then Edit your content enabling
the Mail Provider. With the Mail Provider enabled,
Edit the channel filling in the information based on
your Messenger Express client.
Good luck.

Similar Messages

  • Achieving Single Sign On between OBIA 7.9.6.3 and PeopleSoft

    Hi
    Could you please guide me on how we could achieve SSO between OBIA and PSFT (or any other ERP source system).
    There are quite a few documents which elaborate the steps required while using OBIEE 10g.
    But when it comes to OBIEE11g (7.9.6.3), I could not find much useful information.
    I tried to achieve this using Microsoft Active Directory as the Authentication Provider and Oracle Access Manager as the SSO server.
    Is this combination good or is there some better SSO server that I could use?
    If anyone could point me to any material that would list the steps required it would be very useful.
    Thanks
    Vinod

    Hi,
    If i am not wrong global balances are calculated by LocalBalance*transaction_rate (from W_EXCH_RATE_G). If the requirement is to get it calculated from AS IS in the GL_BALANCES table in EBS then it needs to me manually configured.
    Check this Bug 10104825 it might give more insight.
    Let me know if this helps.
    Regards,
    Jay

  • How to view the login log in window NPS after login cisco switch and without SQL server database

    how to view the login log in window NPS after login cisco switch and without SQL server database
    in summary 
    there is only log with event id 4400
    A LDAP connection with domain controller XCPAWS20.cyberport.noc for domain NOC2 is established.

    Hi adil,
    For your issue, you can create a custom security token service (STS) and then set up a trust relationship between a SharePoint 2010 farm and the custom STS.
    For more information, you can refer to the articles:
    http://forums.asp.net/t/1335229.aspx?Sharing+Authentication+Ticket+Between+ASP+NET+and+Sharepoint
    https://msdn.microsoft.com/en-us/library/office/ff955607(v=office.14).aspx
    http://www.paraesthesia.com/archive/2011/02/01/working-with-windows-identity-foundation-in-asp-net-mvc.aspx/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Difference between Testing Message in Integarion Engine and Adapter Engine

    Hi Experts,
    in project, we always test message in runtime workbench>component monitoring>integration engine-->Test Messge
    however, i also find that in  runtime workbench>component monitoring>adapter engine also exists a Test Message tab.
    we don't have access to test messages in this tab, so can anyone tell that what is the difference between testing message in integration engine and adapter engine?
    thanks in advance.

    The usual flow of messages in scenarios which use adapters at both sender and receiver end is as follows
    Sender system -> Adapter Engine -> Integration Engine -> Adapter Engine -> Receiver system
    When you use the testing option in IE, then you are basically posting the message directly to the Integration Engine.
    When you use the testing option in AE, then you are trying to post the message to the adapter engine, which will then forward the message to the Integration Engine. IN this testing, you are also testing the sender adapter also.
    Regards,
    Ravi Kanth Talagana

  • Single Sign On between BPM and Siebel

    Hi,
    How are you? has somebody involved in a proyect where SSO was implemented between BPM and Siebel? is there an Oracle Standard way of achieving this?
    thanx in Advanced and Kind Regards!
    Gerardo J

    Hi Harsh,
    I heard about SPNego a mechanism you use for making single Sign On Using Kerberos Authentication with Web clients...
    check this link.. It may give you some inputs...
    http://help.sap.com/saphelp_nw04/helpdata/en/43/4bd58c6c5e5f34e10000000a1553f6/content.htm
    Thanks,
    Sudhakar.

  • How to install for Single Sign-on?

    Hello Community
        When you install a Sharepoint 2013 Server farm
    how do you install the Sharepoint 2013 Server farm
    so that it is setup for "Single Sign-on (SOS)"?
        Thank you
        Shabeaut

    Hi Shabeaut,
    Yes, in this case if your users who are in different domain can are able to log in to SharePoint manually you can enable trust relation for all types
    of browser, here are the links you can follow.
    http://expressionsinweb.com/2011/05/17/allow-the-pass-through-of-window%E2%80%99s-credentials-to-sharepoint/
    http://blog.fpweb.net/sharepoint-credentials-prompt-quick-tip/#.VKHarl4B4
    and for understanding the concept of ADFS with SharePoint and what other claim provider to implement SSO see below.
    http://www.slideshare.net/thomasvochten/spsuk2013-adfs-sp2013
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • How to implement a single sign on  feature using java.

    Hi,
    I have a question like , How to implement **single sign on** feature in java without using any third party framework or tool like LDAP or any other which is available in the market.
    Actually the situation is i have all security information into the table and those information is used for single sign on . If a user logged in from a jsp loging page all the security role should be assigned to that particular user.
    We can do this using LDAP but i am not supposed to use the LDAP or any third party tool . I have to write a java class for that .
    please suggest me the method , how to implement this in a web application.
    Edited by: Rakesh_Singh on Mar 19, 2008 11:55 AM

    you could setup a token that specifies a user is authenticated. other applications that u want SSO can check for existance of this token
    if it is HTTP - you can save the token as a cookie and downstream apps look for this token
    yr code needs to validate that the token/cookie was indeed a valid one and not subject to man-in-the middle attack.

  • How to use the single sign-on cookie

    I have a web dynpro application that's triggered by a button press in the gui. It was set up to use the 'WDY_EXECUTE_IN_PLACE' function module. However, I recently attended a Web Dynpro course and was told that's not the correct way to do it - I should be just calling the url and passing any parameters in the url string. I set about changing this today and I'm now using cl_gui_frontend_services=>execute to execute the url but now I'm being asked to log on to access the application - previously I didn't have to do this.
    I'm told this is something to do with the single sign-on cookie MYSAPSS02. According to our basis team this is already set but it looks like I need to do something extra - like retrieve it and/or send it to the application somehow. I've had a search around the forum but haven't come up with the answer yet. Can someone point me in the right direction please ?
    thanks,
    Malcolm.

    If you use cl_gui_frontend_services=>execute  you won't get single sign on.  Instead use CL_GUI_HTML_VIEWER. This class has the special logic to generate the SSO ticket (method ENABLE_SSO).  You can place the control in a dummy container object (not actually on the screen) and then use the DETACH_URL_IN_BROWSER method to launch the browser separately from the SAPGUI.

  • How to By pass single sign-on

    Hi,
    I am working in Erecruitment. When I am trying to acces the BSP page, the following error came.
    [<b>b]Logon Error
    Logon requires activated Single Sign-On on this server. This is not the case. Contact your system administrator
    </b> 1. Is there anyway we can by pass this error.</b>
    Thanks
    Uday

    Check the BSP application <b>sytem</b> and page <b>sso2test.htm</b> to check out whether SSO is enabled.
    Follow this steps if SSO is not enabled in your BSP system to configure SSO:
    1.Run RZ10 transaction.
    2.Add the following parameters:
    login/accept_sso2_ticket 1
    login/create_sso2_ticket 1
    login/ticket_expiration_time Default = 60 hours
    3.Then Restart your server.
    Then in the transaction SSO2 check whether logon tickets are accepeted..
    You can run sso2test.htm in your system BSP application whether SSO2 is enabled or not.
    Refer to SAP help documentation for more info.
    Hope this helps!
    Regards,
    Ravikiran.

  • Difference between Oracle VM on Linux x86 and Oracle VM Server for x86 on Linux x86

    Hi,
    Under the certifications tab for EBS 11.5.10.2, there are two fields for Virtualization software
    1. Oracle VM
    2. Oracle VM Server for x86
    Oracle VM shows version 2.2.0.0.0 and Oracle VM Server for x86 shows version 3.2.6.0.0. Could you please let me know the difference between the two?
    Thanks
    Sarika

    Hi,
    Oracle VM shows version 2.2.0.0.0 and Oracle VM Server for x86 shows version 3.2.6.0.0. Could you please let me know the difference between the two?
    Oracle VM 2.2 is for Oracle Solaris Sparc platform (Earlier know as Sun Logical Domains) - Only Solaris sparc Installation are supported on VM's
    2.2 Installing Oracle VM Server on SPARC Hardware
    Oracle Vm 3.2 is for X86 platform - using this VM you can Install and create Windows/Linux/Solaris-X86 and other certified OS.
    Oracle VM Release 3.2 Product Documentation Library
    Hope its clear
    regards,
    X A H E E R

  • Handling sessions and single sign on between 2 different web containers

    I have looked at various SSO solutions but all seem to assume that the applications are all running under the same umbrella so to speak. I need to integrate 2 systems one written in Cold Fusion running under IIS (Inferior Information Server) on a WindBlows box with a new app I am writing using Struts, JSP, and Tomcat 5.5. This new app is also handling the user authentication for the entire system. If you look at the system as a whole many of the areas on the CF side do not require any authentication. By contrast all of the areas under the Tomcat container require authentication.
    I was about to set out and implement something that would try and keep track of things but I thought their might be a solution already out there. However I am not sure if there is one that fits my needs.
    I was thinking of using a logon cookie or something like that.
    Any thoughts?

    Well you have 2 options, although before that I will assume here that you can successfully login to both systems from a single account? (you don't need a different username /password??).
    1) Local Intranet - Automatically Login with current Username and Password
    This is an option for intranet / internal systems. Assuming users are currently logged into their workstation using the same credentials that they want to login to the web application.
    You can basically just set a browser option (in Internet Explorer it in under Security Settings) so that users will be automatically logged in to the web app using their current username / password.
    2) SSO through Reverse Proxy (ISA / TMG)
    This option will be required for any other scenario, basically using a publishing and authentication gateway (such as ForeFront TMG, the new version of ISA).
    You would use this to publish your SharePoint sites (using TMG as a reverse proxy offering pass-through authentication). Basically you would authenticate the users in TMG (using the built-in login forms) and TMG would then pass-through the credentials to
    the back-end web applications, logging them in as the request is passed through.
    Other advantages to this approach is that you can also use TMG for off-box SSL termination, so you can run your SharePoint sites in HTTP but still have a secure web-> firewall connection. 
    regards
    Martin Hatch
    MCPD SharePoint 2010 | .Net Web Development
    MCTS WSS 3.0 | MOSS 2007
    Visit my Blog - www.martinhatch.com

  • How do I get iCloud to sync between "Day One" app on iPhone and Macbook Pro

    I Just recently got my Macbook Pro up to date. I am working on setting up iCloud and I have succesfully backed up my information, but I can't figure out how to sync between my Mac application and iPhone application "Day One". Hope you can help me.

    Try here >  iCloud: Troubleshooting iCloud Reminders and Tasks

  • How can I get the sign in to icloud message to stop popping up constantly?

    The message box to "sign in to iCloud" is popping up constantly. How do I get it to stop?

    settings - icloud - you can sign in from here.

  • How do I share my P1102w printer between a Windows 7 (32-Bit) and a Windows XP (32-Bit) computer

    I added a Windows 7 (32-bit) computer to my home network and installed an x86 printer driver through HP's website. The printer works fine from my Windows 7 computer, but now I am denied access to this printer from my Windows XP (32-bit) computer. Any suggestions on what I need to do?

    And how is the printer connected??
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • How to display the blank lines in between the message using SO_NEW_DOCUMENT

    Hi,
    I want to display the blank lines in between the paragarph of message using the function module  SO_NEW_DOCUMENT_ATT_SEND_API1.
    Regards
    Nagendra

    Hi Rajesh,
    Try using this code:
    CLASS: cl_abap_char_utilities DEFINITION LOAD.
    data: lf TYPE C VALUE cl_abap_char_utilities=>CR_LF.
    move lf to wa_lines.
    append wa_lines to li_lines.
    Hope this helps!
    Regards,
    Saumya

Maybe you are looking for

  • Adding new filter column in customised report

    Hi, I want to add a new value to the filter list in one of our customized report. Afther the report is generated in Admin UI, at the top of the report's page, I want that business users can filter the report by giving the value of the filter column a

  • Problem Deploying Composites to Oracle SOA 11.1.1.5 (STUCK Thread Issue)

    Hi All, I got stuck thread issues when deploying composites to Oracle SOA 11.1.1.5 running on Windows Server 2008 R2. Even the SimpleApproval composite which ships with the standard installation is having trouble deploying. The composites are deployi

  • 0:00 Length Songs

    I recently got my music off of an old Ipod that was formatted using windows. I copied them out of the ipod while in disk mode and showing hidden files. after adding the songs to Itunes they show up with lengths of zero seconds up to thirty seconds. T

  • Can I broadcast from my ipad to multiple tvs?

    I would like to broadcast from my ipad to multiple tvs in the same room.  The goal is to present to a small group but have the same slides show on all the tvs at the same time so everyone can see easily.  I saw where you could buy multiple apple tvs,

  • Populate OAMessageChoiceBean using dynamic VO

    Hi All, I have created a OAMessageChoiceBean and need to populate its values using a dynamic VO. This is required for me as the query for OAMessageChoiceBean changes ar runtime . For test i have written the below code in processRequest to populate th