How to customize SSO Login URL and EBS AppsLocalLogin URL

EBS version is 12.1.3 with SSO enabled (version 10.1.4.3)
Original URL as follows:
1) SSO Login : http://cmcsifsdev01.cmc.gov.my:8006
2) EBS Local Login : http://cmcsifsdev01.cmc.gov.my:8006/OA_HTML/AppsLocalLogin.jsp
There was a requirement from user to change the HTTP port from 8006 to 80 and use custom url. Using metalink note : How To Configure Apache In R12 (10.1.3) To Listen on a Restricted Port Such as 80 or 443 [ID 578001.1], i managed to change it as follows:
Current URL
1) SSO Login : http://sifsstg.skmm.gov.my
2) EBS Local Login : http://sifsstg.skmm.gov.my/OA_HTML/AppsLocalLogin.jsp
But there is new requirement to the current URL as follows:
New requirement:
1) SSO Login : http://sifsstgsso.skmm.gov.my (change from 'http://sifsstg.skmm.gov.my' to 'http://sifsstgsso.skmm.gov.my')
2) EBS Local Login : http://sifsstg.skmm.gov.my (change from 'http://sifsstg.skmm.gov.my/OA_HTML/AppsLocalLogin.jsp' to 'http://sifsstg.skmm.gov.my')
Is it possible to implement this new requirement? If possible, please advice me further.
Appreciate any comments. Thank you in advance.

How many web tiers do u have?
For,
1) SSO Login : http://sifsstgsso.skmm.gov.my (change from 'http://sifsstg.skmm.gov.my' to 'http://sifsstgsso.skmm.gov.my')
You can define change the EBS HTTP server to use a Virtual Host/Reverse Proxy in front (e.g. WebCache/Apache Standalone). Do re-register this mid tier with SSO Server.
You can follow:- Installing and Configuring Web Cache 10g and Oracle E-Business Suite 12 [ID 380486.1]
However that same web server is servicing for AppsLocalLogin.jsp also. So i am not really sure whether u can really define another virtual host on RP side to access it with a different URL.
(2) EBS Local Login : http://sifsstg.skmm.gov.my (change from 'http://sifsstg.skmm.gov.my/OA_HTML/AppsLocalLogin.jsp' to 'http://sifsstg.skmm.gov.my'))

Similar Messages

  • How to open an URL and close the URL window, using adobe javascript

    Hi,
      Is it possible to open an URL and close the URL back again(without allowing the user to perform any other operation)? I was able to acheive the opening of the URL, using the app.launchURL("address". true); - But here it lauches in new window, and how do i close the window using the javascript. Is it possible?
    Thanks.

    Hi all
    In addition to what Bobby W - Adobe TS added, you might find
    the following useful as a bypass or workaround to the pesky prompt.
    var pw=window.parent;pw.opener=window.self;window.open("
    http://www.adobe.com");
    pw.close();
    I think this will only work for IE browsers. Actually, I
    think the whole window.close() only works for IE, but could be
    wrong about that.
    Cheers... Rick

  • How to track the login time and logout times of clients

    hai
    please give me the solution
    suppose there are 5 systems connected in LAN.
    how to track the login time and logout times of clients
    for a given time(may be one day or 1 hour) using any programming language.
    please give me the solution

    When the client logs in you write the client's ID and the current time to a database. Likewise when the client logs out. Assuming of course that you have a program that knows when those events occur.

  • How to customize the Stamp Tax and the Municipal Property Tax

    Hi !
    Can anyone tell me how to customize the Stamp Tax and the Municipal Property Tax in the RE-FX?
    Thanks in advance.
    Tiago

    Hi Verman!
    I´m working with the Portugal specifications, and as you can see in SAP Note 953883, stamp tax is used in Portugal too, and i´m looking for some customizing help for this taxes.  can you help me?
    thank you!
    Edited by: Vaz Tiago on Oct 16, 2009 2:48 PM

  • Difference between Web Service URL and Report Manager URL

    What is the difference between Web Service URL and Report Manager URL in Reporting Service configuration manager in SQl Server 2008 Reporting Setrvices

    Another way to put it is the Web Service URL is just that, its used for services that are connecting to issue API calls.  The Report Manager URL is the nice GUI that users should use.  If you click the links, you should see the difference.  I
    am sure you have likely done that, but functionally one is for programmatic purposes and the other to be the front end graphical user interface.
    Sometimes pictures help as well...
    http://bretstateham.com/reporting-services-architecture-diagram%E2%80%A6/

  • How to pass SSO Login Ticket to an URL iView

    Hello experts,
    We have an application running on Netweaver and it is setup to accept SSO Login Tickets for authorisation.
    I have the following question:
    We want to expose some of the portlets in our application in a portal page using URL iViews, but we don't know, how to setup this environment, so for each iView, the SSO Login ticket is passed to the portlet of our application (this way access to it can be granted)?
    How can we achive this? Or, is there another approach for this scenario?

    Hi Megha,
    The portlets are part of our application which is deployed on the same Netweaver App server as is the Portal.
    When the user log in into the Portal - SSO Tiket is being issued and we want this ticket to be passed to the URL of the URL iView, but currently HTTP 401 error is returned or HTTP Basic authentication login popup is displayed. We want to be able to use the SSO Ticket for this purpose.
    Regards,
    Georgi

  • How to create sso login for webcenter application

    Hi,
    i have created a webcenter portal application with a login page.i have to create a sso login for that application .
    can anyone suggest me how to do?

    Hi.
    Do you have OAM as SSO?.
    The best way is to create a loginProxy page which proxies the user and password entered to OAM Login process (or the other SSO system).
    This post of JayJay will help you: http://jjzheng.blogspot.com/2013/10/non-programmatic-authentication-using.html
    Regards.

  • How to customize default login page of FBA

    Hi,
    I have implemented a SharePoint 2013 Portal with Form Based Authentication.
    I want to customize the look and feel of default login page.
    How could i do that?

    Hi,
    For your requirement, you can take a look at the three links below for a quick start:
    http://sivarajan.me/post/SharePoint-2013-Enabling-Custom-Login-Page-and-Mixed-Contents-Part-2
    http://blogs.msdn.com/b/kaevans/archive/2010/07/09/creating-a-custom-login-page-for-sharepoint-2010.aspx
    http://mysharepointsolution.wordpress.com/tag/custom-login-page/
    What’s more, The deafult login page is located here: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\IDENTITYMODEL\LOGIN\default.aspx, you can
    make a copy and modify it.
    Thanks
    Patrick Liang
    TechNet Community Support

  • How to Customize the iemsa_customerdetailincl.jsp and IHSearch.class

    Hi
    I have a requirement, where i need to customize the way of look the email customer agent console is displaying the customer results in ebs suite. I need to get some more values from DB and need to modify the iemsa_customerdetailincl.jsp and also the default query is located in IHSearch.class file which is located in COMMON_TOP/oracle/apps/iem/solo/customer and these resultset is assigned to IHBean.class and we are accessing the IHBean and iterating thru the vector and using IHBean to display the results on the page.
    And also can you let me know where can i get the username from like ServletSessionManager or SessionManager classes. Please let me know how do i need to extend or customize the IHSearch and IHBean classes for the customization of jsps.
    And the EBS version is R12. Thanks.

    Hello All,
    Can someone in this Forum reply to my question. Thanks.
    N.

  • How to customize the login screen?

    How can i customize the login screen of oracle applications 11.5.10.2 with say for example forgot pasword link or link to someother site..which web page do i need to edit? and what are the steps involved in it?
    Thanks in advance
    Rahman

    I suggest you have a look at note: 404381.1
    It is not about the main page itself, but it shows you how to customize jtflogin.jsp, like how to (Customize Login Page/Change the Logo/Add a Background Logo .. etc).
    For customizing the login screen (AppsLocalLogin.jsp in 11.5.10.2), you can find this file under $COMMON_TOP/html

  • How do i configure "login/create_sso2_ticket" and login/accept_sso2_ticket?

    anyone can help me?
    **The user and roles that we imported into the BusinessObjects Enterprise system have no rights / authorizations in the BusinessObjects Enterprise system so far but you can use the standard mechanism to assign rights in the Central Management Console to those users and user groups.
    For the scenario where you want to use SSO based on tickets with the BusinessObjects Enterprise and the BI System (either from the SAP GUI or via the SAP Enterprise Portal) you need to configure profile parameters in the SAP BI System.
    The two profile parameters are:
    login/accept_sso2_ticket
    login/create_sso2_ticket
    how do i proceed to configure login/accept and login/create sso2? thanks

    Hi cantii,
    you have to modify a parameter file  on your SAP BW server and restart it. You should ask your SAP BASIS admin to do this for you. She/he should know where the file resides.
    Regards,
    Stratos

  • How to Get the Login Window and/or Bypass Login Items?

    Greetings, folks!
    This is a silly question, but the old standby of “hold down the shift key” doesn’t work in 10.6.1:
    What key(s) need to be pressed to get the LogIn window and then after LogIn, to bypass LogIn Items?
    Thanks!!
    Richard Fairbanks

    Not here, on a fresh (erased) install.
    Pressed either before or after the initial gray Mac appears, the shift key does not access the LogIn screen. It is possible to bypass the account’s LogIn items by holding down the shift key after the LogIn screen has been called and successfully commenced, but how does one call the Login screen when the Mac is normally set up for automatic login?
    It used to be the shift key . . . 
    Thanks!

  • How to customize line chart series and symbols?

    Hello Forum,
    who can help me to customize line chart series and symbols color?
    I need to customize this in dynamic way.
    Thanks in advanced.

    See example 8-10 (Example 8-10 Changing Chart Symbol Color) from http://docs.oracle.com/javafx/2.0/charts/css-styles.htm#CIHGIAGE (reproduced here).
    The linked tutorial document contains a picture of how this example renders.
    .chart-series-line {   
        -fx-stroke-width: 2px;
        -fx-effect: null;
    .default-color0.chart-series-line { -fx-stroke: #e9967a; }
    .default-color1.chart-series-line { -fx-stroke: #f0e68c; }
    .default-color2.chart-series-line { -fx-stroke: #dda0dd; }
    .default-color0.chart-line-symbol { -fx-background-color: #e9967a, white; }
    .default-color1.chart-line-symbol { -fx-background-color: #f0e68c, white; }
    .default-color2.chart-line-symbol { -fx-background-color: #dda0dd, white; }Note the two comma separated colors listed for each -fx-background-color for the chart-line-symbol.
    The first color is the color or the outside of the symbol, the second is the inside of the symbol.
    In the sample css you provided you only supply a single background color for the chart-line-symbol, when two colors are required.

  • How to get Portal Login User and Its Related BP in CRM?

    Hi,
    An ABAP Webdynpro program is called in CRM from Portal user by a portal link. How to get the user ID and its related BP in CRM? Thanks!
    The portal is integrated with ECC, and all users and BPs are maintained in ECC then replicated to CRM.
    Best regards,
    Hao

    Hi,
    Try the below code
    IUserFactory userfact=UMFactory.getUserFactory();
    IUser user=userfact.getUserByUniqueName(request.getUser().getUserId());
    String usrid=user.getUniqueName();
    And also you can get the groups assigned to user by using the below code
    Iterator groups = user.getParentGroups(true);
    while (groups.hasNext()) {
         String groupstr = (String) groups.next();
         IGroup g = UMFactory.getGroupFactory().getGroup(groupstr);
         response.write("Group name "g.getUniqueName()"<br>");
    Regards
    Suresh

  • Is there a way to select MULTIPLE tabs and then copy ALL of the the URLs and titles/or URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; However, I prefer to use a Firefox feature rather than download an add on. Thanks.

    Currently, I can copy ONE tab's url and nothing else (not its name). Or I can bookmark all tabs that are open. However, I'd like to have the ability to select multiple tabs and then copy ALL of the the URLs AND their titles/or copy ALL of the URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; when I download the add on, I get a message saying that using the add on will disable Firefox's tab features. I prefer to use Firefox features rather than download and use an add on. Is there a way to do this without an add on?

    Hi LRagsdale517,
    You should definitely be able to upload multiple files by Shift-clicking or Ctrl-clicking the files you want to upload. Just to make sure you don't have an old version of the service cached, please clear the browser cache and then log in to https://cloud.acrobat.com/files. After clicking the File Upload icon in the upper-right corner, you should be able so select multiple files for upload.
    Please let us know how it goes.
    Best,
    Sara

Maybe you are looking for

  • Need instructions on how to get Quanser working with LabView 7.1

    I need information on what LabView modules or addins to install in order to run Quanser (QNET Experiments release 2.2).  LabView 7.1 is loaded but we also have LabView 7.0 if needed.

  • Strange Form Behaviour

    I have an issue with a form I'm developing in Designer, it is being saved as a dynamic pdf. However, when you load the form in Acrobat Pro or Reader and click on the form outside of any fields (like on the background) the form fields become un-fillab

  • Firefox won't load because it says that my computer is missing MOZCPP19.dll file

    For some reason when I restarted my computer today it did a hard drive check and I'm guessing that in all that mess some file for Mozilla Firefox got deleted. When I try to open Firefox it brings up a box that says "firefox.exe-System Error" and it a

  • Fn:replace JSTL tag trick for replacing carrige returns....how?

    Hi I have some <textarea> input that I would like to format for display. My question is: How can I use fn:replace tag to replace carriage returns to so that formatted input looks like exactly as entered in by user? Doing string.replaceAll("\r\n|\n","

  • RadioButtons in WAD to open different reports

    Hi I have a R/3-report . My Client wants same report in the BI-Environment. It contains Three Radio Buttons and when the user open first radibutton then he/she needs to get the one type of report . And when the user open another radiobutton then he/s