How to retrieve client secret from OAuth partnership ? can't read client secret from the admin UI.
Release : 12.8.x
Component :
You can dump the full store as such
XPSExport full_dump.xml -xb -npass
And then look for the oauth partnership in Question .
You should see the below
<Object Class="CA.SM::OAuthIdP" Xid="CA.SM::OAuthIdP@21-000f0967-4670-1e0e-9feb-70dd0a4a0000" CreatedDateTime="2020-01-02T19:37:21" UpdatedBy="siteminder" UpdateMethod="GUI" ExportType="Replace">
<Property Name="CA.SM::OAuthIdP.PartnershipName">
<StringValue>OauthoidcCASSO</StringValue>
</Property>
<Property Name="CA.SM::OAuthIdP.ClientAuthID">
<StringValue>a44c2696-3409-41f8-a102-33b9a27e0fb2</StringValue>
</Property>
<Property Name="CA.SM::OAuthIdP.ClientSecret" Sensitive="Yes">
<StringValue>fCKJKdkocU9NswqR6V6UUNF7tqKda9/NUW8/6YzxonU=</StringValue>
</Property>