Versions Compared

Key

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

...

Setting up the WSO2 Product

  • Enable the SAML authenticator and configure the IDP URL in the authenticators.xml file found under <PRODUCT_HOME>/repository/conf/security/authenticators.xml.

    Code Block
    languagexml
    <Authenticator name="SAML2SSOAuthenticator" disabled="false">

    Change the following parameters accordingly:

    • ServiceProvideID - This can be any identifier and does not have to be a URL. However, the configured value should be equal to the value configured in the sp.xml file.
    • IdentityProviderSSOServiceURL - This is the URL of your IDP.
    • idpCertAlias - This is the certificate that gets used during response validation from the IDP. OpenSSO servers’ public key should be imported to the Carbon servers keystore with the alias name ‘opensso’.

Exporting/Importing Certificates

...