Automatic Portal Login

I have various third party applications that need to access my portal site without logging into my portal server. I want to give out a generic login/password that these various external applications could then use to call from a java program, and call my plsql portal procedures. Didn't know if anyone knew of a good place to start,
thanks,
Glen

To stop a user right clicking and selecting view-source you can put the following code in a html portlet on the page
<script language="JavaScript"> <!--
var message="Sorry. no right click available"
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=click;
// --> </script>
Unfortunately this doesn't deal with the View-Source from the menu.
The code that Oracle sent you - do you have to hardcode the username and password? Maybe you could send it to me.
null

Similar Messages

  • SAP HR ID has SAP Login ID / Portal Login ID

    Hi ,
    We are thinking of using the SAP HR ID has the SAP Login ID and the Portal Login ID, ... Did anyone had the same approach ? Any feedback will be welcome .
    If my HR ID is 1234567 , my user ID will be 1234567 .
    Or, (I'm a HR guy), what is SAP recommended approach and User ID ( How to generated the SAP User ID ) .
    Regard's

    Hi,
    While creating the logon id instead of creating the user id via tcode su01 try creating it via tcode HRUSER.
    Select the HR ids for which u want to create users and create the users. U can define the initial password there and even assign roles there too.
    Other wise if u want to assign different roles to different users then only create the users via tcode HRUSER and assign the roles via SU01.
    If users are created via tcode HRUSER the user name will be P<hr id> ie like P99003114.
    First name and last name will be picked form hr
    master data automatically.
    Hope this will solve your purpose.
    Pl dont forget to award points if resolved
    Regards

  • Portal Login id and Credatinal pass to dot net application

    Hi Experts,
    I want to know is it possible to pass the portal login id and other details like Name and organization to an dotnet application.
    If it is then how can we do it.
    Please do the needfull. Important
    Regards,
    Swapnil

    Hi Sarbjeet,
    I first thought of creating URL Iview and passing the user id and other required details as parameter to that URL Iview.
    Then reading your mail i thought of creating a web dynpro java application and then pass all the required values to the url in the application only but i am confussed how i will call the dot net application.
    If you have a better suggestion please let me know how to do it.
    Regards
    Swapnil

  • ADF Application and Oracle Portal Login Page

    We have developed ADF application and deployed it in Oracle AS 10.1.2 along with the custom JAAS module, which is working fine with the application custom login page. As a next page, I want to use Oracle Portal login page for the authentication and authorization.
    How can I accomplished it? Any idea?
    Thanks,
    AP

    Shay,
    1. I created blank ADF project
    2. I copied myreport.jsp file (this one was generated by Oracle Report Builder) under ..ViewController/public_html directory
    3. Created directory 'lib' under ViewController/public_html/WEB-INF/lib
    4. Copied reports_tld.jar file under the directory created in 3.
    5. Created simple jspx page with the af:link (btw af:goLink does not exists in JDev 12c), set 'destination' to myreport.jsp
    After the steps above I could not even compile the application, many problems too many to list here, Basically JDev is trying to build the project with .jsp file generated in Report Builder and is unable to.
    So to be sure we are on the same page: I am trying to embed JSP report files generated by Report Builder into ADF project, then create EAR file and deploy on standalone WLS. Finally execute JSP web only report.

  • Redirect to Portal Login page from portlet

    We have lots of applications on the portal and many of them need the logged in user information to provide the right display context. For example, "My Notes" where notes are stamped with the user's login id. Our portlet applications show exception messages when the user id is unavailable. Pressing a refresh button takes them to the portal login page.
    Does anyone know how to redirect to the portal login page? Here is how I would like it to work: A user has the application up beyond the session timeout period and does something that causes the page to submit. At the application server we look for the logged in user ID which is missing due to session timeout and we send them to the portal login page.
    Thanks! Mike

    Hi James,
    <br />
    <br />I fear this isn´t possible to do with ADDT, as it will - when using its Restrict Access To Page behaviour - always redirect to the page you specified in the Control Panel.
    <br />
    <br />However you can help yourself with a simple custom PHP redirect script
    <i>(place it @ @ line 1 of your document)</i> which checks whether the "kt_login_id" Session Variable is set, and if it´s not set, redirect to a different login page:
    <br />
    <br /><?php<br />if (!isset($_SESSION['kt_login_id'])) {<br />header('Location: http://www.example.com/directory/login.php') ;<br />}<br />?>
    <br />
    <br />Hint: users who login via a different login page will still be redirected to ADDT´s default login page when logging out
    <br />
    <br />Cheers,
    <br />Günter Schenk
    <br />Adobe Community Expert, Dreamweaver

  • How to access Sap portal login user in ejb web service

    Hi,
    I wnt to access SAP Portal login user in my ejb application which resides on the same server.
    I am using following code
    try {
         IUser user =null;                         IWDClientUser wdUser = WDClientUser.getCurrentUser();
                                  user = wdUser.getSAPUser();
                             } catch (WDUMException e) {
                                  // TODO Auto-generated catch block
                                  e.printStackTrace();
    Some additional jar files are required for this?
    The same code works fine with webDynpro but not with ejb.
    Thanks in advance     
    Best regards,
    Nilesh

    Thanks for reply.
    I have already added com.sap.security.api in my EJB module project classpath. How to add the same in EJB application Project (application-j2ee-engine.xml)?
    Best regards,
    Nilesh

  • Not able to pass portal login page with valid credentials using WebDispatch

    Hi,
    We are implementing SAP BillerDirect Portal. To make BillerDirect Portal available over the internet, we Configured SAP WebDispatcher with SSL termination.  We followed the steps mentioned in SAP Help Documentaion for SAP WebDispatcher with SSL termination.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/76/6d4fa247d0d647b5bd40745400d873/frameset.htm
    We created certificate  and send it to CA (TrustCenter CA). We received the CA response and we imported the certificate.
    AS mentioned in the help document, we configured the SAP Web Dispatcher profile to support SSL termination
    We tried to access our BillerDirect Portal over the internet using below link
    https://company.com/bd
    We are getting login page, once we enter correct user ID and Password, portal is not loading (not going to next page) portal remains on same login page.
    If we enter invalid credentials portal login page is giving u201CUser Authentication Failedu201D error.
    If we try to access any portal login pages which brings a pop-up for login, login gets succeeded and we are able to see next pages
    Examples
    1)     https://company.com/bd/admin/xcm/init.do
    2)     https://company.com/monitoring/SystemInfo
    All pages which bring up portal login page without pop-up, not able to pass through portal login screen.
    We Tried the ProxyMapping option on Dispatcher using Visual admin. This option also didnu2019t work for us.
    Here is the WebDispatcher Profile
    SAPSYSTEMNAME = xxx
    SAPGLOBALHOST = xxxxx
    SAPSYSTEM = 00
    INSTANCE_NAME = W00
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    Accesssability of Message Server
    rdisp/mshost = hostnameofportalserver with FQDN
    ms/http_port = 8101
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTPS,PORT=443
    icm/server_port_1 = PROT=HTTP,PORT=80
    icm/HTTPS/verify_client = 0
    SAP Web Dispatcher Web Administration
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=D:\usr\sap\xxx\W00\data\icmanroot\admin,AUTHFILE= D:\usr\sap\xxx\SYS\global\security\data\icmauth.txt
    Parameters for the SAP Cryptographic Library
    ssl/ssl_lib = D:\usr\sap\xxxW00\sapcrypto.dll
    ssl/server_pse = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/name = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/ssfapi_lib =  D:\usr\sap\xxx\W00\sapcrypto.dll
    sec/libsapsecu =  D:\usr\sap\xxx\W00\sapcrypto.dll
    wdisp/ssl_cred = D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    Parameters for Using SSL to the backend server
    wdisp/ssl_encrypt = 1
    wdisp/ssl_auth = 1
    wdisp/ssl_cred = D:\usr\sap\xxxW00\sec\SAPSSLC.pse
    wdisp/ssl_certhost = hostnameofportalserver with FQDN
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTP/j2ee_0 = PREFIX=/, HOST =hostnameofportalserver with FQDN PORT=50000,SPORT=50001, SSLENC=1,TYPE=1, CRED =D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    We also tried below options in WebDispatcher profile but we are getting same problem.
    wdisp/add_client_protocol_header = true
    wdisp/add_clientprotocol_header = 1
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTPS/forward_ccert_as_header = true
    icm/HTTPS/trust_client_with_issuer = *
    icm/HTTPS/trust_client_with_subject = *
    we also tried
    wdisp/ssl_encrypt = 0
    wdisp/ssl_auth = 0
    we also tried
    wdisp/ssl_encrypt = 2
    wdisp/ssl_auth = 2
    We are not able to resolve issue. Please help us on resolving this issue.
    Thanks
    Praveen

    ' in Host Names is not allowed. Our hosname has '_'.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm

  • Dynamic Text in SAP portal login page

    Hi All,
    I want to display some text information in the SAP Portal login page.Is it possible to display dynamic text in the login page?
    Can anybody help in this?
    Regards,
    V Karthi

    Check the following links as well.
    [Customizing Portal Login Page;
    [Portal Login Page Customization;
    Check all 3 weblogs.
    Regards
    Puneet

  • Hi, I'm using Firefox 3.6.3 and I'd liek to know if there's a way to automate the login process for a website asking for credentials.

    I have a website I'm using very other on my company's Intranet, but it requires a username and password. I'd like to see if there's a way to automate the login credentials

    Thanks a lot for your swift response. And sorry if it was a bit too hectic to go through my detailed query (which I did because it was misunderstood when I asked previously). As I've mentioned above, I was informed that updating to 5.0.1 would '''require''' me to '''delete''' the current version and then install the new one. And doing so will involve losing all my bookmarks. I guess I should have been more specific and detailed there. By losing, I didn't mean losing them forever. I'm aware that they're secured in some place and deleting and installing the software doesn't harm its existence. What I meant that if I install the new version, I'd have to delete the old one. And after installing the new version, I'd have to transfer them (bookmarks) back from wherever they are. Get it? When it updated from 3.6.9 to 3.6.13, and from 3.6.13 to 3.6.18, I didn't need to follow that process. They were already present on their own.
    BTW, I'm having no problems with 3.6.18 but after learning about the existence of version 5.0.1, I'm a bit too eager to lay my hands over it.
    Thanks for your help; hope this wasn't extremely long.

  • Portal Login Broke after Db Upgrade to 9.0.1.3

    Hi -- My portal web page login doesn't work after upgrading my portal database version from 8.1.7.1 to 9.0.1.3. All the scripts I ran (Note 159657.1 and Chap. 7 of 9i Database Migration Manual) ran ok. I also applied whatever patches/fixes required to get Oracle 9iAS 1.0.2.2.2 working with database version 9 per the certification matrix pages. I am still using Oracle 9iAS 1.0.2.2.2 on the middle tier and have only upgraded the database version. Also, I am not using LDAP for authentication.
    After the database upgrade, the portal web login page comes up fine, but after I execute a login attempt I get a "Page Not Found" in my browser. This error shows up in apache's error_log:
    [Mon Oct 7 03:54:41 2002] [error] mod_plsql: /pls/ssodad/portal30_sso.wwsso_app_admin.ls_login ORA-1403
    ORA-01403: no data found
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 391
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 669
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30_SSO.WWSSO_LS_PRIVATE", line 358
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at line 8
    [Mon Oct 7 03:56:07 2002] [warn] mod_plsql: Stale Connection due to Oracle error 1400
    [Mon Oct 7 03:56:07 2002] [error] mod_plsql: /pls/ssodad/portal30_sso.wwsso_home.home ORA-1400
    ORA-01400: cannot insert NULL into ("PORTAL30_SSO"."WWCTX_SSO_SESSION$"."SUBSCRIBER_ID")
    ORA-06512: at "PORTAL30_SSO.WWCTX_SSO", line 2215
    ORA-06512: at "PORTAL30_SSO.WWCTX_SSO", line 1053
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30_SSO.WWCTX_SSO", line 1261
    ORA-06512: at "PORTAL30_SSO.WWCTX_API", line 179
    ORA-06512: at "PORTAL30_SSO.WWSEC_APP_PRIV", line 529
    ORA-06512: at "PORTAL30_SSO.WWSSO_HOME", line 322
    ORA-06512: at line 8
    Everything worked fine prior to the upgrade. There are no invalid objects causing this and I can log into the portal database fine through a sqlplus session. Does anyone know why portal login is broke after database upgrade? Has anyone upgraded their portal database versions in place with this issue afterwards?
    Thanks for any help anyone can offer...!
    Kate

    Hi Benjamin,
    Thanks for your reply. I already had a working 9iAS Release 1 with a 8.1.7.1.0 database. All I did was upgrade the database from 8i to 9i on the database server. I also applied the jdbc patch on the 9iAS app server so a connection with the 9i database could be established. As far as I know, there's no portal configuration assistant step here because I already had a complete fully-functioning portal install before the database upgrade to 9i. Is there something I'm missing about your suggestion?
    Thanks.

  • Portal Login ID in ABAP

    Hi,
    consider a scenario.
    I am login into Enterprise portal using - admin_it.
    I want to know by which user has login into portal.
    By which method or function can i read this login id into abap.
    Regards,
    Priya

    Hi,
    I am getting the SAP login name not portal login name.
    Consider,
    Portal Login : priya
    ABAP Login : amitd (In connection string written username = amitd and password, IP,Client etc in J2EE).
    I want priya not amitd.
    Regards,

  • Popup Portal Login / Authentication

    I am having problems finding good examples of how to enable a portal login authentication portlet in a popup window. The scenario, is that I will programatically change a web service to require portal role base security. When this occurs the next time this web service is accessed, it should reject that access or block and pop up the portal login window. When I sucessfully log on, then it should return the results and I can close that login window at my leisure. I do not want to keep the login portlet displayed in the main page of the portlet, it should not appear until it is needed. This is a really urgent request if anyone can help me with this. I really appreciate the help!

    Anyone that is still looking at this, I have figured out how to do the popup in the pageflow. I have collected a username and password and placed it in my formbean. Now I need to get that username and password into the header of a web service using the OASIS ws-security standard spec. There is an example of placing the username and password token into the SOAP header in the weblogic examples, but it uses a java proxy class to call the web service itself. I am currently using a java control to call the web service. I would like to adapt the code in the example called WebServiceBClient.java under the /workshop/samplesApp/proxyClient/WSSE/token directory to be able to perform this action but call the web service from a control.

  • Firefox 11 starts automatically at login - usual suspects eliminated

    How do I stop Firefox 11 from starting automatically on login? It starts automatically on one of the user accounts on my less-than-week-old Mac Air (OS X 10.7.3) is started, but not the other. I have investigated the usual suspects and found none of them guilty:
    1. The options associated with the icon do NOT have “Open at Login” checked;
    2. The Login Items for this user does NOT include a Firefox entry;
    3. Some have suggested a PopClip link, but I’ve not installed that;
    4. Some have found Firefox installed in an old installation of TOR Browser/Vidalia, but I haven’t installed that either;
    5. It is not an issue with the “Reopen windows when logging back in” option on the logout screen – it opens whether the box is checked or not and whether Firefox is open or not at logout;
    6. System Preferences -> General -> “Restore windows when quitting and re-opening apps” is NOT checked.
    Any ideas?

    When Firefox starts, does it load any particular URL? I'm wondering if some other app that starts on login is trying to open some URL, which triggers Firefox to start. You could verify this by changing your default browser to Safari and seeing if Safari starts on login instead of Firefox.

  • Can I run xinit automatically on login?

    The question's in the topic: Can I run xinit automatically on login by a normal user?  Running xinit automatically starts Xfce, but I want to know if there's a way for that to happen automatically when I log in with a specific user (I've made a user specifically for Xfce only so I want that to run every time).  Thanks!

    How about the solution from the Wiki?
    http://wiki.archlinux.org/index.php/Sta … sh_profile

  • Handling a Valid SSO but Invalid Portal login

    Suppose we have a user who's in LDAP, but not in the Portal (for whatever reason). That is, the user successfully authenticates to the SSO client, those credentials are passed to the portal where they are not valid, the portal isn't able to create a session so the user is NOT logged on. Instead the Portal simply shows the Portal login page. We'd like to avoid seeing the Portal login page ever, instead it should show the user a message (html page) saying you're not a valid portal user...see your administrator etc...
    What is the best way to handle this scenario?
    Is there a way to check from say a PEI (i.e.LoginAction's OnBeforeLogin()) to see if the SSO credentials being passed in are valid for this portal user? If not, display this HTML page.
    I want to avoid having to modify any of the Plumtree Portal SSO code (for upgrade reasons etc).

    Hi Paul,
    No Not solved it. We are seeing a similar problem. External Access via our firewall is fine. Internal access causes the login page to freeze once the button is pressed.
    Strangely, if you deliberatley enter an incorrect password for the user, then the error message occurs and after that Login is fine. I am continuing to investigate.
    Regards
    Steve

Maybe you are looking for