OAAM Integration with Third Party Authentication tool

Hi Guys,
In our project we are planning to integrate OAAM11GR2 with OIM11GR2 and OAM11GR2 through Advanced integration. We have a requirement to call a third party authentication service from OAAM as a step up authentication for a particular user base (based on the group membership). Kindly suggest if this requirement is feasible and if you can provide any pointers to implement this requirement.
Thanks

Yes, you can use third party step up authentication.
You can customize the challenge flow. Here is the link.
http://docs.oracle.com/cd/E28389_01/doc.1111/e15480/igotp.htm
(It is for 11gR1 but same applies to 11gR2)

Similar Messages

  • EP integration with third party BI tools

    Hi,
    I was looking for information and pointers on EP integration with third party BI tools like Business Objects etc.  Would be grateful.
    Thanks,
    Madhu

    Thanks. We have a full fledged Business Objects reporting environment.  My question is:  As a beginner in the EP space, I would like to understand how to treat the  Business Objects environment as one of the content providers for the Enterprise Portal?  Are there any documents or manuals that talk about the integration of EP with Business Objects?  I know the question is too broad, but any pointers would be useful.

  • SharePoint 2013 on-premises integration with third party email account

    the Email sending issue from SharePoint is causing too much time waste 
    First let me explain how our SharePoint is deployed
    Sharepoint version : 2013
    Deployment type : on-premise
    Authentication : from Domain controller also hosted locally 
    domain name ; say domain.com this domain.com is same as our website address hosted on godaddy
    SharePoint computer name on local DNS :  sharepoint.domain.com
    OS and IIS : 2008 r2 , IIS 7.5 
    Network firewall : 25 26 ports  opened for sharepoint , both incoming and outgoing.
    Server firewall : turned off
    Email configuration Attempts by IIS 6.0 
    We tried following setting on IIS 6.0 SMTP local server properties
    In General tab
    qualified name was shown as : sharepoint.dts-solution.com
    IP assigned : sharepoint server IP  , advanced putted two entries of IP with ports as 25,26
    In Access tab
    Authentication : selected as Anonymous 
    Connection : All except below list : empty list
    Relay : only the list below , one entry as 127.0.0.1 and other is local static IP of SharePoint server
    in Delivery tab
    outbound security : Basic authentication : accessed user in AD and given the right password, also checked with annonymous -not working 
    outbound connection: all default values and port = 25
    Advance : fully qualified domain name = sharepoint.domain.com , DNS test showed success, rest every check box unchecked 
    On sharepoint central management settings
    Outbound email = sharepoint.domain.com
    from and reply to address = [email protected] 
    IIS 7.5 SMTP settings 
    In IIS 7.5 sharepoint application we added SMTP settings as smtp server = godaddy out going smtp , user name as [email protected] , password = godaddy password , port : godaddy outgoing port  .
    Godaddy account 
    Our website hosted on godaddy with same name as domain.com
    open relay not possible on emails.
    Results
    After setting alerts on SharePoint sites and assigning tasks with alerts we receive email in queue folder but they never get forwarded. We just wish to use any of our email *.domain.com to send outgoing emails from SharePoint . Its been a while we have no
    success. 
    Tech Learner

    Hi,
    As I understand, you are using SharePoint 2013 integrating with third party SMTP server which provides email function.
    From SharePoint side, I'd suggest you refer to the link below to configure email integration:
    http://technet.microsoft.com/en-us/library/ee956941(v=office.15).aspx
    If you have already confirm that message is sent from SharePoint, while stuck in queue on SMTP server, then the issue might be related to relay on SMTP server. Since the issue is related to third party product, we do not have enough resource here,
    I'd recommend you contact their support engineer for more assistance:
    https://support.godaddy.com/help/category/154/email
    https://support.godaddy.com/help/article/3552/managing-your-email-account-smtp-relays
    Thanks for the understanding.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Best practices for apps integration with third party systems ?

    Hi all
    I would like to know if there is any document from oracle or from your own regarding best practices for apps integration with third party systems.
    For example, in particular, let's say we need customization in a given module(ex:payables) need to provide data to a third party system, consider following:
    outbound interface:
    1)should third party system should be given with direct access to oracle database to access a particular payments data information table/view to look for data ?
    2) should oracle create a file to third party system, so that it can read and do what it need to do?
    inbound:
    1) should third party should directly login and insert data into tables which holds response data?
    2) again, should third party create file and oralce apps will pick up for further processing?
    again, there could be lot of company specific scenarios like it has to be real time or not... etc...
    How does companies make sure third party systems are not directly dipping into other systems (oracle apps/others), so that it will follow certain integration best practices.
    how does enterprise architectute will play a role in this? can we apply SOA standards? should use request/reply using Tibco etc?
    Many oracle apps implementations customizations are more or less directly interacting with third party systems by including code to login into respective third party systems and vice versa.
    Let me your know if you have done differently and that would help oracle apps community.
    thanks
    rrb.

    you want to send idoc to third party system (NONSAP).
    what kind of system is it? can it handle http requests
    or
    can it handle webservice?
    which version of R/3 you are using?
    what is the mechanism the receiving system has, to receive data?
    Regards
    Raja

  • SGD with Third Party Authentication issue

    Hi
    I am trying to setup SGD with Third Party Authentication and have done all the requisites for this.
    I input the SGD URL and get the Third Party Login page but after I input my credentials, I get redirected to the SGD default login page which should not be the case. I had already set "Tomcat Authentication" as false in server.xml and enabled the Third Party authentication scheme in Array Manger
    What else am I missing ?
    Kindly advise
    SGD ver4.31
    Thanks

    Every now and then I have found the same. One thing that almost always solved the problem was recreating a new trusted user, you can follow the steps from:
    [http://docs.sun.com/source/820-1088/trusted_users.html|http://docs.sun.com/source/820-1088/trusted_users.html]
    Especially the step to test the trusted_user is a very good test to see if the trusted user is ok: http://server/axis/services/rpc/externalauth
    When prompted, log in as the trusted user.
    An other way to test it is via the api-test functionality: http://server/sgd/admin/apitest/
    First setup a session: webtopsession->startSession(0)
    Then authenticate via externalauth->setSessionIdentity
    These steps are the minimal steps to perform 3rdParty Authentication
    (There is also an example jsp for 3rd Party Authentication on the wikis.sun: [http://wikis.sun.com/display/SecureGlobalDesktop/Single+sign-on+(before+4.40)|http://wikis.sun.com/display/SecureGlobalDesktop/Single+sign-on+(before+4.40)] )
    - Remold

  • SAP IDM  7.0 integration with third party system

    Hi Experts,
    I know SAP IDM  7.0 can integrate with third party systems and create user ids on most of the third party systems.
    But I need to know regarding If it is possible to integrate with following systems
    1) Microsoft Exchange 2007 (  I know till exchange 2003 SAP  IDM support )
    2)  Microsoft  Active directory 2008 ( I know till Actice directory 2003)
    3) EMC  Documentum 6.5
    4)  ARIS 7.1.0
    5)  BlackBoard, Release 9.0
    6) Oracle 10g  ( Is it possible to create users at oracle level ? or at what level ? )
    7)  Sun Solaris Sparc  ( Is it possible to create users at  OS level )
    If you have information how on this please share. I know that  provisioning framework will have templates for most of the target systems. I want to know if they are available for above systems on SAP IDM 7.0 or if not have we can connect to them?

    Hi Matthew
    Your expertise in SAP IDM is indeed a great help!!
    >Can't see why not, it's all done via SQL commands. I've done similar things with MSSQL
    You mean that there will be oracle 10g drivers/oledb connectors in SAP IDM and in through SQL commands like "create user alfredo identified by alfredos_secret; " we can create user  in oracle database ?. As you said this should be possible.  What about creating user( user management ) in oracle 10g application  like dba or scot  and assigning the privileges in oracle application?
    >might need to do via UNIX scripts, but it can be done
    You mean that Unix scripts will be defined in SAP IDM and SAP IDM will execute these scripts in the Sun Solaris Sparc ?. It should be possible as you said. By the way how we will be able connect to Sun Solaris sparc ?  Is it via  the option "file " under the "Repositories" with repositories wizard  and later executing the file from SAP IDM ?
    Thank you once again for your expert answers on third party systems.

  • Integration with Third party Help Desk

    Hello,
    We need to integrate SAp solution Manager 3.2 with third party Help Desk software Like REMEDY ....
    So that messages updated in Remedy are updated with Solution manager and vice versa.
    Can we have some soltuion on that ?
    Deepti

    look here:
    <a href="http://help.sap.com/saphelp_sm40/helpdata/en/65/e0a3a3040348ffa71f0908679a883e/frameset.htm">http://help.sap.com/saphelp_sm40/helpdata/en/65/e0a3a3040348ffa71f0908679a883e/frameset.htm</a>

  • ChaRM integration with third party tool

    Hello,
    I have some talks withn customers regarding a scenario where Change Requests comes from a third party tool like HP Demand and Portfolio Management.  A possible scenario is when there is a request for change which goes for a complex review and process approval before going directly into the ChaRM creation, without going into a service desk ticket.
    I imagine a kind of web service similar to that of the Service Desk but in this case to work with the SDCR or SDHF tickets, so that external systems can interchange data with those Charm tickets.  Does anybody face such type of integration??  What other alternative path you follow for this requests which do not come form a incident/problem workflow?
    I appreciate your comments.
    Regards
    Esteban

    look here:
    <a href="http://help.sap.com/saphelp_sm40/helpdata/en/65/e0a3a3040348ffa71f0908679a883e/frameset.htm">http://help.sap.com/saphelp_sm40/helpdata/en/65/e0a3a3040348ffa71f0908679a883e/frameset.htm</a>

  • HRMS Integration with third party Project Management Tool

    Hi All,
    We have plans of procurring a third party Project Management Tool which needs to be integrated to existing Oracle Financials. Project Management Tool needs employee information for its functioning.
    a)Is there any API available for this purpose which exposes HR data to any third party tool?
    b)Can anyone suggest what should be the approach for such integration?
    Thanks in advance
    Regards,
    SA

    What 3rd party tool are you going to be using? You might get lucky and it might be something that Oracle has bought recently. Does this post mean you are using Oracle Projects? If so, you may want to post this question in that forum as well. At least you would limit the audience to projects oriented customers, so might get some better replies there than you will here. Food for thought.
    John Dickey

  • Cisco ISE integration with third-party firewalls

    Can Cisco ISE be integrated with a third-party firewall (such as Checkpoint), to provide authentication/authorization services to remote VPN user devices (based on device MAC address)?
    The remote user would establish a VPN connection to a third-party firewall, based on a username/password authentication, but the user would only be allowed to send/receive traffic to the internal network if the MAC address of the device being used was authorized by Cisco ISE.
    Thank you in advance.

    Rui,
    I do not think the vpn client sends the ip address in a called-station-id, that might be the public ip address that the client is initiating the request from. If you have an existing radius server or can run a packet capture you should be able to verify that.
    If the client does send the mac address in the radius packet then you can create a custom condition that can be used to check the mac address along with the username to allow it access to the session. However in VPN deployments there is no concept of profiling since 802.1x deployments usually include the client's mac address.
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • R12 iStore integration with third party content management system

    We are facing several challenges and are already a month behind for Go-Live with the iStore implementation. Hence, I wanted to check if anyone has worked on a similar setup
    1. iStore being used only for cart functionality
    2. All content, web pages are on a thrid party site
    3. iStore's deep linking is being used for cart updates
    4. We have a dmz environment and reverse proxy setup
    5. Payments is integrated
    We are finding several application errors, there is a loss during the back & forth communication between iStore & third party site. Could somebody please advise if there can be a better setup or if they have implemented a similar network topology.
    Thanks.

    Hi All,
    We are also facing same issues(Application Errors) and our setups include third party website linking, DMZ configurations and Reverse Proxy setups. Unable to know the root cause for these application errors as it was intermittent.
    Please help me on this.
    Regards

  • EBP 5.0 integration with Third Party

    Hi
    We need to integrate EBP with a third part J2EE web based application
    INtegration touch point
    while creating free text requiistion(indirect material) user need to call the third party application, the thirdparty application will return an aditional value(based on the parameter passed by EBP) which needs to be passed back to the backend system
    Can anyone suggest an approach(BADI, BAPI extensions?) as how one should go ahead with INtegration
    Thanks in advance
    Sachin

    Hi Vadim
    Thanks a lot ,
    here is the functional need
    1. while creating a shopping cart in EBP , a user can either search an item from a catalogue
    2. if the item is not found user will enter a description for the Item
    3. this description needs to be passed to third part J2EE application which will return an additional (Custom)field
    4. SO i want to get that custom field returned by J2EE application and update it back to the respective PO which will be created
    5. ALso i need to include an UI interface which will allow user to select the value which needs to be returned , so user will explicitly call this J2EE application
    CAn i use the standard custom fields for updating the value returned(this will be a numeric value) by the J2EE application
    PLease let me know if there are any doubts
    looking forward to your answer
    Thanks in advance
    Sachin

  • SAP HR Integration with Third Party System

    I want to create Integration between SAP HR and Third party System which will transfer data from SAP PA & OM module to Third Party sofware.
    The Requirement is ...... there is one TMP table in Third System which needs to be update whene ever there is any creation,change or Deletion of the Employee details.
    How can we do this.What would be the flow.If any one has creates code for this,than please help me with the same.
    Thanks,
    Viru

    No Answer

  • Lync integration with Third-Party mail server's

    Hi all,
    Does Lync integrates with any third party mail servers?
    Or it integrates only with Exchange Server?
    Regards,
    ArunKumar.J

    Agree with Thamara.  Exchange is the only platform supported for presence as well as voice functionality.  The client uses EWS to communicate with the server to check calendar integration, nothing else is going to mimic this properly enough to
    avoid issues.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Sap integration with third party software

    hey all,
    we are actually trying to integrate sap with EAI( IBM WEBSPERE third party software) and here date needs to flow from EAI - SAP.
    and we have done that through BAPI and in the EAI we got a message saying that the data base has been created but infact when i am trying to check the same in my sap screen am not able to find it i have also checked the database table but its not available .
    do anyone has any idea as to where do we exactly go and search for a particular data once its transferred from a third party software????
    any help is highly appreciated
    Thanks & Regards,
    Vinila Kanakala.

    COMMIT WORK is necessary after most BAPIs. What you describe is usually a result of calling BAPI without COMMIT WORK. The message tells you that document was created, but when you look into database, the document is not there.
    I'm not sure how to resolve this in case of the 3rd party software though. Maybe instead of just using a plain BAPI you will need to write a custom function module, which will capp BAPI and do COMMIT.
    Hope this helps.

Maybe you are looking for

  • Speed has deteriorated in last month or so

    Long story short, I had nice 35Mbps on my Infinity2 40/10 for a year or so, then I found out about the so called free upgrade to 80/20. I renewed my contract and got 80/20 which gave me a regular 70Mbps, maxing out at times to 73Mbps. This has slowly

  • Delivery qty - order status

    Hi experts, Case 1: sales order -  qty 100pc delivery - qty 100pc (PGI) Q1: By using the same order type & item category, why some sales orders show delivery qty zero in schedule line, while order status shows open? Q2: As long as cancelling delivery

  • Multi Language support in Oracle forms

    I have a form with 2 text fields 1 text field text can be entered in english another text field text will depend on the region the user has logged in from. lets say user has logged in from Japan, in 2nd text field he has to enter text in Japanese , i

  • Installing adobe on new laptop

    The computer I had my Adobe suite on is broken. How can I have my subscription moved to my new laptop?

  • RoboHelp 7 ACE Exam Now Available

    Hello all, I'm just wondering if anyone knows when Adobe made the RH7 ACE exam available. Last week I went here: http://partners.adobe.com/public/ace/main.html and saw "Adobe® RoboHelp® 7.0 Exam number 9A0-079" available from Prometric. So just out o