Custom SSO & base URL settings

Hi All,
We are just implementing our Custom SSO product with 5.0.4 for windows. The basic implementation has gone very well but I do have a problem with rouge URLS.
During the install we used this as the base URL - http://portalv5dev.wiley.com:8080/etc
Our SSO set up is configured to http://devportal.wiley.com/etc
Great we can get in but of course most of the URL's are pointing to the old address. I have changed the server settings through the admin console and also amended, n_config.xml, j_config.xml and wsserver_config.xml. Whilst this change has not caused any problems the URL's still haven't been amended.
Has anyone had any success in changing this, if so could you shed some light. Many thanks, Adam

How do you map your corporate user directory and EBS users? Is there any way to guarantee that users have the same credentials? Suggest you to forward the query to Portal and Security forum so that security experts can also have their opinion. Don't think it will work without partner application registration.

Similar Messages

  • OAM 11g Webgate 10g customized SSO logout page

    As stated in the title, I am using OAM 11g and Webgate 10g. I am trying to create a customized SSO logout page but am confused on a few parts. First off, in http://docs.oracle.com/cd/E17904_01/doc.1111/e15478/logout.htm#CHDHFGJC , it states the following step for their logout.html:
    Logic in logout.html redirect to the OAM Server. For example:
    http://myoamserverhost:port/oam/server/logout?end_url=http://my.site.com/
    welcome.htmlMy question is if this is truely required? Or is there a way to have OAM invalidate the session and do its internal part of the logout procedures without needing to force the user to redirect to the OAM server's logout URL (eg: it automatically recognizes that the Webgate URL is "...../logout.html" and handles it properly). From talking to colleagues it sounds like this should be possible, and I see some mentions of it in the above documentation, but this appears to be 11g OAM and 11g Webgate behavior. At the same time though, the line "Logout is initiated when an application causes the invocation of the logout.html file configured for any registered OAM 10g Webgate." Leads me to believe that it can work with 10g webgate as well.
    Or, is there a way to have multiple valid logout pages on the OAM server? (There is currently a customized logout page that we cannot modify, and does not meet all the requirements we have for look/feel)
    Thank you
    Edited by: mBaldwin on Apr 12, 2013 10:30 AM

    Bump Any ideas?

  • Unable to Sync emails to car's HU over bluetooth. I am using iphone 5 and have set up a gmail account on it. Also, the basis notification settings mentioned on some site have been done.Can someone answer it?

    Unable to Sync emails to car's HU over bluetooth. I am using iphone 5 and have set up a gmail account on it. Also, the basis notification settings mentioned on some site have been done.I tried doing the following still the email sync is not working.?
    Here's the step by step:
    1. Go to Settings --> Notifications --> Mail --> Select any of your email accounts
    2. Notification Center: ON
    3. Alert Style: Banners or Alerts (I've only tested it to work with Banners...)
    4. Show Preview: ON
    5. View in Lock Screen: ON

    Hi uneleashurself and thanks for your answer.
    Forgive my language but getting to talk to the Safaricom customer service is a real pain in the **bleep** - if you ever get to talk to them, that is.
    I've never got an answer to my phone calls in three years and their customer assistans in the shops usually have no clue about whatever it is you're asking them.
    I talked to a few of them in a couple of different Safaricom shops and they didn't know what I was talking about.
    Still, I believe Safaricom is not the problem as other people I know who have a BlackBerry on Safaricom haven't experienced this problem.

  • Sample Custom SSO not working for external userid mapped in userprofile in 11.1.1.8

    Hi,
    WebCenter sites v: 11gR1 (11.1.1.8)
    I am in the process of validating Custom SSO Behaviour. I am facing hurdles. I have mentioned below the steps I preformed.
    1. Deployed customizable-sso-11.1.1.8.0 .jar in cas/WEB-INF/lib
    2. Copied SampleLoginform.jsp file to cas/fatwire
    3. Copied the customSampleSSObeans.xml configuration file into cas/WEB-INF/spring-configuration folder.
    4. Modified the following bean
            <bean id="customUserConfiguration" class="com.fatwire.wem.sso.cas.sample.SampleConfiguration"
                    p:casLoginUrl="http://xyz.com:7001/cas/login"
                    p:resolverUrl="http://xyz.com:7001/cs/custom/customCsResolver.jsp"
                    p:resolverCredential-ref="resolverCredential"
                    p:traceFlag="false"
                    p:sampleDomain="mydomain"
                    p:sampleFormUrl="http://xyz.com:7001/cas/fatwire/SampleLoginForm.jsp"
                    />
      Note: p:resolverCredential - I found it new in this bean, as it is not referenced anywhere in the WCS documentation. This resolverCredentail is actually another bean configured in customResolverCredentail.xml under spring-configuration folder. Also, I am not sure if p:sampleDomain has to be modified to suit the environment. Currently I have retained the default value of "mydomain".
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
            xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
            <description>
                    This defines the SitesCS username/password credentials needed for identity resolution
            </description>
            <bean id="resolverCredential" class="com.fatwire.security.common.SecurityCredential">
                    <property name="username" value="fwadmin" />
                    <property name="password" value="xceladmin" />
                    </bean>
    </beans>
    The default value mentioned for property name username and password were "@username@" and "@password@" respectively. I changed them to fwadmin/xceladmin as in the file above.
    5. In WCS Admin UI, I added a user atribute "samplesso" and assigned unique value for couple of users
    6. Restarted CAS.
    7. On accessin wcs url, I am now redirected to custom sample login page(SampleLoginform.jsp)
        Following are the form fields: username, password, domain, external userid
    8. It works fine, if I submit wcs credentails for username,password and default domain (mydomain) and I am taken to the WCS Admin UI
    9. But if I submit domain(mydomain) and mapped user(unique value in sep 5) against userid, I get an error page. Following is the error
    org.springframework.webflow.engine.ActionExecutionException: Exception thrown executing [AnnotatedAction@5f82e73 targetAction = com.fatwire.wem.sso.cas.web.CustomLoginViewAction@68b18314, attributes = map[[empty]]] in state 'viewLoginForm' of flow 'login-webflow' -- action execution attributes were 'map[[empty]]'; nested exception is java.lang.SecurityException: java.lang.NullPointerException
    What is the cause and fix for the problem. Am I supposed to perform any other step?
    Is there anything specific to p:resolverUrl="http://xyz.com:7001/cs/custom/customCsResolver.jsp" ? I did not do any deployment corresponding to this, as there was no such step mentioned in documentation.
    Thanks

    I just recently implemnted this for my current client.
    http://xyz.com:7001/cs/custom/customCsResolver.jsp
    The context "cs" here is important. For my current client, we installed 11G with context "cm". So for us the the resolver URL is:
    http://xyz.com:7001/cm/custom/customCsResolver.jsp  and when we login into FatWire we use:
    http://xyz.com:7001/cm/login.
    If you look in your Sites application folder you should see <Sites App/Context>/custom/customcsResolver.jsp. In the Jsk it's located at:
    C:\Oracle\WebCenter\Sites\11gR1\App_Server\apache-tomcat-6.0.32\webapps\cs\custom\customCsResolver.jsp
    Regards,
    Robert Jackson

  • How to add custom actions to the Settings page for a Document Library?

    I want to add a custom action under General Settings on the Document Library Settings page (listedit.aspx). So I added a new SharePoint 2010 "Empty Element", and put this code in the Elements.xml file:
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="MyClassName"
    Sequence="999"
    GroupId="GeneralSettings"
    Location="Microsoft.SharePoint.ListEdit.DocumentLibrary"
    Title="My Link"
    Description="My description here"
    Rights="ManageWeb">
    <UrlAction
    Url="~sitecollection/_layouts/MyProject/MyPage.aspx"/>
    </CustomAction>
    </Elements>
    I found the GroupId and Location here: http://msdn.microsoft.com/en-us/library/bb802730.aspx but I am starting to wonder if this documentation is for MOSS2007 rather that SP2010
    as it says.
    What am I missing?
    Any help or hint would be greatly appreciated!

    Hi Henrik,
    Can we add above custom action in our custom group like General Settings?
    I have tried for that but it is not working.
    I have tried as follows
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomActionGroup
    Id="LibrarySettings.MyGroup"
    Title ="My Group"
    Sequence="1000"
    Location="Microsoft.SharePoint.ListEdit">
    </CustomActionGroup>
    <CustomAction Id="Custom.Configuration.ListCustomSettings"
    GroupId="LibrarySettings.MyGroup"
    Location="Microsoft.SharePoint.ListEdit"
    RequireSiteAdministrator="FALSE"
    Sequence="100"
    Title="Library Admins">
    <UrlAction Url="_layouts/15/LibrarySettings.aspx?List={ListId}" />
    </CustomAction>
    </Elements>
    But custom group is not created in list settings
    Any idea what I am missing here?

  • I'm looking for a decent CRM app, so I can load my customer data base

    HI I'm looking for a CRM app or package, just started using my air for business and would like to have my customer data base with me handy
    for pulling up local customers and being able to enter some data sales related or just comments regarding conversations and topics talked about so I can follow up ect!
    any suggestions would be appreciated!
    thanks, Lee.

    Hi Lee what sort of database are you looking at also what sort of business do you run ?
    I have a CRM Package that is native to mac and pc and is built off of filemaker it is normally targeted at Recruitment businesses.
    Drop me a line if you wanna chat about it!
    Sammie

  • Base URL changed to HTTPS, but trying to download an protected PDF claims using (unsecure) HTTP

    Tried to configure an policy in contentspace to protect native PDF-files by Rights Management.
    Downloading such an file gave an error-message like (translated from german): "Acrobat-Security: you are trying to connect to an Adobe liveCycle Rights Management server over an unsafe protocol. Connection was refused. Please use HTTPS in the future."
    Then we configured the Rights Management Base URL to use the (already configured) HTTPS-protocol and port.
    But when trying an download again, the connection is still blocked claiming that HTTP is still used.
    Where is the additional place to configure the Base URL for the clients (or to be embedded in th eprotected documents)?
    Thanks,
    Dilettanto

    The Base URL is embedded in the PDF when a policy is applied.  You will need to need to re-apply the policy to the source PDF (with the correct Base URL set on the server).
    Regards
    Steve

  • Which folder to put custom sso dlls in 6.1?

    Anyone know into which folder(s) to place custom sso dlls in G6/6.1?

    have you tried in PTHOME\VERSION\webapp\portal\web\bin?
    Should be in there...
    Edited by fsanglier at 12/18/2007 2:40 PM

  • Which table stores this value Transmission Servlet Base URL

    Hi All,
    EBS r12 12.1.3
    From the screen in Payment
    Update Payment System: FirstDataNorth
    i am looking for table that stores this value
    Transmission Servlet Base URL
    did look in these tables FND_PROFILE*but not available.
    Please help!
    Regards,

    Hi,
    I am not sure, whether you are looking at the correct place. Can you also let us know what made you ask to check the infromation from table.
    But there are configuration file which stores these information. I believe the source we are looking info might be wrong.
    Also have a look at:
    Oracle Payments Implementation Guide
    Best Regards,

  • When I try to change the keyword.url settings in about:config to do a "I'm Felling Lucky" Google search, it just resets to chrome://browser-region/locale/region.properties whenever I restart Firefox.

    I just installed Firefox 4 today. When I try to change the keyword.url settings in about:config to do a "I'm Felling Lucky" Google search, it just resets to chrome://browser-region/locale/region.properties whenever I restart Firefox.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    See also:
    * http://kb.mozillazine.org/Preferences_not_saved

  • Xsl:include return incorrect base url

    I am using FOP to generate PDF file in servlet.
              I have 2 stylesheets (e.g. a.xsl and b.xsl), they are located in <myapplication>\webapp\application\stylesheet.
              In a.xsl, it includes b.xsl:
              <xsl:include href="a.xsl"/>
              When I test the stylesheet in the command line (dos prompt), it runs fine. However, when I run it in weblogic (6.0), there is an error:
              org.xml.sax.SAXParseException: File "file://C:/bea/wlserver6.0/b.xsl" not found.
              The base url for b.xsl should be the same as a.url. I believe there is a bug in weblogic, isn't?
              Is there anyone who knows how to resolve this exception?
              Thanks.
              - Christina
              

    'set' is a reserved word. So is your column 'values'. Always avoid using reserved words.
    MySQL :: MySQL 5.5 Reference Manual :: 9.3 Reserved Words

  • Resolve Base URL

    Hi,
    I'm working with java.net.URL to code a simple program that read a file and get the archive described in this file. Actualy, the file is an HTML document done by a third party, and the program just have to read this file and download all the other document referenced via an tag. The problem is any valid HTML should be accepted, so the anchor may contain a relative URL. I just can't figure out how to get the absolute URL.
    I was first surprised that no method does this in the URL class, then I realized it's the server's job to do so. There are some thricky case, like this intern URL we realy have at the office :
    http://wiki/index.php/Accueil
    The base URL is http://wiki/ and /Accueil is actually a parameter of index.php (I hate PHP).
    I couldn't find the base URL in the HTTP header either. But the server has to give it somehow, or else my FireFox would not be able to render links or images on our wiki.
    Is there anyway in Java to ask for the base URL of a specific document, or compute it ?

    sarekca wrote:
    The problem is any valid HTML should be accepted, so the anchor may contain a relative URL. I just can't figure out how to get the absolute URL.Use the constructor that takes a URL as a context and a spec for another URL. I believe that handles relative URLs just fine.
    I was first surprised that no method does this in the URL class, then I realized it's the server's job to do so.No it's not.
    Is there anyway in Java to ask for the base URL of a specific document, or compute it ?If you have a document that you retrieved from a server, you must know what the URL of the document is. Preserve that URL after you retrieve its content, then when you parse the content and retrieve (possibly relative) URLs, use the first URL to provide a context in the new URL objects you create.

  • Use flash charts from multiple base URLs

    My APEX apps are hosted by a shared service provider who uses a front end proxy. Following the instructions in this forum, I was able to get flash charts to work by substituting my client URL for #HOST#.
    Example, Change:
    <embed src="#IMAGE_PREFIX#flashchart/
    #CHART_TYPE#.swf?XMLFile=#HOST#apex_util.flash?p=&APP_ID.:5:&APP_SESSION.:FL
    OW_FLASH_CHART_R#REGION_ID#"
    to
    <embed src="#IMAGE_PREFIX#flashchart/#CHART_TYPE#.swf?XMLFile=
    http://mydomain.hostingcompany.com/pls/apex/apex_util.flash?p=&APP_ID.:5:&APP
    _SESSION.:FLOW_FLASH_CHART_R#REGION_ID# "
    I changed this base url in multiple locations in the chart source code and the charts now work.
    THE PROBLEM
    Users access the site via a public domain http://www.xyz.com. In order to get the charts to work I then need to change #HOST# to http://www.xyz.com/pls/apex. Then they no longer work when accessing via http://mydomain.hostingcompany.com/pls/apex.
    Is there some way to get the charts to work irrespective of which path users take to get to the site?
    ANOTHER PROBLEM
    Though the above fix works for stand alone flash charts it does not work for the charts in interactive reports or the sample charts displayed when using the chart builder wizard in the application builder.
    Is there somewhere to change in order to get the sample charts in the create chart wizard in application builder and/or the charts in interactive reports?

    Hello,
    Take a look at this thread -
    Re: #HOST# variable at Flash chart region source
    Which discusses the issue.
    John.
    http://jes.blogs.shellprompt.net
    http://www.apex-evangelists.com

  • How to dynamically form the base URL for a region?

    For Application Express 2.2.1, I've created a URL region for a static html page:
    e.g.
    http://xxxx-dev.website.com/html/page1.html
    The problem is that when I promote this application to production (using export/import), this URL still refers to the development website.
    I need Application Express to use the base URL of its current URL path rather than http://xxxx-dev.website.com
    Can this be done?
    Thanks

    Hello,
    If you omit the http:// part from your static URL, the APEX engine will automatically attached the local server prefix to it.
    Regards,
    Arie.

  • Files on the base URL

    How can I explore / search for files on a Applets base URL. Is there a simple way to do this without using servlets or some kind of java security programing ?

    You need to give more info. Are you trying to look on
    your machine, some web server in your company, or the
    internet in general?The applet will be running on a WEB-server on a intranet or on internet.
    The idea is that the applet will display information from a selection of text-files, the text-files will also be stored on the same server as the applet.
    The number and the names of the text-files will be chaning but the storage location will be the same, ex a directory on the same area as the applet itself.
    What i need to do is to find out which files are stored in the directory, display this in the applet in order for the user to chose the file of interest.

Maybe you are looking for

  • Mail will no longer recognize a previously recognized email address

    Hi, I use Mail for my corporate email. It has been flawless up until I took the OSX update on Saturday. I did not lose my Inbox, but I lost the email address recognition when I create a new email. When I type a "known" address into the "To" box, Mail

  • Regarding Remote function module ARCHIV_CONNECTION_INSERT

    Hi All, Can any give me more detial about remote function  module ARCHIV_CONNECTION_INSERT . So i have requirement that our client is archiving document from Commonstore. So want to create custom function module for TOA01 ( ZTOA01 ) and add a maintan

  • Change from Dynamic m,ember to Store members using a rule

    Hi there,For adding a dynamic member using a rules files i'm using the X property but what is the property to set uip a store member ??? I've been searching some manuals but i didn't found it.thanksd in advanvebest regards Rubianes

  • Multiple Rim messages

    I am receiving a message from blackberry every 21 minutes to 46 minutes . It is used to carry data between the blackberry handheld and an associated server. This started on Saturday Sept 13th. Today is Tuesday, Sept 16th. I can't read my email becaus

  • IPad usage by pregnant women?

    Is there any health hazard in using iPad since my wife is pregnant and we use an iPad 2 3G 64?