Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click Apply on the above screen.
  2. Select "Yes" in the "Enable Security?" option.
  3. Select scenario 2 - Non-repudiation, and click Next
  4. On the following page, as we did for ESB, select 'wso2carbon.jks' as the Trusted Key Store.
  5. Change the path.policy.sts property to sts-policy-signonly.xml in the client.properties file (

    add the line 'path.policy.sts=sts-policy-signonly.xml' under the heading '#Following paths start from the resources folder') and save

    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

...