on 2003 Dec 11 1:36 PM
Hi,
my WD-app gets parameters passed from another app which I read in the InterfaceViewController.
When I get these parameters(credentials) I would like to bypass the Login-View. How can I achieve this. I tried several possibilities but they don't work
e.g.
- In the InterfaceViewController create an Additional Outbond Plug and call it when appropriate
(here only exitPlugs seem to work)
- in the DefaultView of my app, call the wdFirePlug - Method before the View is displayed (no effect in wdDoModifyView).
Can you help?
Best Regards
Michael
Hi Michael,
sorry for the delay. Hope the answer is still helpful for you.
To avoid the login screen, the application property "authentication" must be set to false. You can set this parameter in the NetWeaver Developer Studio by opening the "Properties" of a Web Dynpro application, go to the "Application Properties" tab, and then set the "authentication" attribute. Íf your first Web Dynpro application has been loged in already, the second app shouldn't need a login again if the user management is configured to use SSO (or if the new app is started in the same browser, it should also work without SSO because the session cookie with the login certificate is still alive then).
Best regards,
Karin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.