OE11.7 PASOE and Basic authentication sealing client princip

Posted by christian.bryan@capita.co.uk on 04-Apr-2018 05:04

HI All 

I have recently upgraded from OE11.6.4 to 11.7.2 PASOE and i have come accross an issue with the 

Previously we seeded the client principal domain key using the Advantage-Basic-Oerealm.xml attached: 

 
I have tried to replicate the same in the attached oeablSecuirty.properties file but it doesn’t seem to work and so the following code fails:
 
 
With error
 
[18/04/04@10:57:21.737+0100] P-017944 T-014952 1 AS-4 -- (Procedure: 'OEAA/AppServer/pasoe_activate.p' Line:287) Error Number: 14541
[18/04/04@10:57:21.737+0100] P-017944 T-014952 1 AS-4 -- (Procedure: 'OEAA/AppServer/pasoe_activate.p' Line:287) Error Text:      CLIENT-PRINCIPAL:VALIDATE-SEAL failed because keys do not match (14541)
Both files are attached is there anything i am missing.
Christian.
[View:/cfs-file/__key/communityserver-discussions-components-files/21/oeablSecurity.properties:320:240]
[View:/cfs-file/__key/communityserver-discussions-components-files/21/Advantage_2D00_basic_2D00_oerealm.xml:320:240]

Posted by Ruben Dröge on 04-Apr-2018 07:20

Your old setup seems to have a key defined in the OERealm AuthProvider section:

<b:property name="key" value="abc123" />

Your new setup has no key defined:

OERealm.AuthProvider.key=

All Replies

Posted by Ruben Dröge on 04-Apr-2018 07:20

Your old setup seems to have a key defined in the OERealm AuthProvider section:

<b:property name="key" value="abc123" />

Your new setup has no key defined:

OERealm.AuthProvider.key=

This thread is closed