Versions Compared

Key

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

...

Step 6: Update the authentication configuration

 

...

  1. Open the <DAS_HOME>/repository/deployment/server/jaggeryapps/portal/configs/designer.json file.
  2. Update the properties in the "authentication" configuration as follows.

    PropertyValue
    activeMethodsso
    issuerportal
    identityProviderURLhttps://<IDP_URL>:<IDP_PORT>/samlsso
    acshttps://<DAS_URL>:<DAS_PORT>/portal/acs
    Code Block
    languagejs
    "activeMethod": "basic",
    "methods": {
        "sso": {
            "attributes": {
                "issuer": "portal",
                "identityProviderURL": "https://localhost:9443/samlsso",
                "responseSigningEnabled": true,
                "validateAssertionValidityPeriod": true,
                "validateAudienceRestriction": true,
                "assertionSigningEnabled": true,
                "acs": "https://localhost:9444/portal/acs",
                "identityAlias": "wso2carbon",
                "defaultNameIDPolicy": "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
                "useTenantKey": false,
                "isPassive": false
            }
                },
  3. Save the changes.
Info

Restart the WSO2 DAS server after you carry out all the steps given above.