Apache Jakarta JETSPEED and ApEx (Authentication)

Hi everybody!
I would like to integrate ApEx into the Apache Jakarta Java Framework Jetspeed. Therefore I would like to use the usermanagement and and session handling of this framework (authentication in Jespeed is also used for ApEx - no new login necessary).
Does anyone have an idea, how this can be setup in ApEx/Jetspeed? Or does anyone have a ready solution for this question?
Thanks in advance and best regards,
Christian

ApEx is not JSR168 compliant - but that doesn't mean to someone couldn't come up with a way to plug some ApEx content into a JSR168 portlet. When you're doing this kind of thing there are lots of considerations.
Like:
what is the content?
who needs to be able to see it?
who needs to update it, if anyone?
what are the security implications?
One very simplistic approach that could be used to get ApEx content into the Jetspeed portal is to use a standard HTML portlet with an iframe embedded in it that points over to the ApEx content. Obviously, this doesn't include any kind of authentication to ApEx.
You'd probably have to look into some of the SSO stuff that's buit into ApEx.
Earl

Similar Messages

  • LDAP and APEX authentication at the same time?

    Is possible to have both authentication ate the same time? How can i do it?
    Tanks

    Not sure if this helps, but External Entity objects use the GW password no matter the authentication type (gw or ldap). EE's have no associated eDir object so they don't really have a choice.
    I wouldn't recommend going back and forth between EE's and regular user accounts since I've experienced problems making this conversion in the past. Just thought I would mention it since it *does* give you an option.
    HTH,
    Aaron

  • Apache and Weblogic authentication

    Apache 2.0 and WL 8.1 SP6;
    Apache redirects to a wl web app and the web app's front page is password protected using Apache's authentication services.
    Turns out, the users configured with Apache's 'htpasswd' have to be duplicated in weblogic. Curious to know why this is. There appears to be no documentation of this necessity that I could find.
    Any ideas about the configuration principles involved here?
    Thanks,
    Karoly

    Hi Scott,
    The only way it can work is when Apache adds another token to the request
    say
    MyToken : value
    U can create a Custom Identity Asserter to read that token and authenticate the user.
    U can find the steps to create custom identity asserter here
    http://weblogic-wonders.com/weblogic/2010/03/15/custom-identity-asserter-for-weblogic-server/
    HTH,
    Faisal

  • APEX 3.2:  Switching between APEX authentication and LDAP?

    I'm building an APEX 3.2 application that has to be deployed automatically to the target environments (by executing the APEX export SQL in the relevant parsing schema).
    One problem is that different environments will have to use different authentication mechanisms:
    Development and System Test will use simple APEX authentication (i.e. APEX users).
    Acceptance Test and Production will use LDAP via OID for single sign-on.
    So how do I set the application up so that it can switch from APEX authentication to LDAP authentication if it is in the Acceptance Test or Production environments?
    My customers seem very reluctant to have a manual step in the process e.g. to switch the authentication scheme for the application after installation, so I need to find a way to do this automatically if possible.
    Any suggestions?
    Thanks.
    Chris

    Chris,
    We do something similar, in that we dynamically switch authentication based on the application you're trying to log in to. Basically, you need to set up a custom authentication procedure which checks which system you're in, and then validates the user appropriately.
    Does that help?
    -David

  • How to configure Oracle SSO for forms and apex

    Hi All,
    I am trying to configure oracle SSO for forms and apex using third party external authentication. Please help me how to configure. I a have tried all possible things
    from web but I am not able to do it. Is there any doc or links are much appreciated.
    Info: Some reason my oiddas web link is not working it used to work fine before and also the from /pls/orasso/ link I am not able to login may be because of my oiddas issue
    Thanks

    Hi Andreas,
    Thanks you for your help. I am trying to implement third party external LDAP authentication for APEX and Forms.
    So I started with OID and SSO setup to create external Partner Applications. Some reason my oid and sso web login links are not working. I didn't find any errors. I need some help in finding the problem and direction, I already read docs on web but no proper direction. I appreciate your help.
    Thanks

  • Self password reset functionality (Apex Authentication)

    Hi everyone,
    I am using Apex 4.1 (can upgrade to 4.2 if any new feature helps solve my problem)
    Oracle DB XE 10g
    Authentication Scheme: Standard Apex Authentication
    I have created a page for Resetting password of End Users which takes username in a txt box and runs the process with the code on clicking button as
    APEX_UTIL.RESET_PW(:P102_USERNAME, 'Some custom message');After going through documentation (and also the message displayed on use), I found that it requires admin privileges to execute, while I want to use it for End users of application.
    Is there a work around to this problem? Please help.
    Thanks
    Saurabh

    Hi Saurabh,
    another way to implement the forget password feature without seeing the standard APEX screens for this is call the standard reset form from PL/SQL and automatically SUBMIT it via the URL (so you don't have to show the form but you can use your own layout ).
    The only downside I know so far is that the email cannot be formatted ( as far as I know ), but the first step for a customized reset pw feature is there :
    Just call this URL :
    http://<<SERVER>>:<<PORT>>/apex/f?p=4550:7::BRANCH_TO_PAGE_ACCEPT|resetpassword:NO:7:F4550_P7_EMAIL,F4550_P7_COMPANY:<MAILADRRESS>>,<<WORKSPACE>>
    In a PL/SQL proc called from your reset password link this could look something like this :
    declare
      lv_rest_result varchar2(4000);
    begin
       lv_rest_result := wwv_flow_utilities.clob_to_varchar2 (
                             apex_web_service.make_rest_request( p_url         => 'http://<<SERVER>>:<<PORT>>/apex/f?p=4550:7::BRANCH_TO_PAGE_ACCEPT|resetpassword:NO:7:F4550_P7_EMAIL,F4550_P7_COMPANY:<MAILADRRESS>>,<<WORKSPACE>>'
                                                               , p_http_method => 'GET'
    end;You might have to tweak the code a bit, I've tested this a while ago and it should work but you might add some code to find the current workspace etc.
    Regards
    Bas

  • PHP and Apex

    I like PHP and I like Apex. Is there any chance to see an interaction between the two? I know that it
    is possible to link PHP with the Apache server which runs Apex but I am asking for the field addressing
    and exchanging the variables between PHP code and PL/SQL code. That would really turn Apex into a
    killer app.
    Mladen Gogala

    Chris, I was thinking about addressing the Apex form fields through PHP. The application in question has to upload some files to Oracle database. The problem is that I need to fetch it first from another machine. That can be easily done with PHP and I would like to be able to address the form fields in Apex from PHP. As for another book, yes, I would like to write one. I've already been putting some ideas on the paper but it is still at the very beginning.

  • APEX.AUTHENTICATION.SESSION_VERIFY_FUNCTION - ORA-01403: no data found

    Hi,
    I'm deploying an APEX app with user general identified users (like user1, user2, and so).
    Now in this stage of implementation, we created user groups and user, but when I migrate the app from dev to production, all the new users that we created in the prod environment, when they try to log in, the app sends the error "APEX.AUTHENTICATION.SESSION_VERIFY_FUNCTION - ORA-01403: no data found" and the users cant't access the app.
    We have triple-checked all the variables buyt can't find the error from our side.
    Any help would by highly appreciate
    Thanks in advance,
    Agustin.

    Hi Hari,
    I'm just checking my Ayuthentication Scheme (instead of my Authorization scheme) and it seems to be the origin of the "no_data_found" message.
    The thing is that we make a Validation against one internal user table wich defines the office where the user work. That table had the username in lowercases and even the user wrote its username in the login page, using lowercases, the SELECT returned an "no_data_found".
    If the username field in our table is un UPPERCASE, the same function, typing the username in lowercase, returns OK.
    Thanks a lot for your interest
    Agustin

  • How to integrate Apache Web Server and Apache Tomcat 4.0 ?

    <pre>
    Hi All,
    Can anyone give me a detailed description(or url that tells so) of how to install the Apache Web Server, Apache Tomcat Server4.0 and Integrate both of them.
    Still now I am using Apache Tomcat 4.0 as a standalone application and now I want to learn how to install,use Apache Web Server and integrate this with Apache Tomcat.
    Please point me to exact location,url to download the recent Apache Web Server and,
    Can I use my existing Standalone Apache Tomcat 4.0 to integrate this with Apache Web Server that I am going to download.
    A detailed explanation of how to integrate both is very helpful.
    Thanks in advance.
    <pre>

    The way to integrate Apache Web Server & Apache is very easy. The first step is download the library to connect both servers. This library can be download from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/bin/webapp-module-1.0-tc40-windows.zip.
    Copy the files to APACHE_HOME\modules and open httpd.conf to change any lines:
    You find the section "LoadModule" and you add the next lines:
    LoadModule webapp_module modules/mod_webapp.so
    AddModule mod_webapp.c
    And the end of the file you must add these lines:
    WebAppConnection conexion warp localhost:8008
    WebAppDeploy examples conexion /examples
    The first parameter -2nd line- (examples) is the URL name application, the second is the connection's name and the last parameter is the application's name. This name is the same which in servlet.xml.
    At last you can add one more lines to check the module's configuration:
    WebAppInfo /webapp-info
    If you visit http://<yoor_host>/webapp-info you can see the configuration.

  • E-Business to Apex Authentication Problem - Redirection Loop?

    Hi Folks,
    I have a couple of EBS (11i) environments which successfully launch Apex Functions using the whitepaper delivered from Cabot Consulting (Extending Oracle Applications). I have created a new responsibility, menu and function on our live environment today which does exactly what the whitepaper suggests:
    1. Send a cookie to the browser with Username and a generated hash.
    2. Apex authentication checks for this cookie and if it does not exist, displays a login page.
    3. IF the cookie exists, it takes the username and validates the hash, redirecting then to Page 1 of my application.
    However, I have found that the first time the EBS function is clicked, Firefox throws a "Redirect Loop Error", Internet Explorer instead gives an unhelpful 404 error. If I click my back button to get back into Oracle Applications and click the function again, this time it works.
    I can't release this to my userbase if there is a chance of redirect issues!
    Has anyone had experience of this and is there a verified solution to resolve the issue? I am happy to post whichever code you wish.
    Many thanks,
    Pete

    Hi Scott,
    Your suggestion answered my question first time. My login page was not public for some reason!
    I've changed this now and kerching, my applications all work a breeze!
    Fantastic - so simple :-)
    Many thanks.
    Srini - thanks for the suggestion, I've read every bit of EBS integration I could find so this is a bit of an RTFM!
    P

  • Apache Jakarta POI in PL/SQL

    Hi all,
    Any one has code sample for how to integrate Apache Jakarta POI in PLSQL...
    Thanks for your help.
    Raja

    Hi,
    Thanks for your reply.
    Yes I have seen this document. Our requirement is writing data from multiple tables into same worksheet and at the same time XL will have different worksheets.
    Regards,
    Raja

  • Oracle Apex Authentication with EBS

    Hello ,
    My name is Ramiz.
    I have Oracle Applications EBS suite with 10g and Oracle Apex on seperate 10g.
    Now, I am trying to use same user-id and password of EBS to login into Oracle Apex. I have performed following steps from this url.
    (http://skrajend.blogspot.com/2007/06/htmldb-authentication-with-oracle.html)
    1. I have dblink between two database nodes (i.e. EBS database and Apex database )
    2. I have created following function as well on EBS database.
    ====
    SQL> create or replace function ebiz_suite_auth (p_username IN VARCHAR2, p_password IN VARCHAR2)
    return boolean
    as
    begin
    if fnd_web_sec.validate_login(p_username, p_password) = 'Y' then
    return true;
    else
    return false;
    end if;
    end;
    ====
    2. Now in second step from above url , Author is granting execute priv to
    user "HTMLDB" like following
    SQL> grant execute on ebiz_suite_auth to htmldb;
    But , my question is that Apex is installed on different 10g so in above
    execute statement which user should I give execute to ? Do I have to create same user of Apex in EBS database and give exec priv ? but than how does it going to talk to EBS database ?
    3. I have created the Authentication Scheme as the steps described in the above url.
    =================
    2nd approach which is same as above except but here user is not giving
    any exec priv
    ===============
    create auth function ( as above)
    Create a new Authentication Scheme
    •Select From Scratch
    •Enter a Name
    •Leave Sentry Functionempty
    •Leave Session Verification Functionempty
    •Set Invalid Session Target= ApExBuilt in Login Page
    •Leave Pre-Authentication Processempty
    Select Use my custom function to authenticatefor
    the Credentials Authentication Method and enter
    return custom_ebiz_suite_auth;
    for the Authentication Function
    •Leave the Post-Authentication Processempty
    •Leave all Cookie Informationempty
    •Enter
    wwv_flow_custom_auth_std.logout?p_this_flo
    w=&APP_ID.&p_next_flow_page_sess=&APP_ID.:
    1:&SESSION.
    for the Logout URL(all on one line)
    •Create & Activate your Authentication Scheme
    I performed 2nd approach too but it doesn't work for me because
    my Apex is installed in seperate 10g and EBS is in sperate 10g. 2nd approach is from a perosn name SCOTT.

    Hi I have followed steps given
    in http://balajiabhi.blogspot.com/2009/03/integrating-apex-in-r12-with-oracle.html
    i.e I followed R12 direct installing not installed separate OHS....
    I have installed Apex in Datbase and them modified dads.conf located on 10.1.3 home of R12 ebusiness suite with following
    <Location pls/apex_R12>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString usncx053:1536:edge
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword admin
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    And tried to access using url ...http://usncx054.diebold.com:8015/pls/apex_r12/apex_admin

  • Password reset every 30 days (APEX authentication scheme)

    Hello,
    one of my application uses APEX authentication scheme. I would like to force end users to change their passwords every 30 days.
    Account Expiration and Locking is enabled. Is it enough to set "30 days" in End User Account Lifetime (days) option that I've found in Home>Administration>Manage Services>Set Workspace Preferences, or should I do something else?
    Regards,
    Przemek

    for developers who login into workspace - yes, it opens 'change password' page
    for end users - who knows?
    for example, take a look at one BUG-or-FEATURE here:
    Locked user IS ALLOWED to login in Application Express 3.2.1.00.12
    Locked user IS ALLOWED to login in Application Express 3.2.1.00.12

  • Using Oracle Portal as a platform ? (also Jakarta Jetspeed)

    We have some major potential projects where we might use Portal as a platform, by platform I mean we probably want the ability to change the behaviour and most likely the GUI of Portal itself.
    What I've understood so far Portal seems to run completely as PL/SQL on the database side, We don't have any PL/SQL guru's and it's most likely that we want to change the portal GUI. I haven't been able to find any jsp pages or servlets yet, so
    I now fear that the HTML layer also is on the database side as PL/SQL, is this true ?
    Please tell me that it is possible to change/replace the GUI and behaviour of the portal without having to be an PL/SQL guru.
    Myself I am a firm believer in application frameworks using
    MVC-pattern but Portal seems to me to be in total violation of any good framework design models (For an example of a nice model see the Jakarta/Jetspeed project). Does Oracle plan to do anything about this in later releases ?
    Does anyone else has any interesting thought on this topic ?

    i mean don't advice me to use URLs!!!!!!!!!!!!!!!

  • Define Reverse Proxy and Deffered Authentication Schema

    Hi Experts,
    Can some one help me with the Definition for "*Reverse Proxy in OAM*" and "Deffered Authentication Schema (*DAS*) in Directory server". And please quote one example for understanding.......
    Thanks in Advance.
    Sandy
    Edited by: sandyb4u on Oct 11, 2010 1:34 AM

    Hello Markus,
    1. have you checked out Alon Weinstein's Weblog <a href="/people/sap.user72/blog/2005/02/23/the-reverse-proxy-series--part-2-iis-as-a-reverse-proxy">The Reverse Proxy Series -- Part 2: IIS as a reverse-proxy</a>?
    2. Is the IIS a must? Can you give Apache or SAP Web Dispatcher a try. Prakash Singh wrote a Weblog <a href="/people/prakash.singh4/blog/2005/08/16/how-to-setup-webdispatcher-to-load-balance-portal-in-a-clustered-environment">How to setup webdispatcher to load balance portal in a clustered environment</a>.
    Regards
    Gregor

Maybe you are looking for

  • EJB 3.0 Dependency Injection and reentrant Calls on SFSB

    Hi there I have a SFSB (Bean A) that injects another SFSB (Bean B) with the @EJB annotation. Now Bean A does reentrant-calls on Bean B, which is ok, because it just asks for the current state. This results in a "javax.ejb.EJBTransactionRolledbackExce

  • Display Color Problems

    Hi, I'm having a bit of a color display problem with my Mini. The display gives off this yellow color that affects everything on the screen. I have determined this is not a problem with my monitor, since I use the monitor with another computer and th

  • F110_PRENUM_CHCK(SAP SCRIPT)

    Hi, For the form F110_PRENUM_CHCK(SAP SCRIPT) Print Program is RFFOUS_C.What is the Check Amount Field in this Form and Direct Deposit Amount Field name in this Form and also needText Element names For this Fields. Thanks in Advance.

  • E-Brochure/E-Commerce

    I am developing a website to sell yachts and I would like to give my customers the ability to customise the spec of the yacht they would like to purchase and get a total cost showing all the options they have selected. Can anybody tell me how to do t

  • Upgraded to iOS 7 but ipad not logging to internet, upgraded to iOS 7 but ipad not logging to internet

    would like some advice regarding this thanks.