cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro Authentication Issue

Former Member
0 Kudos

Hello I have built a web dynpro application with NWDS 7.0.

I have added application property: authentication = true

I have deployed it on the Java Stack WAS 7.0.

I want to use http header authentication login module on it.

I don't find my webdynpro in the policy configurations of the Service Provider service.

Is that to do that my webdynpro is not part of a servlet_jsp?

When I try to add a new policy configuration: ADD: local/MyWebdynpro.

It doesn't work.

Do I have to add web-j2ee-engine.xml file to my webdynpro?

I think that with NWDS 7.1 its generated automatically but with 7.0 not.

Can someone help?

Kind regards,

Tanguy Mezzano

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello I have built a web module project, but I don't know how to correctly import my web dynpro into it.

I have found this [Tutorial|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7a516278-0801-0010-1c9f-dbc395fb88c7] but for a WDP its different as we have generated resources.

Maybe you have an idea about it...

After that I know I have to create a EAR project and reference my web module project and then deploy on the J2EE stack.

Thx for your help,

Tanguy

Edited by: Tanguy Mezzano on Jun 27, 2008 5:00 PM

Former Member
0 Kudos

Can you confirm me that this is possible with web dynpro's?

Well I'll try to add those descriptors to my web dynpro and redeploy it but I doubt it should be a servlet_jsp.

I've read something about:

Web Dynpro's use programmatic security role references.

J2EE use declarative security roles.

but I'm not sure to have understood everything.

Kind regards,

Tanguy

PradeepBondla
Active Contributor
0 Kudos

Hi,

If I am not wrong, as I said... to view your application in policy configurations it should be servlet_jsp ( should be a web module project).

And I am not sure its possible with Web dynpro.

I hope you are following the document which I sent.

regards,

Pradeep

Former Member
0 Kudos

Oh sorry, I am really tired, I did not read, thanks for your input. I'll try what you said.

PradeepBondla
Active Contributor
0 Kudos

Go ahead. All the Best.

regards

Pradeep

PradeepBondla
Active Contributor
0 Kudos

Hi,

upto I know, what you are thinking is right.

to see your application in policy configurations your webdynpro should be part of a servlet_jsp.

You have to configure login modules in both web.xml and web-j2ee-engine.xml descriptors from the SAP NetWeaver Developer Studio.

check these details,

http://help.sap.com/saphelp_nw70/helpdata/EN/3e/ee7aa1ab8b4442bab00ba3171cef72/frameset.htm

check all the links in that document like Single Sign-on for J2EE Web Applications.

also

http://help.sap.com/saphelp_nw70/helpdata/EN/8c/5e3ad2de454601b196a6668a2eacb1/frameset.htm

http://help.sap.com/saphelp_nw70/helpdata/EN/07/0ce13d8ee4535ee10000000a114084/content.htm

hope this helps you...

regards,

Pradeep