OAM SSO login page language

Hi,
I have an application that is authenticated using the SSO component of OAM 11.1.1.3. The application uses mod_osso for authentication and redirection to the SSO login page.
My application is available in multiple languages, the end user selects the required language using a drop-down list on the landing page. However, when he/she is redirected to the SSO login page, it is always in english. From what i can see, the SSO page uses the browser settings to determine which language to display. Is there something i can do on the application side to force the SSO page to use the same language that the user selected from my application.
I have read the "Internationalization and Multibyte Data Support for OAM 10g WebGates" chapter of the Identity Management documentation, it lists the available languages, but doesnt specify any way of over-riding the browser settings.
Thanks a lot,
Edited by: noshea on Apr 27, 2011 2:09 PM

Joe wrote:
Hello,
I have configured OAM with OID as the datastore. I have a password policy in OID such that if the user enters a wrong password more than 3 times then > the account is locked for a specific interval.
OAM has its own password management feature, it is not smart enough to understand that the policy is in OID. You can write custom plugins to help solve that problem or you can use OAM's LPM. http://download.oracle.com/docs/cd/E15217_01/doc.1014/e12489/whatsnew.htm#CHDCFDEH

Similar Messages

  • Did any body try to change 10g SSO  login page to custom login page?

    Hi..
    Did any body try to change Oracle 10g SSO login page with custom login Page as we used to do in 902 and 1022 versions by changing wwsso_ls_configuration_info_t table entries?
    It seems that there is now other file policy.properties that has entry for login page.
    Is there any documentation provided by Oracle on this?
    I checked metalink and SSO admin guide?
    Any clue or glue....??
    Thanks
    Sarvesh

    Try 1 & 2 if does not work please file a daycare for further assistance.
    1.   In "Day CQ Login Selector Authentication Handler" for path info add an empty row then verify.
    2.   Delete the existing entry for "Day CQ Login Selector Authentication Handler" , Configure your custom at repository level & verify

  • Opens Webmail login page instead of sso login page after changing the webma

    Hi Gurus,
    I have setup notes webmail in portal which uses SSO. I login to portal and click the webmail link which opens the sso page for authentication(Cuz I have integrated the webmail to use SSO). I enter my username and password. Then it shows my emails, inbox..etc. I logout of portal, Go to Notes client on my PC and change my webmail password there. I go back to portal and log in and click the webmail link on the portal. Cuz I have changed the webmail password, I expected that it will open the SSO page and ask me to enter the password again. It didn't happen. Instead of opening eh SSO login page, It opens the Webmail login page with an error saying "Invalid User Name or Password". I am wondering why it opens the webamil login page instead the sso login page. I can still login to webmail If I enter the user name and new password. But it doesn't update the webmail password which is stored in the SSO. Please post a reply if you have some idea about fixing this.
    Thanks
    Raj
    -------------

    Hi Gurus,
    I have setup notes webmail in portal which uses SSO. I login to portal and click the webmail link which opens the sso page for authentication(Cuz I have integrated the webmail to use SSO). I enter my username and password. Then it shows my emails, inbox..etc. I logout of portal, Go to Notes client on my PC and change my webmail password there. I go back to portal and log in and click the webmail link on the portal. Cuz I have changed the webmail password, I expected that it will open the SSO page and ask me to enter the password again. It didn't happen. Instead of opening eh SSO login page, It opens the Webmail login page with an error saying "Invalid User Name or Password". I am wondering why it opens the webamil login page instead the sso login page. I can still login to webmail If I enter the user name and new password. But it doesn't update the webmail password which is stored in the SSO. Please post a reply if you have some idea about fixing this.
    Thanks
    Raj
    -------------

  • How to pass parameter from SSO login page to ADF application page?

    We have ADF-JSF application (running on AS 1013) that is being protected by OID running on AS 1012. SSO login page contains (among others) paramter ssousername and I wish to pass this to my ADF application. For the testing purpose I created ADF application entry point page that has something like this:
    <h:outputText value="#{param.ssousername}"/>and my sso login page has:
    <input type="text" size="30" maxlength="50" name="ssousername" value="<%=str_user%>">OID and ADF OC4j are running on two different servers, same network.
    So after successful login, when my page displays param passed is NULL?!
    Why?

    I solved it with the following....when my page loads, I execute test method:
        public void processLogin(String ssousername) {
             Object o  = JSFUtils.getUserFromSSOLogin();
             if (o!=null) System.out.println(o.toString());
        public static Object getUserFromSSOLogin(){
            FacesContext ctx = FacesContext.getCurrentInstance();
            return ctx.getExternalContext().getRemoteUser();
        }

  • APEX 3.2 Associating application with SSO login page.

    Hi
    My requirement is to replace my login page of APEX3.2 application with an SSO login page. Also, the application uses some tables with some history columns like: "Last Updated by", "Created by", "Last Update Time", etc... While create/edit of any table, I want these columns to be automatically populated according to the credentials used in SSO login page to that application. Please help.
    The link given on this forum (http://www.oracle.com/technology/products/database/application_express/howtos/sso_partner_app.html) for the purpose seems to be obsolete i.e. for previous versions of APEX.
    Thanks
    Bhavesh

    Bhavesh,
    That how-to explains all the steps you need to set up SSO with Application Express.
    As far as the audit columns, just create triggers on your tables. Referenced v('APP_USER') to get the authenticated username.
    Scott

  • Issue in redirecting to portal page from SSO login page

    HI facing issue while redirecting to portal application from SSO login page.please find below basic details
    the application comprises of TAM / Apache / Weblogic, and all the request goes in the same order.
    When the application is deployed as portlet, the jsp page some how hard codes the apache host name, that in turn blocks any form submit or Ajax action.
    so on successful login the redirection is not happening to required portal page as it includes apache host name in the url consrtucted.
    Please suggest me what are the configurations that I need to verify .
    Thanks in Advance
    Jetti.

    If you upgrade to v7.1 you will have all those features and more - PLUS a lot of defective pieces have been fixed in 7.1

  • SSO login page - SSL

    Hello all,
    we have full insatllation of OAS 10G (BI + INFRA, both on 1 server), there are more than 3000 employees using the implemented SSO to login to more than 40 web applications running on more than one server (some as external applications, some on the same server), and we have another installation on the same server which is "SOA Suite OC4J 10.1.3" integrated with the installed INFRA as partner application to utilize the OID authentication through SSO. and 2 Ebusiness suite installations on 2 other servers.
    now for some reason, our top management asks to make the SSO login page to run under HTTPS protocol (SSL).
    can you help out? what is the impact as we have that number of applications? is there any useful documents?
    thanks,
    Sallloum
    Edited by: user7813970 on May 17, 2010 11:45 PM

    The obvious reason to have this arrangement is to get increased security.
    Now SSL implementation on OAS-BI, EBS and SOA Suite should be carefully planned. It needs to be clear what has to be under SSL: SSO or the whole suite of applications. In general, both ways are possible. But each component can be configured for SSL.
    Please note, any changes in configuration here will affect configurations of all applications that are using it.
    Read administration documents for details on each parts configuration with SSL. For SSO, here is the document to follow.
    http://download.oracle.com/docs/cd/B14099_19/idmanage.1012/b14078/ssl.htm#sthref311
    Also check metalink for additional resources.
    thanks,
    AMN

  • Unexpected error in SSO login page

    Hi all,
    We have a problem with our SSO, or with our LDAP directory, or with the way in which they work, not sure about. In the past we were using version 9.x and everything worked fine. Now we migrated to version 10.1.2.0.2 and we discovered that using the same functionality to register and log user is crashing. After a bit of debugging, the problem seems to be that the PASSWORD of the created users is encrypted using some Hash and retrieve in an array of bytes, insted of in plain text as before. In principle this shouldn't affect the way in which we use the LDAP & SSO, but for some reason, when the user tries to log in using the recently created user account and password, the SSO login page gives an "unexpected error" message. The SSO login page is the original page coming with the SSO infrastructure, no change at all on it.
    Any idea why this might happened? Is the some way to configure the SSO or the LDAP so they don't encrypt the user password? Any other possible config detail that we should check?
    Thanks in advance,
    Luis

    So after finding the log files on our SSO server, I found out the exact error message that the SSO was throwing was that the account was still not activate!!! Then I realized that we started to make use of the "Start date" LDAP field recently, and event when the date was set to the current date when the account was created, the time was set to 0s, event when the current time was also passed to the LDAP. I don't know what's the reason why the LDAP didn't get our time, passing the date-time with the format the LDAP was asking for (yyyyMMddHHmmssz), but just by rolling one day back the start date, the user accounts were automatically activate when they're creating, solving our problem.
    Regards,
    Luis
    Edited by: lagh on Dec 15, 2008 11:52 AM

  • How to change the behaviour of the Cancel-Button of SSO-Login-Page (Forms)?

    Hi Folks,
    we use SSO-Login to authenticate users using Forms. How do I change the URL which is opened when a user clicks on the cancel button on the SSO Login page?
    In the formsweg.cfg file there is a parameter named ssoCancelUrl, but if I define it, it doesn't work anyway. Seems like it has something to do with ssoDynamicResourceCreate, but I don't exactly understand what.
    Can't I simply change the URL which is opened (globally), when a user hits the cancel button on any SSO-Loginpage.
    Thanks in advance.
    Regards.

    Exactly this does not work! Please watch my settings:
    Global Setting in formsweb.cfg
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=false
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    App-Specific settings in formsweb.cfg
    [proz]
    envFile=proz.env
    form=proz.fmx
    title=proz
    separateFrame=true
    width=1280
    height=960
    ssoMode=true
    ssoDynamicResourceCreate=false
    ssoCancelURL=http://machinename:port/zugangsportal/
    otherparams=useSDI=yes P_SERVER_URL=machinename:port P_REP_SERVERNAME=machinename_proz ZP_TARGET_ID=%ZP_TARGET_ID%
    When I now access http://machinename:port/forms/frmservlet?config=proz I got redirected to the SSO-Login-Page but the Cancel-Button still links to Middletier Home. Why?
    Regards.

  • Partner application configuration is missing error on SSO login page

    We have APEX 3.1.2 setup as a partner application and an application within APEX setup to use SSO for authentication. Following a link to the APEX application redirects to the Single Sign-On page, as it should, but it also shows "Error: The partner application configuration is missing or expired." I type in my password and username, click the Login button, and (if I entered my username and password correctly, of course!) then the APEX application is shown. So, I cannot figure out why we're getting the no_papp_err error and I have not found any solutions to that issue on Metalink or anywhere else on the Internet. Any ideas? I'm concerned that we have a misconfiguration somewhere that is causing this error and will affect any other partner application we setup in the future.
    We're on Oracle Portal 10.1.4, SSO 10.1.2, and SSL is setup on both infra and mid tiers.

    Did you try checking the partner application entries on the SSO-login server page?
    please login as orcladmin or some other user with membership in, i beleive, iasadmins group. verify that for this partner application, what you see here corresponds to the application URL. it looks like your login page call may have issues. so check for login url too.
    also check the ORASSO.WWSSO_LS_CONFIGURATION_INFO$ for entries corresponding to Apex application.

  • Error: Partner application configuration is missing ... on SSO login page

    We have APEX 3.1.2 setup as a partner application and an application within APEX setup to use SSO for authentication. Going to the APEX application redirects to the Single Sign-On page, as it should, but it also shows "Error: The partner application configuration is missing or expired." I type in my password and username, click the Login button, and (if I entered my username and password correctly), it redirects me to the APEX application just like it should. So, I cannot figure out why we're getting the no_papp_err error and I have not found any solutions to that issue on metalink or anywhere else on the Internet. Any ideas?
    We're on Oracle Portal 10.1.4, SSO 10.1.2, and SSL is setup for both.
    +Closing this topic and opening it in [Oracle Application Server - General|http://forums.oracle.com/forums/thread.jspa?threadID=832022&tstart=0|New Topic]+
    Edited by: oportalist on Nov 28, 2008 10:24 AM

    Did you try checking the partner application entries on the SSO-login server page?
    please login as orcladmin or some other user with membership in, i beleive, iasadmins group. verify that for this partner application, what you see here corresponds to the application URL. it looks like your login page call may have issues. so check for login url too.
    also check the ORASSO.WWSSO_LS_CONFIGURATION_INFO$ for entries corresponding to Apex application.

  • SSO Login Page Error

    Can anyone solve this issue??
    We are developing ASP.Net application with oracle 10g Application server for single sign-on.
    we need to map the IIS URL(eg /private/*), redirecting to Oracle Application server,authenticate it and get the result back
    to IIS.
    As of Oracle Document we installed and configured proxy plugin and SSO plugin in IIS,and registered a partner application
    using ossoreg.jar command and it was successfully redirecting to the Single Sign-on login page
    but the problem is, after I click Login button it gives "page not found" error
    and the URL read as "http://<host.domain>:<port>//sso/auth"
    A normal login through SSO doesnt give any error...
    Do we need to change some config in policy.properties configuration file??
    Please reply, if anyone identified the problem.
    Regards
    Guhan

    Hi,
    I have triued the same thing here ... linking to a protected url on an IIS server. Initially I had similar problems. Check your plugin.conf file and make sure your login server file is defined correctly ... no " and use the Windows path conventions.
    Also, I thought I had directed the config file (osso.conf) to be in the directory i had created but it showed up in oracle_home/apache/apache/conf/osso. You may need to move it.

  • SSO login page in local language

    I am developing J2EE web application and will secure it using JAAS and SSO on Oracle IAS 10g. I would like to customize SSO so login JSP page labels and error messages are displayed in local language. In order to avoid hard coding of labels and error message handling in login.jsp I would like to use message resource bundles.
    Has anyone any experience in using message resource bundles for such purpose? Where are located the message bundles that control login, change password and sign-off SSO messages?
    Thanks,
    zdravko.

    If you want to change the port go and change the port value in :
    <ORACLE_HOME>/apache/apache/conf/httpd.conf
    stop/start apache so:
    <ORACLE_HOME>/dcmctl/bin shell
    stop -ct ohs -v -d
    start -ct ohs -v -d
    Joel Pérez
    http://otn.oracle.com/experts

  • SSO Login page Error : Unexpected errors (WWC-41400)

    Hi,
    I downloaded the zip file ssosdk.zip from download section of OTN for SSO and followed the steps in the Install document. All the process went through without any error. But when i tried to access my login URL, i am getting this error :Unexpected errors (WWC-41400)
    .Even if i try to login using my ORCLADMIN username and its password i am getting the same error and remains in the same page.
    while configuring the partner application i did not encounter any error. Kindly suggest me how to proceed further.
    Vijay

    This also happened to me after I run ssodatan to change the logon_url port.
    Can anyone provide some help with this?!

  • Error in SSO login page.

    HI all,
    This time in windows 2000 Professional,I install infrastructure without error or warning(But in the installation log file I saw one error i.e., as follows.)(I put th error line into bold face.)
    Create Group URLrefreshed:oiddas/ui/oracle/ldap/das/admin/AppCreateGroupInfoAdmin
    Edit Group URL refreshed:oiddas/ui/oracle/ldap/das/admin/AppEditGroupAdmin
    Delete Group URL refreshed:oiddas/ui/oracle/ldap/das/admin/AppDeleteGroupAdmin
    Group LOV URL refreshed:oiddas/ui/oracle/ldap/das/search/LOVGroupSearch
    People Search URL refreshed:oiddas/ui/oracle/ldap/das/search/AppUserSearch
    Directory Administration URL
    refreshed:oiddas/ui/oracle/ldap/das/mypage/ViewMyPage
    Local OID cache refreshed
    PL/SQL procedure successfully completed.
    Disconnected from Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    NLS_LANG character set = UTF8
    NLS_LANG param = AMERICAN_AMERICA.UTF8
    Portal SMI: Oracle home: D:\ocsinfra was registered.
    Portal SMI: ERROR: Web DAV: /dav_portal/orasso could not be found.
    Portal SMI: Update config was successful.
    Portal SMI: Save changes was successful.
    Portal SMI: Updated DAD: /pls/orasso
    Portal SMI: Terminating.
    Portal SMI: Terminated in: 20 milliseconds.
    D:\ocsinfra\jdk\bin\java -jar D:\ocsinfra\jlib\emConfigInstall.jar targets D:\ocsinfra\sso\sso_server_target2add.xml
    End output from spawned process.
    Configuration assistant "Single Sign-On Configuration Assistant" succeeded
    Result code for launching of configuration assistant is: 0
    Launched configuration assistant 'Patch SSO'
    Tool type is: Optional.
    The command being spawned is: 'D:\ocsinfra/sso/bin/ssoca.bat patch D:\ocsinfra'
    Start output from spawned process:
    Parameters passed to ssoca : param0:patch param1:D:\ocsinfra
    INSTALL_ACTION: SSOConfigAssistant: Install Mode is PATCH
    INSTALL_ACTION: SSOConfigAssistant: SSO configuration status valid
    INSTALL_ACTION: SSOConfigAssistant : Invoking sqlplus
    D:\ocsinfra\bin\sqlplus ORASSO/*****@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=esysocs2)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=iasdb.esysocs2))) @D:\ocsinfra\sso\admin\plsql\sso\ssopachk.sql
    SQL*Plus: Release 9.0.1.4.0 - Production on Mon Feb 13 12:04:39 2006
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    SQL> Connected.
    SQL> Checking current SSO Server version...
    INFO: SSO Server version : 9.0.2.2.22
    INFO: SSO Server version to be checked: 9.0.2.2
    INFO: SSO Server version check ok
    INFO: SSO patch check status : 0
    PL/SQL procedure successfully completed.
    Disconnected from Oracle9i Enterprise Edition Release 9.0.1.4.0 - Production
    With the Partitioning option
    JServer Release 9.0.1.4.0 - Production
    INSTALL_ACTION: SSOConfigAssistant: Invoking sqlplus
    D:\ocsinfra\bin\sqlplus ORASSO/*****@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=esysocs2)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=iasdb.esysocs2))) @D:\ocsinfra\sso\admin\plsql\sso\ssopatch.sql
    SQL*Plus: Release 9.0.1.4.0 - Production on Mon Feb 13 12:04:42 2006
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    SQL> Connected.
    SQL> Calling ssopatch.sql
    Oracle 9iAS Single Sign-On Server
    Loading Package(s)...
    Package created.
    No errors.
    .After that i go to address http://esysocs2:7777/oiddas. Off this point when i click on login all addresses on Address bar covert to http://esysocs:7777/oiddas/....(remind of the system name). In otherwords "esysocs2" changes to "esysocs".i also tried again by using IP address of my machine(which is static). At this time i receive page "Single Sign On" with ERROR :Unexpected errors (WWC-41400).( this is the situation when creating the new oid users)
    Q 1)Is this error( i.e.,ERROR :Unexpected errors (WWC-41400)) is effected by the error showed as bold face in the above log file?describe me when that log file error(i.e., Portal SMI: ERROR: Web DAV: /dav_portal/orasso could not be found will occurs(I mean in which situation?)
    In services window, Oracle OLAP 9.0.1.0.1,OracleOCSInfra_homewebcachemon services are not starting when i attempted to start. I installed the infrastructure 8or 9 times in this week. Every installation time it is same that services are not starting and the error in SSO page.
    Q 2) Why these services are not starting for me? Is the services basically doesn't start or any mistakes i did in the installation process? ( I know i didn't do any mistake at the installation time.) describe me when these services needed and how to start those sevices if necessary?
    One more thing is which password we will enter when we attemp for the first time on the SSO. In manuals it is saying that "enter the oid username and the password". At first, in installation time we didn't create the oid users. By default what is the oid username and the password.
    Q 3) What is the default OID & SSO username and the password.
    >>>> Please solve my problem waiting for the replies eagerly.
    with thank in advance./kumaraswamy.n

    I solved all my problems By setting the domain name to my system and using the windows 2003 server.

Maybe you are looking for