Access to internal passwords denied

Hello,

Does anyone have any resolution idea about IS (8.2SP2) exception:“com.wm.app.b2b.server.ServiceException: [ISS.0086.9220] Access to internal passwords denied”?

I got that while invoking pub.security.outboundPasswords:listKeys (isInternal=true). External keys are OK though.

Cheers,
Jerry

Hi Jerry,

can you check the setting for Security → Outbound Passwords?

Is the master passwort valid or expired?

Can you describe your business requirement for this?

Regards,
Holger

Master password expired.

We use both internal and external password store for encrypted password.

Hi Jerry,

either set expiration period to zero (no expiration) or change the master password on a regular basis.

Regards,
Holger

Hi Holger,

Set expiration to 0, and restarted IS. Same error.

Any other suggestions?

Cheers,
Jerry

This is resolved!

It was the extended setting: “watt.security.ope.AllowInternalPasswordAccess”

It’s default to false, and we needed it to be true for our solution need.

Cheers,
Jerry

1 Like

Thanks for sharing the resolution. Yes, I assume server restart is required after adding this setting.

You may then do the below:
Run service pub.security.outboundPasswords:listKeys [isInternal=true ]
Retrieve the password based on the desire key pub.security.outboundPasswords:getPassword [isInternal=true & key]

Yes, that is correct.