While configuring your Biztalk Server and if you are getting;
SSO AUDIT
Error Code: 0xC0002A1F, Cannot perform encryption or decryption because the secret is not available from the master secret server. See the event log for related errors.
or
something else including “because the secret is not available from the master secret server“
then
you must restore your master password
1. Open Command Promt, go to “C:\Program Files\Common Files\Enterprise Single Sign-On\”
2. Enter “ssoConfig -restoresecret SSOxxxx.bak”; SSOxxxx.bak is your latest .bak file
3. Enter the password that was set on BizTalk installation,
That’s it.

