Versions Compared

Key

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

...

Table of Contents
maxLevel3
minLevel3
outlinetrue

Anchor
Step 1
Step 1
Adding a Custom Attribute Finder to IS

...

Panel

{IS_HOME}/bin/wso2server.sh and {ESB_HOME}/bin/wso2server.sh on Linux.

or

{IS_HOME}/bin/wso2server.bat and {ESB_HOME}/bin/wso2server.bat on Windows.

Securing an Echo Service (the Relying Party)

...

in ESB

  1. Add a custom policy to the registry.
    1. Create a new collection (which is essentially a folder) to maintain custom policies.
      Image Added 
    2. Add the service-policy.xml located at 'sts-sample/src/main/resources/' to this collection.
      Image Added 
  2. Secure the echo service with the custom policy.
    1. Go to the Services list and click the Unsecured link of the echo service.
      Image Added 
    2. Select Yes in the "Enable Security?" option.
    3. Give the path of the policy file we uploaded to registry, in the Policy From Registry section at the end of the page.
      Image Added
    4. Click Next.
    5. In the following page, select wso2carbon.jks as the Trusted Key Store.
      Image Added 

The end service is successfully configured now.