Extra logon on iview

Hello All,
What I'm trying to do is to have one iview come up with an extra logon screen where the portal username and password need to be entered again everytime it's called. (the iview contains sensitive HR data and people are woried others will look at it while they're having a coffee and didn't lock their pc)
From other threads I got some ideas, but haven't managed to get it to work.
What I've done:
- added a custom authentification scheme in authschemes.xml like this
<authscheme name="customscheme">
  <authentication-template>zbasic</authentication-template>
  <priority>25</priority>
  <frontendtype>2</frontendtype>
<frontendtarget>com.sap.portal.runtime.logon.basicauthentication</frontendtarget>
</authscheme>
- created a login module stack zbasic with just one login module:
BasicPasswordLoginModule, flag=REQUISITE
- finally assigned the authentication scheme customscheme to the iview.
However, no logon screen is coming up when going to the iview.
Am I missing something or completely on the wrong track?
Thanks,
Pieter

Hi Pieter,
I have a similar request. I have successfully created a custom login module, added it to a login module stack (security provider), create a new authscheme entry for my loginmodule stack and finally assigned this authscheme entry to my iView (advanced properties-->authscheme). I think you have also done this.
I also created a custom login screen as front-end target in the authscheme.xml file. Upon accessing my iView, it does render my custom login screen and also successfully authenticates the user by executing the Login Module. My problem however is that it returns me to the custom login screen, instead of rendering the iView content.
I think you problem lies with the login module stack.
If you have solved it, could you give advice on my problem?
Thanks
DJ

Similar Messages

  • Extra Logon required when accessing the Job Monitor

    Hi Friends,
    This is an  annoying  problem. Whenever I load data to a data target ie Infocube or ODS, upon accessing the job monitor from the Manage target screen, I am prompted to present login credentials even though I am already logged in.
    My account is configured  with SAP_ALL  authorizations.
    Does anyone know how to stop this intermediary logon step ?
    Thanks
    Nate

    Information from the HTTP access log:
    143.97.201.128 - - [28/Aug/2006:10:22:13 +0200] "GET /SAP/BW/DOC/META/FLDMETA/MIS_HSE_DD_HELP2.ppt HTTP/1.1" 200 627200
    143.97.201.128 - - [28/Aug/2006:10:22:16 +0200] "OPTIONS /SAP/BW/DOC/META/FLDMETA/ HTTP/1.1" 401 2042
    As you can see the first GET to the powerpoint file gives a return code of 200, everything OK.
    Then a cpl of seconds later there is a "OPTIONS" call that returns 401, access denied, which produces the logon dialog box in Internet explorer.
    Help!

  • Problem - Logging to portal with Custom Logon iview

    Dear Experts,
    I have created a custom Logon page(Iview out of PAR) with simple JSP with fileds user id as j_user and password j_password. In the action of the form i submit it to "/irj/portal". When the user id&password is correct it loggs in to the portal Correctly. but when the password is wrong it goes to the default Logon screen with the message 'user authentication failed'. Now i want to handle this in my custom logon page itself and donot want to show to the default page.
    Now i need to validate the user id and password before submitting the form. how can i do this, has some one done this before. Can u please send me the sample project to [email protected]
    Its Urgenty and Points will be awarded.
    Thanks
    Md. Yusuf

    Hi All,
    The problem was solved using PortalComponent using JSPDynpage, where i do the validate the user in a bean through the code.
         public boolean checkuserid456 ( String sh1, String sh2 ) throws UMException
              boolean bolval=false;
              try {
              String ssh1 = sh1;
              String ssh2 = sh2;
              IUserAccount ua = UMFactory.getUserAccountFactory().getUserAccountByLogonId(j_user);
              final boolean passwordCorrect = ua.checkPassword(j_password);
              bolval = passwordCorrect;
              catch(Exception e){
    If the value returened is true from the dynpage i direct it to success JSP else i go back to the same first JSP page.
    Thanks
    Yusuf

  • BW Download to excel - extra login window - no direct BW user possible

    Hi All,
    When we download a report with a hierarchy from BW to Excel we are asked to logon again. We would like to remove this logon and download the objects directly when exporting to excel.
    In note 516884 we found an option for removing the extra logon, unfortunatly for our client this is not an option as they use the SAP portal ONLY to access the reports and do not have direct access and connection to the BW server.
    Do you have an idea how to solve this problem? So we do not have to logon in excel, and do not have to have a direct user to BW.
    Hope you can help!
    Thank you and kind regards,
    Hermen

    Hi Hermen,
    You can achieve this by implementing Single Sign-On between SAP Portal and BW.
    SAP Portals has the mechanism to provide Single Sign-On with Logon Tickets.
    You can find more detailed information at the link below:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/77378b3d-0b01-0010-ffa5-c6941e286c43
    BR/
    Mathew.
    Edited by: Mathew Muthalaly on Jun 17, 2008 12:28 PM

  • Masterhead and Logon page

    Hello!
    I'm customizing login page by this guide:
    Modifying The Logon Par(or customising the Logon Screen)
    And it's all good.
    But I want to have at login page master head that I have in my frame. (I already have my own masterhead)
    How can I do that?

    That is a interesting question.
    I suggest configuring Anonymous login to initial page with logon protected iview or link to navigate to logon protected iview.
    Anonymous login will show your masthead and logon protected iview will show a cool logon prompt.
    Should work.
    Regards,
    Slava

  • HT1695 how can I set-up my new ipad mini in a hotel that requires logon info via a browser?

    I am in a hotel in Japan and stuck at the setup stage. I get the following error: Y'our iPad cannot not be activated beacuase the activation server cannot be reached'. Well ths is because the hotel requires extra logon info via a pop-screen in the web-browser. The Apple setup procedure does not allow to go into safari to do this. Any tips how to activate my iPad in this hotel?
    Thanks

    Leon...
    You need a broadband connection to activiate an iPad.
    iPad User Guide
    No, it wor't using Safari and not a good idea to use a hotel network for lack of security.

  • WebDynpro for java project - with 2 languages

    Hi,
    I have WD project with 2 languages(xlf translation) :English and Hebrew.
    The project have one Application.
    I want to create Role with 2 iViews : The first one with The application in Hebrew and the second one the application in English,
    the differences between the iviews is in the "Logon Language" iview property, the first one set to Hebrew the Second one to English.
    My problem is that if i navigate to the Hebrew iview ...the English iview is shown in Hebrew to,
    After logoff/login If i navigate to the English iview the Hebrew iview is shown in English to,
    Any suggestions how to use 2 iviews of the same application in a diffrent language ???
    Thanks,F.F

    Hi F.F.,
    if you use the Web Dynpro in the Portal, the application is not change the language if you has start the application on time.
    You must close the portal (all browser sessions) and start the application in the new language.
    If you want to try that without the portal you can load the application direct, means the link you got if you deploy it and select run.
    At the end of the url please add sap-locale=<locale>  sap-locale=EN or sap-locale=HE than you will see the translations.
    That the language switch is not supported in the Portal is bug since 2006.  You must start the login with the new language. Only than it will work.
    regards
    Gunter.

  • ACS Express 5.0 - "unique authentication" what does it mean?

    Hi to all,
    the ACS Express 5.0 datasheet states: "Cisco ACS Express supports a maximum of 50 AAA clients and 350 unique user logins in a 24-hour period"
    It's clear what's the meaning of the max 50 AAA clients...in fact what is not clear is regarding the max 350 uniques user authentication.
    If I use 802.1 IBNS with PEAP-MSCHAP to do machine authenticaion each machine authentication will count as a unique logon...isn'it? What happens if there are Laptop assigned to sales which spent a lot of time out of the office???
    Each time these laptops reconnect to the network wil count as an extra logon or and increase the logon counter of one or since this laptop is already authenticated on the morning t won't count as an extra unique logon...
    My question is related to the fact that I have a customer who wanto to introduce IBNS-802.1X but have "only" 20-25 AAA clients and max. 200 users (where about 100 are laptop)...and using ACS 5.0 in a redundant way will be too expensive...
    Thanks for a reply
    Omar

    The ACS Express 5.0 Appliance is designed for a maximum of 350 users. This limit does not apply to the number of logins.
    Cisco Secure Access Control Server Express 5.0 QA
    http://www.cisco.com/en/US/prod/collateral/netmgtsw/ps5698/ps6767/ps8543/ps8724/prod_qas0900aecd806d3a4d.html
    Q. How is Cisco Secure ACS Express positioned in comparison to Cisco Secure ACS for Windows (ACS Windows) and Cisco Secure ACS Solution Engine (ACS SE)?
    A. ...Cisco Secure ACS Express is well suited for deployments that need an access control solution for fewer than 350 users and 50 devices. This product is intended to serve small to medium-sized businesses, retail sites and enterprise branch offices where customers need an easy-to-use GUI yet require a comprehensive but simple feature set and a lower price point to address their specific deployment needs.
    For a detailed feature set, please refer to the Cisco Secure ACS Express data sheet at http://www.cisco.com/go/acsexp....

  • MSS KEY_FIGURE_MONITOR

    Hi,
    I have implemented ESS & MSS. Our systems are
    ECC 6.0
    EP 7 SP 15
    ESS & MSS 1.0
    XSS 600 SP 6
    BP for Common Parts
    I have full authorization for the user in both ECC and Portal system and most of the performed post installation MSS configuration.
    The Key Figure Generator iview under MSS -> Work Overview is throwing error. The exact error is show below.
    com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: :.default
    at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1937)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:222)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
    at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
    at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    I have checked and the iview is present in Portal Content. I have not changed any path.
    Any suggestion what might be the problem and how to resolve it? Do I need to configure anything extra for this iview.
    Any help will be highly appreciated.
    Regards
    Deb

    Check the backend if it is working
    You can test the display function of the application. Report RPTARQUIATEST (Test
    Report for the UIA Interface for Leave Requests) enables you to do this.

  • CUP Password Self Service

    Hi,
    I have some problems with using the password self service.
    The user has answered the challenge response and is registered. After losing the password the user tries to access the password self service link. Therefore he has to login - why??? This doesn't makes at all, as the user lost his password! Did I miss a setting or did I misunderstood the functionality???
    Best regards,
    Christian

    Hi Christian,
    sure this authentication depends on the "Authentication" configuration, but I wouldn't change this data source as you probably had a reason for choosing a SAP system as data source.
    Following things I figured:
    - setting the Self-Service to "SAP HR" and configuring the "Disable Verification" to "Password Self-Service" will do exactly what you need: no authentication needed but verification by HR info types. This extra logon before the verification can be disabled like it was in 5.2
    Unfortunately you will need an HR system with data configured for all users using PSS
    - setting Self-Service to "Challenge Response", by setting the "Disable Verification" to "None" you can disable the questions but NOT the initial logon
    I can't really figure why this is working the opposite way for both types of password self-service. Let me know if you find a nice solution. Or did you open an OSS?
    Regards,
    Daniela

  • Launch sapgui frop EP

    Hi experts:
    I want to launch sapgui from EP as i launch it from my desktop.
    Otherwise, when the  user connected launch the iview corresponding to sapgui, the saplogon installed locally must be displayed with all the available back ends.
    How to build this iview ?
    Thanks

    Check the below thread which talk more with same issue
    Re: SAP Logon Pad - iView?
    Raghu

  • BW Report iview and SSO w/Logon Tickets

    I have some BW Report iviews configured which work great for me however I can't get them to work for any other endusers.  I have administrator access and they do not.  The error they get is;
    Unable to lookup System 'aBWP100'. Please check the system object and the alias..
    aBWP100 is our BW server name.  I searched for OSS notes but didn't find anything.  Any suggestions?

    You need to make sure that the other users have access to BW system and also since you are using SSO w/Logon Tickes, they must have same userids and passwords in portal and bw system.
    Thanks and Best regards,
    Firasath Riyaz.

  • Link to SAP R/3 Logon from Portal IView

    Hi,
    How is the Link to SAP R/3 Logon from Portal IView?
    Thanks
    Raissa

    Hi Raissa,
    Check these links
    Configuring EP for connecting to SAP R/3
    Creating system object
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N03_BB_InstallGuide_EN_US.doc
    Regards
    Arun

  • Java Iview Runtime error at the time of logon

    Hi All
    i am getting the below error page instead of Portal log on Page.
    At the same time when i am connecting to the NWA it is opening successfully,
    There I am getting the login Page also.
    But when i am trying http://<Server>:50000/irj/portal.
    i am getting below error.
    Java iView Runtime
    Copyright 2002 SAP AG. All rights reserved.
    An exception occured while processing your request.
    If this situation persists, please contact your system administrator.
    I have not touch the portal logon Page.
    Neither i have modified any standard Portal page.
    Kindly help me with you valuable suggestion and document.
    It is effecting the business process of client.
    Prashant krishen

    Hi Robin,
    Thanks for immediate response.
      Please help me to find out the log.
    i am using this path :
    http://<Server>/irj/servlet/prt/portal/prtroot/com.sap.portal.runtime.admin.logviewer.defau
    But here in the default trace there are so many default trace file like
    defaultTrace.0.trc ;
    defaultTrace.1.trc ;
    defaultTrace.2.trc ;
    defaultTrace.3.trc
    defaultTrace.4.trc ;
    defaultTrace.5.trc ; 
    in all the file date has not been maintained. That is why i am not able to send you the exact log .
    kindly help me to find the log .
    thanx in Advance.

  • WAS Logon Popup issue for BW Report iview

    Hi
    I created a BW Report iview and mapped with the SAP BW System,
    Every time user logon to Portal, and executing BW Report iview, it is asking for WAS Logon.
    I created a system with this user credentials
    ITS
    ITS Description : BI_PRD
    ITS Host Name : biprdn.xxxxx.com:8000
    ITS Path            : scripts/wgate/webgui/!
    ITS Protocol     : http
    WAS
    Web AS Description : BW_PRD_WAS
    Web AS Host Name : biprdn:8000
    Web AS Path           : /sap/bw/bex
    Web AS Protocol      : http
    Connector
    Application Host     : 10.20.0.8
    Gateway Host     :
    Gateway Service       :
    Logical System Name : BWPCLNT200
    Remote Host Type     : 3
    SAP Client     : 200
    SAP System ID (SID) : BWP
    SAP System Number     : 00
    Server Port     : 3200
    System Type     : SAP_BW
    User Management
    Logon Method     : UIDPW
    User Mapping Type     : admin,user
    Pls can any one solve this issue which i am facing.
    Regards
    Srikanth

    Hi Achim
    Thanks for ur reply
    After changing Web AS Host Name and Application Host to FCDN, still i am getting that WAS Popup for logon.
    And for SSO we are using UIDPW method for user mapping.
    Acutally BW Report iview is connecting to the backend system and showing the report in Portal,
    But they are some Drop down list boxes in that report when i am choosing some value to display, WAS Popup for logon is comming no the screen.
    Regards
    Srikanth
    Srikanth A

Maybe you are looking for

  • Invoice is not allowed for order 00065

    Hi experts, This error is relating to the Accounts payables(SAP). The error occurred and the invoice has fallen out from ERP (SAP) while posting the invoice.  The error is "no invoice is allowed for order 00065".  some Inputs: if you go to ME23N scre

  • Indesign CS5 Crashes when opening CS4 files

    We've encountered CS5 crashing while opening CS4 files. The crash report to Apple is below. This happens with files that were once in Version Cue but now copied to the local computer. It does not happen with some files created locally (haven't tested

  • VerifyError Error #1053

    Hello, I have an error when I am running my apps using Resource Bundles: VerifyError: Error #1053: Remplacement illégal de callInContext dans GeneratedResourceModule6901782049341018741_mx_core_FlexModuleFactory. It appears at the beginning of the lau

  • Platforms supported by JMS adapter

    Hi ,   Can anybody tell which platform/OS the JMS adapter supports ?   Regards,   Tarang

  • Scion ieee 1394 camera

    Can I use a scion cfw-1310C CCD ieee 1394 camera with Labview? I have the NI firewire drivers and IMAQ software. I'm not sure if this camera is compatible John