...
- Click Apply on the above screen.
- Select "Yes" in the "Enable Security?" option.
- Select scenario 2 - Non-repudiation, and click Next.
- On the following page, as we did for ESB, select 'wso2carbon.jks' as the Trusted Key Store.
Change the
add the line 'path.policy.sts=sts-policy-signonly.xml' under the heading '#Following paths start from the resources folder') and savepath.policy.sts property
tosts-policy-signonly.xml
in the client.properties file (refer code below) and save the file. (File path -> sts-client/src/main/resources/client.properties)
Code Block #Following paths start from the resources folder path.policy.sts=sts-policy-signonly.xml
Ensure Necessary Claims are Added to the User
...