...
Step 6: Update the authentication configuration
...
- Open the
<DAS_HOME>/repository/deployment/server/jaggeryapps/portal/configs/designer.json
file. Update the properties in the
"authentication"
configuration as follows.Property Value activeMethod
sso
issuer
portal
identityProviderURL
https://<IDP_URL>:<IDP_PORT>/samlsso
acs
https://<DAS_URL>:<DAS_PORT>/portal/acs
Code Block language js "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 } },
- Save the changes.
Info |
---|
Restart the WSO2 DAS server after you carry out all the steps given above. |