Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

We use the Identity Provider URL (identityProviderUrl) to configure the IdP to which the SAML SSO messages are sent. By default, wso2carbon is the identity provider (IdP) URL. However, if needed you can configure an external identity provider URL for this purpose. This configuration change can be done in ssoConfiguration in the store.json file, which is in the <PRODUCT_HOME>/repository/deployment/server/jaggeryapps/store/ directory. It is suggested although not enforced that SSO configuration details be present in a configuration file at the root of the application. 

...

PropertyDescription
enabled
SSO is enabled only when this property is set to true.
issuer

The name of the SAML SSO service provider. This value can change depending on the Issuer value defined in WSO2 IS SSO configuration.

identityProviderURL

This is the redirecting SSO URL in your running WSO2 Identity Server (IS) instance. In the case of the Store in UES 1.0.0, it is the SSO app.

keyStorePassword
Password of the default keystore.
identityAlias
The value is used to validate the digital signature used to sign all SAML assertions, requests and responses.
responseSigningEnabled
When this property is enabled, all SAML assertions, requests and responses need to be digitally signed.
keyStoreName
The location for the default keystore, (wso2carbon.jks) used by WSO2 IS (running identity provider).