Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to provide authorization to java app

Former Member
0 Kudos

Hi

In a 7.3 java system we have deployed an application. The application is the one mentioned in note 1252589.

This note explains how to provide access for "Everyone" to the application.

However this is 7.3 and not 7.0 and quite different...

Do you know how to provide access to an application deployed in 7.3?

Thanks in advance

Best regards

Flemming Grand

2 REPLIES 2

Former Member
0 Kudos

The note says to do the following for 7.0 which I have done quite often:

After successful deployment, Log into Netweaver Visual Administrator as administrator.

-> Click on the cluster tab on the left panel.

-> Expand the tree node 'server'

-> Expand the tree node 'services'

-> Select the 'security provider' service

-> On the right panel, select the 'Runtime' tab

-> select the policy configuration tab under the 'Runtime' tab

-> Select the Redirect application from the component tree.

-> On the right panel select the 'Security Roles' tab.

-> Select the 'DefaultSecurityRole' from Security Roles list box.

-> add the group 'Everyone' to 'Groups' List box.

mvoros
Active Contributor
0 Kudos

Hi,

yep visual administrator is obsolete. You have to do everything via web (http://<host>:<port>/nwa). I don't know exactly where you can find that configuration but usually it's not that hard.

Cheers