cancel
Showing results for 
Search instead for 
Did you mean: 

BW WAD templates with common user

Former Member
0 Kudos

I would like to create a set of WAD templates, where all parameters would be passed in the URL.

How to do this with filter values I know, but the problem is with username / password. While there is no SSO inplace and users are not restricted with authorization concept, I would like to avoid logon screens for portal.

How can i do this - eather with some standard user settings or with some parameters on the system, with URL...

BW 7.0 !

Thanks, Tom

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tom,

After the Template parameter try adding below:

&login_submit=on&login_do_redirect=1&no_cert_storing=on&j_user=XXXXXXXX&j_password=XXXXXXXX&j_authscheme=default&uidPasswordLogon=Log+on

Note that you may have to do some tweaks, work on.

--

Sankar Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Great,

I just skipped "&login_do_redirect=1" and it's just what I need.

Thanks, Tom